Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-17-2021 07:20 AM
Can Neuler only execute queries on an entire database? Or can it execute:
Looking for a way to test on a sample of our larger dataset without creating a new db.
Thanks in advance for any tips,
Cheers,
Mike
Solved! Go to Solution.
02-18-2021 07:14 AM
NEuler can operate on simple native projections: you can select node labels and relationship types to execute your algorithms on. It doesn't let you create Cypher projections though, and it doesn't work on named graphs (eg. load a subgraph once, execute multiple algorithms against it).
One nice feature in NEuler, though, it the ability to generate code, that you can copy paste into Browser (or Cypher Shell, or Python, or whatever) where you can modify it - for example, switching the native projection to a Cypher projection.
If you want to learn more about NEuler, it's covered in this developer guide.
02-18-2021 07:14 AM
NEuler can operate on simple native projections: you can select node labels and relationship types to execute your algorithms on. It doesn't let you create Cypher projections though, and it doesn't work on named graphs (eg. load a subgraph once, execute multiple algorithms against it).
One nice feature in NEuler, though, it the ability to generate code, that you can copy paste into Browser (or Cypher Shell, or Python, or whatever) where you can modify it - for example, switching the native projection to a Cypher projection.
If you want to learn more about NEuler, it's covered in this developer guide.
All the sessions of the conference are now available online