UNPKG

1.46 kBMarkdownView Raw
1![Module](https://img.shields.io/badge/%40platform-hyperdb-%23EA4E7E.svg)
2[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3[![NPM](https://img.shields.io/npm/v/@platform/hyperdb.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/hyperdb)
4![banner](https://user-images.githubusercontent.com/185555/56085606-37768700-5e9a-11e9-962b-fd12a8974a76.png)
5
6Strongly [typed](https://www.typescriptlang.org) interface to [hyperdb](https://github.com/mafintosh/hyperdb) with [hyperswarm](https://github.com/hyperswarm) network connector.
7
8### Database Qualities
9A hyperdb is a "distributed scalable peer-to-peer key/value database" built upon a secure append-only log. Read more about the [architecture here](https://github.com/mafintosh/hyperdb/blob/master/ARCHITECTURE.md).
10
11![db-qualities](https://user-images.githubusercontent.com/185555/54387772-171fa500-4701-11e9-825e-571d85db72e5.png)
12
13<p>&nbsp;<p><p>&nbsp;<p>
14
15## See Also
16
17- @platform/[hyperdb.electron](../hyperdb)
18- @platform/[hyperdb.types](../hyperdb.types)
19- @platform/[hyperdb.tools](../hyperdb.tools)
20- @platform/[hyperdb.electron](../hyperdb.electron)
21
22## Refs
23
24- [github.com/mafintosh/hyperdb](https://github.com/mafintosh/hyperdb)
25- [authorization in hyperdb: a deep dive](https://github.com/lachenmayer/hyperdb-authorization-guide)
26- [hyperdb architecture](https://github.com/mafintosh/hyperdb/blob/master/ARCHITECTURE.md)
27