Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/en10/neo4j

neo4j graph database example
https://github.com/en10/neo4j

database graph-database neo4j

Last synced: 19 days ago
JSON representation

neo4j graph database example

Awesome Lists containing this project

README

        

# Neo4j

* [YouTube: What is Neo4j](https://www.youtube.com/watch?v=urO5FyP9PoI)
* [What is a Graph Database?](https://neo4j.com/developer/graph-database)
* [Tutorial: Build a Cypher Recommendation Engine](https://neo4j.com/developer/cypher/guide-build-a-recommendation-engine)
* [LEARN WITH GRAPHACADEMY](https://graphacademy.neo4j.com)
* [Sessions and Transactions](https://graphacademy.neo4j.com/courses/app-python/2-interacting/1-transactions/)
* [YouTube: How does a graph database differ from a relational database?](https://www.youtube.com/watch?v=41qdmKIIMz0)

## example.py
Code based on:
* [Use Your Favorite Programming Languages - Python](https://neo4j.com)
* [Remote Guides - auradb/movies - What is Cypher?](https://neo4j.com/developer/cypher/guide-build-a-recommendation-engine/#recommendation-queries)

## import from csv
* [Northwind Graph Guide](https://guides.neo4j.com/northwind/index.html)
* [Northwind CSV Dataset](https://github.com/neo4j-documentation/developer-resources/tree/gh-pages/data/northwind)
* [Neo4j Data Importer](https://graphacademy.neo4j.com/courses/importing-data/2-using-data-importer/2-c-importing-CSV)
* [YouTube: Using the Neo4j Data Importer](https://www.youtube.com/watch?v=veto-Rz979Q)