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 details)
Built Distribution
neocortex-0.0.1-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file neocortex-0.0.1.tar.gz
.
File metadata
- Download URL: neocortex-0.0.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2860f57150536a656ce7bd5e16dded0c5971e97d5a8b70d5e58f2248a557dba0 |
|
MD5 | 1fc59440dcb2920a10a9b1c1c597f4f4 |
|
BLAKE2b-256 | 3185bea7de61e638066a907db1c658f52db37939acea10316ab2358839a5b31e |
File details
Details for the file neocortex-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: neocortex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b64a72cdaa4251c6867acdc00cdeb06ce3598d1899ec78ef925437ae93f5123 |
|
MD5 | 2927bbb628bf2087f8175b226c8607e7 |
|
BLAKE2b-256 | 5637b70d27d4c11f0cc27705773f8e162cf97ac4c8256780a6695675a5936e2a |