IceFireDB SQLite database is a decentralized SQLite database. Provide a convenient mechanism to build a global distributed database system. Support users to write data to IceFireDB using MySQL protocol. IceFireDB stores the data in the SQLite database and synchronizes the data among the nodes in the P2P automatic networking.
For the content of the Wanxiang Hackathon, you can browse: https://github.com/IceFireDB/IceFireDB/tree/main/IceFireDB-SQLite
cd IceFireDB-SQLite
make
IceFireDB-SQLite -h
1
zagfai 2022-06-14 12:17:55 +08:00
多点介绍?同步机制啥的都没有说?网络异常情况就让处理?事务机制?
|
2
zagfai 2022-06-14 12:20:15 +08:00
还有一些很神奇的名词 Distributed consistency ?
|