Live data from Hacker News

ArangoDB 3.2 GA RocksDB, Pregel, Fault-Tolerant Foxx and Satellite Collections

arangodb.com

31–32 of 32 posts

Re: ArangoDB 3.2 GA RocksDB, Pregel, Fault-Tolerant Foxx and Satellite Collections

#31

Amazing, this release has many features that I was waiting for, I already switch my project from MongoDB to ArangoDB, but I still missing realtime features, or a least a tailable cursor like in MongoDB... But even so, it's worth it!

For single node setups you could try arangochair: https://www.arangodb.com/2017/03/arangochair-tool-listening-...

Re: ArangoDB 3.2 GA RocksDB, Pregel, Fault-Tolerant Foxx and Satellite Collections

#32

Amazing, this release has many features that I was waiting for, I already switch my project from MongoDB to ArangoDB, but I still missing realtime features, or a least a tailable cursor like in MongoDB... But even so, it's worth it!

For single node setups you could try arangochair: https://www.arangodb.com/2017/03/arangochair-tool-listening-...

Nice, but I use the cluster setup... To achieve realtime feature, I created a "LevelDown" wrapper with the Node Arango Driver, thus I can sync my web client with PouchDB... It's work very well, and I can publish it as opensource...
Post reply on HN