baslr / arangochair

🥑 arangochair is a Node.js module that adds changefeed capability to ArangoDB and make it realtime push ready
91 stars 18 forks source link

Contributions? #1

Open friday opened 7 years ago

friday commented 7 years ago

Do you want help, and in that case have you considered creating a roadmap, documenting how to contribute, adding eslint, unit tests and such?

baslr commented 7 years ago

Good morning @friday,

that would be great if you can help me out. I will push the live query thing later today.

friday commented 7 years ago

I have limited time on my hands currently, but I'd like to look at using the query parser to filter which collections to watch based on the query rather than running the query on every db change. I don't have a lot of knowledge/understanding there, but it seems like a fun challenge.