Software:GUN (graph database)
From HandWiki
| Original author(s) | Mark Nadal |
|---|---|
| Developer(s) | ERA Inc |
| Initial release | 2014 |
| Written in | JavaScript |
| Type | Graph database |
| License | MIT License, Apache 2.0, Zlib License |
| Website | gun |
Graph Universe Node (GUN) is an open source, offline-first, real-time, decentralized, graph database engine written in JavaScript for the browser.[1].
The database is implemented as a peer-to-peer mesh network distributed across browser-based "Client Peer" nodes and optional Node.js "Relay Peer" nodes.[2] It employs Multi-master replication with a custom conflict resolution algorithm (CRDT).[3]
External links
Category:Graph databases Category:Database engines Category:Free database management systems Category:Serverless database management systems Category:Peer-to-peer computing Category:Mesh networking
References
- ↑ {{cite news |date=2019-07-21 |title=These technologists think the internet is broken. So they're building another one
- ↑ "Introduction". https://github.com/amark/gun/wiki/Introduction.
- ↑ "Conflict Resolution with Guns". https://github.com/amark/gun/wiki/Conflict-Resolution-with-Guns.
