Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 786 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 786 Bytes

ndio

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

Installation

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

Getting Started

See the ndio wiki: https://github.com/jhuapl-boss/ndio/wiki