cgilly2fast / DevelopX

A light weight local peer-to-peer git hosting client.
0 stars 1 forks source link

Replace EOS Blockchain calls with call to OrbitDB #9

Open cgilly2fast opened 4 years ago

cgilly2fast commented 4 years ago

There currently is a schema for a SQLite database under the db folder.

This can be used as a reference for the fields that will be used in the Orbitdb implementation which is a Document-based NoSQL DB.

This move ultimately raises the question of, should we also create a simple-developx or "lite" version where the data is stored locally and using SQLite as the database?

This implementation would use the same DevelopX interface but wouldn't seed the date on IPFS. Basically a centralized DevelopX or lightweight Gitlab. DevelopX Lite?