Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icefiredb/icefiredb-crdt-kv

Decentralized kv storage engine,support decentralized P2P networking, data synchronization and consistency between nodes.
https://github.com/icefiredb/icefiredb-crdt-kv

crdt database decentralized icefiredb ipfs kv p2p

Last synced: about 2 months ago
JSON representation

Decentralized kv storage engine,support decentralized P2P networking, data synchronization and consistency between nodes.

Awesome Lists containing this project

README

        


IceFireDB-CDRT-KV

The IceFireDB-CRDT-KV engine can support decentralized P2P networking, data synchronization and consistency between nodes. It is a component of the [IceFireDB](https://github.com/IceFireDB/IceFireDB) software ecosystem, thanks to the open source of [IPFS](https://github.com/ipfs).

## RoadMap
1. Optimize project structure.
2. Encapsulates the kv engine layer for easy reference by upper-layer applications.