ftsrg / ingraph

Incremental view maintenance for openCypher graph queries.
http://docs.inf.mit.bme.hu/ingraph/
Eclipse Public License 1.0
47 stars 10 forks source link

Implement loading LDBC update stream CSVs to Neo4j #326

Open szarnyasg opened 6 years ago

szarnyasg commented 6 years ago

Ideally, each of these load specifications could be translated to a set of simple Cypher queries (CREATE and MATCH ... CREATE), so we could execute them on both ingraph and Neo4j.

(Note: it will not be fast.)

szarnyasg commented 6 years ago

Note: the updates for the LDBC BI benchmarks are not yet worked out -- this is planned for Q3/Q4 2018.