Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icefiredb/icefiredb-crdt-kv
- Owner: IceFireDB
- License: mit
- Created: 2022-08-03T03:44:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T06:00:11.000Z (4 months ago)
- Last Synced: 2024-08-25T06:44:56.296Z (4 months ago)
- Topics: crdt, database, decentralized, icefiredb, ipfs, kv, p2p
- Language: Go
- Homepage:
- Size: 140 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
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.