Skip to main content

No project description provided

Project description

NeoCortex

license

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


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)

Uploaded Source

Built Distribution

neocortex-0.0.1-py3-none-any.whl (16.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page