ingraph icon indicating copy to clipboard operation
ingraph copied to clipboard

Incremental view maintenance for openCypher graph queries.

Results 32 ingraph issues
Sort by recently updated
recently updated
newest added
trafficstars

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)

enhancement
ire

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...

distributed
wish