Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainannex/neoaccess
High-level python interface to the Neo4j graph database
https://github.com/brainannex/neoaccess
Last synced: about 1 month ago
JSON representation
High-level python interface to the Neo4j graph database
- Host: GitHub
- URL: https://github.com/brainannex/neoaccess
- Owner: BrainAnnex
- License: mit
- Created: 2023-04-26T07:14:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T00:08:49.000Z (about 1 year ago)
- Last Synced: 2024-05-12T00:40:51.087Z (8 months ago)
- Language: Python
- Homepage: https://brainannex.org
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# High-level python interface to the Neo4j graph database
https://brainannex.org/guide.php
This library used to be distributed as part of the full technology stack "Brain Annex";
but, starting with version 4.0.3, it's being independently released.To use it, just `pip install neoaccess`
[Intro and tutorial](https://julianspolymathexplorations.blogspot.com/2023/06/neo4j-python-neoaccess-library.html)
Notes:
- This library is for versions 4.x of the Neo4j database (supported only on 4.4)
- The APOC library must be installed on Neo4j to use the function export_dbase_json()