|
|
|
|
|
by estebanrfp
241 days ago
|
|
Hi everyone, I’ve been building *GenosDB (GDB)*, a peer-to-peer graph database with zero-trust security baked into the core. *Why*: most P2P apps end up relying on centralized servers for identity and access control. GDB enforces trust cryptographically, peer-to-peer. *Features*: * P2P sync via WebRTC/relays
* Eventual consistency with cryptographic checks
* Reactive queries with live updates
* Role-based access control + ACLs
* Data encrypted per-identity *Note*: proprietary, but free to use without restrictions. Repo: [github.com/estebanrfp/gdb](https://github.com/estebanrfp/gdb) Examples: [Use cases & samples](https://github.com/estebanrfp/gdb/blob/main/docs/genosdb-exa...) I’d love feedback, stress testing, and ideas for the roadmap. –– Esteban Fuster Pozzi (estebanrfp) Examples: [Use cases & samples](https://github.com/estebanrfp/gdb/blob/main/docs/genosdb-exa...) |
|