arangochair icon indicating copy to clipboard operation
arangochair copied to clipboard

🥑 arangochair is a Node.js module that adds changefeed capability to ArangoDB and make it realtime push ready

Results 12 arangochair issues
Sort by recently updated
recently updated
newest added

For anyone trying to use the library. I was trying to use the keys filter, this initially didn't return any value. Dug a little and discovers on line 96: if...

We are using the latest arangodb version (official docker image for arangodb) and we are getting following error: This is simple info taken from arangodb dashboards: ``` Currently listening #0...

Although arangochair works fine with arangodb 3.1, I had errors with 3.3. It seems the format changed a bit and the current string parser fails. Here is a fix relying...

I was able to figure out how to emit separate events for inserts and updates instead of just having one "insert/update" event. Also, the field parsing code was not working...

Hello, We're currently using arangochair (@voondo 's fork in fact, because of authentication issues) and are rather happy with it ! Nevertheless, it would be great to be able to...

Have you noticed any performance problems with ArangoDB while running this? I'm seeing the CPU utilization of ArangoDB running a fairly consistent 30% CPU when running and the HD seems...

Please add type 2301 for edge insertion/update events

@baslr , I tried to use ArangoChair inside Arangodb 3.1.21, but later I realised that Arangodb has not implemented http and https node modules. It will be great if you...