ndio (Neuroscience Data IO) is a Python 3 module that enables big-data neuroscience. Currently, it provides an interface to the Boss API, and in the future may provide interfaces to other neuroscience databases.
ndio is derived from a fork of NeuroData's ndio package:
https://github.com/neurodata/ndio
Clone the repository from https://github.com/jhuapl-boss/ndio and run
pip install -r requirements.txt
from the repository's location on your
system.
Add <repository location>
to your PYTHONPATH
.
For example, on a *nix system, if ndio was cloned to ~/ndio:
export PYTHONPATH=$PYTHONPATH:~/ndio
See the ndio wiki: https://github.com/jhuapl-boss/ndio/wiki