Getting Started with Neo4j
Neo4j is a Graph Database consisting of nodes connected together by relationships. You might consider using a Graph database if you have a highly connected dataset or have queries with many joins.
- Download Neo4j Desktop download Neo4j desktop or server editions
- Neo4j Sandbox pick a data set - no installation required
- Neo4j Aura free Neo4j instance in the cloud
- Neo4j GraphAcademy free, self-paced, hands-on online training
- GraphGists use ase and industry specific example graphs
Comments