ingraph
ingraph copied to clipboard
Incremental view maintenance for openCypher graph queries.
Extracted from #51. * [ ] [`startNode()`](https://neo4j.com/docs/developer-manual/3.0/cypher/#functions-startnode) * [ ] [`endNode()`](https://neo4j.com/docs/developer-manual/3.0/cypher/#functions-endnode) * [ ] [`relationships()`](https://neo4j.com/docs/developer-manual/3.0/cypher/#functions-relationships) * [ ] [`nodes()`](https://neo4j.com/docs/developer-manual/3.0/cypher/#functions-nodes)
We should use Docker containers and Akka remoting to support distributed query processing. Key challenges: * Deploy the containers (~cluster management) * Allocate the Rete node to different machines/containers. We...