> On 09 Aug 2016, at 02:01, Edward J. Yoon <[email protected]> wrote: > > Hi couchdb, > > Recently I'm doing IoT related project and looking for a realtime JSON > database for storing and sync data like Firebase RTDB. Is there any effort > like https://github.com/Kinto on couchdb?
Last time I looked Kinto was a not-invented-here-clone of CouchDB with slight semantic modifications. What features from Kinto are you looking for specifically in CouchDB? As far as your requirements for a “real-time” (I assume soft real-time) sync database that uses JSON, CouchDB is already all that. Project Thali makes an effort to make the JS-re-implementation of CouchDB named PouchDB into an IoT compatible thing: http://thaliproject.org — For anything RaspPi-strength, you can already use stock CouchDB. Smaller devices probably will work better with PouchDB/Thali. Best Jan -- > > -- > Best Regards, Edward J. Yoon > > > > -- Professional Support for Apache CouchDB: https://neighbourhood.ie/couchdb-support/
