histograph/io

Name: io

Owner: Histograph

Description: Bulk import/output API for Histograph

Created: 2015-01-30 16:28:48.0

Updated: 2016-10-08 01:51:51.0

Pushed: 2017-07-25 15:43:01.0

Homepage: http://histograph.io

Size: 354

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Histograph IO

Express routing middleware for Histograph API. IO is automatically loaded by the API.

With Histograph IO, you can:

Queue format

IO adds PIT and relation changes onto Histograph's Redis queue.

IO uses the adds messages of the following form, as stringified JSON objects:


ataset": "dataset1",
ype": "pit|relation",
ction": "add|delete|update",
ata": {
// PIT/relation data


The data field contains PIT and relation data, conforming to the Histograph JSON schemas.

Copyright © 2015 Waag Society.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.