How to create a live query database driver?

Neo4j looks really awesome and I’m trying to figure out how I could use it with my Meteor app.

Obviously I could use Meteor methods with no reactivity, but thats no fun.

I checked out the existing package, but it piggy-backs off of Mongo which I don’t like.

I’d appreciate any suggestions.

For starters, suppose I have a Neo4j subscription. Then somewhere else, maybe in a Meteor.method, the database is changes and I know it changes the subscription. How can I send the updated data to the client?