Hi,
Marcus here from Germany.
Working and writing my Bachelor-Thesis about a performance-comparison between neo4j and networkx.
Guess this community can help me a lot.
Happy to be here.
Regards,
Marcus
PS: already opened 2 questions.
Hi,
I am executing the following Cypher after creation of the called subgraph in a loop.
Neo4j 4.2.3 embedded + GDS 1.5.1 running in Eclipse 4.16.
CALL gds.pageRank.stream('" + graphName + "', " +
"{ " + relWeightProp + " maxIterations: 100, dam...
Hi,
I am working with Neo4j 4.2.3 embedded to handle a database together with GDS library 1.5.1.
I want to create a Subgraph by executing:
try (Transaction tx = graphDB.beginTx()) {
if (verbose) {
System.out.println("CREATE TEMPORARY SUBGRAP...
Hi,
@borisvivienne it is not about exporting the neo4j db to a json.
This topic is about reimporting a previous exported graph from CSV or JSON.
I am also searching for something like that. The export to CSV is easy running the appropriate apoc-funct...