No project description provided
Project description
NeoCortex
Docker Image for Neo4j / API Interface
docker-compose build
docker-compose up
Command Line Interface
Install neocortex
python setup.py install
Run commands by executing neo
from the command line
>neo config create
Config file not found: C:/Users/tyler/neo.cfg
Run 'neo config create' to create a required configuration file.
? Create config file "C:/Users/tyler/neo.cfg" ? Yes
? Server: 127.0.0.1
? Server Port: 5800
? Username: admin
? Password: admin
Config written
>neo
Usage: neo [OPTIONS] COMMAND [ARGS]...
Options:
--debug Verbose printing
--config-path PATH Configuration file to use, default: "~/neo.cfg"
--help Show this message and exit.
Commands:
config View, edit, or create your configuration file
query Run queries agains the graph db
Accessing the Neo4j Graph DB
python setup.py develop
python
>>> from neocortex.api.client import NeoClient
>>> nc = NeoClient('admin','admin','192.168.99.100:5000')
>>> nc.query('MATCH (n) RETURN n')
[]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neocortex-0.0.1.tar.gz
(10.0 kB
view hashes)
Built Distribution
neocortex-0.0.1-py3-none-any.whl
(16.0 kB
view hashes)
Close
Hashes for neocortex-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b64a72cdaa4251c6867acdc00cdeb06ce3598d1899ec78ef925437ae93f5123 |
|
MD5 | 2927bbb628bf2087f8175b226c8607e7 |
|
BLAKE2b-256 | 5637b70d27d4c11f0cc27705773f8e162cf97ac4c8256780a6695675a5936e2a |