Skip to content

informatics-isi-edu/ioboxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ioboxd

REST Web Service Interface DERIVA I/O.

The ioboxd webservice provides a set of REST APIs for exporting and importing data to and from ERMrest. The service supports both export and import of data to/from individual files, or filesets contained within BagIt serialized archive files.

Prerequisites

  1. Python 2.7 or higher
  2. ERMrest installed.
  3. Webauthn installed.

Installation

  1. Clone source from GitHub:

    • git clone https://github.com/informatics-isi-edu/ioboxd.git
  2. From the source distribution base directory, run:

    • make deploy

Configuration

See the Configuration guide for further details.

Usage

See the API guide for further details.

Integration with Chaise

See the Integration guide for further details.