Meteor + Graph Database? e.g. Neo4j

Hey, have you used a graph database reactively with Meteor?

Or found a nice graph query language for MongoDB? It’s easy to create a graph in MongoDB it’s the querying that seems harder.

Thanks!

Michael

@michaelcole one package: https://github.com/cult-of-coders/grapher

1 Like

@diaconutheodor thanks! Have you used it all together or parts of it? I’ve used Meteor and Neo4j on different projects, but wasn’t sure how reliable it would be all together.

I’ve used GraphQL + Grapher + Apollo + Reactive Data.

Find out more in https://github.com/cult-of-coders/apollo

1 Like