Hacker News new | ask | show | jobs
by tehbeard 2205 days ago
_changes should be available in an event stream format for continuous consumption, and you can apply filter functions to the feed?
1 comments

It is, but I am using the global changes feed (so I don't need to create a process for each database which doesn't scale for me). And you have to manually create that database to have it work. And I have to filter based on my own code, I just wish there was a way to subscribe to high level events. In general it works fine but I keep thinking there could be a better way.