ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
97 stars 85 forks source link

Question on Cypher implementation #135

Closed djnakabaale closed 3 years ago

djnakabaale commented 4 years ago

Is there a way to use an already installed neo4j desktop application as the database when running the benchmark?

szarnyasg commented 4 years ago

@dmj2x yes, it should be possible if you configure the NEO4J_HOME and other relevant environment variables (NEO4J_DATA_DIR for the dev branch supporting Neo4j 4.x and NEO4J_DB_DIR for the stable branch supporting Neo4j 3.x). You'll have to find a way to create the database in the desktop app, then load it using the LDBC tools, and use the loaded DB from the Desktop application. But it should be doable.

szarnyasg commented 3 years ago

Let us know if you need more info on this.