I am building a DB based on JSON OT for collaborative apps

3 points by gavribirnbaum ↗ HN
I am starting to build a NoSQL database built for collaborative apps. Collaborative apps have a huge versioning issue and current databases don’t implement that well I believe.

The idea is a DB based on JSON Operational Transformation. Updates are made based on operations with a document version. Plus I was thinking of having subscriptions like RethinkDB.

Does that sounds like something helpful? Would love any feedback!

3 comments

[ 5.4 ms ] story [ 19.8 ms ] thread
I'm pretty sure you heard about ShareDB [1]; I wonder, if you're implementing your own solution because there are some limitations in ShareDB.

- [1] https://github.com/share/sharedb

Yeah, I mean ShareDB is not a Database. It is just a JS client. We were thinking of building an actual JSON OT database.