Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/en10/neo4j
- Owner: EN10
- Created: 2022-07-20T12:54:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T14:10:45.000Z (over 2 years ago)
- Last Synced: 2024-04-15T06:49:29.716Z (8 months ago)
- Topics: database, graph-database, neo4j
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)