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!
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...