https://github.com/ehanlin/neo4j-tool
Restore `dump file`, you able to use `neo4j-shell -c dump > dump.sql`
https://github.com/ehanlin/neo4j-tool
Last synced: 8 months ago
JSON representation
Restore `dump file`, you able to use `neo4j-shell -c dump > dump.sql`
- Host: GitHub
- URL: https://github.com/ehanlin/neo4j-tool
- Owner: eHanlin
- Created: 2017-01-13T10:54:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T10:54:44.000Z (over 9 years ago)
- Last Synced: 2025-05-22T21:13:57.044Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Neo4j Tool
==============================================
Restore `dump file`, you able to use `neo4j-shell -c dump > dump.sql`
## Install
```sh
pip install -r requirements.txt
```
## Usage
```sh
python cli.py restore dump.sql --env localhost:7474
```