GUN (graph database)
Appearance
This article, GUN (graph database), has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Comment: Additional references from independent and reliable sources are needed to demonstrate notability. Hitro talk 11:29, 18 May 2024 (UTC)
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][2][3]
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.[4] It employs Multi-master replication with a custom conflict resolution algorithm (CRDT).[5]
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 Category:Public-domain software with source code
References
- ^ "GUN GitHub Repository". GitHub. Retrieved 2024-05-17.
- ^ "GUN - Database of Databases". Database of Databases. Retrieved 2024-05-17.
- ^ bluesky (2021-01-21). "Ecosystem Review". Internet Archive. p. 9. Retrieved 2024-05-17.
- ^ "Introduction". GitHub.
- ^ "Conflict Resolution with Guns". GitHub.