Skip to content

objectundefined/zerograph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zerograph

Server

To run the server:

$ gradle run

Storage

If running as root, the databases will be stored in /var/zerograph by default. For other users, the $HOME/.zerograph directory will be used. These defaults can be overridden using the ZG_STORAGE_PATH environment variable.

Service

The default database instance listens on port 47474.

Client

To run the Python test shell:

$ pip3 install pyzmq
$ cd src/client/python
$ python3 -m zerograph.repl

About

ZeroMQ-based Neo4j server with Python client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.1%
  • Python 16.3%
  • Shell 7.3%
  • Groovy 1.3%