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

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`

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
```