Skip to content

histograph/io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d1c36d · Jan 27, 2016
Jan 13, 2016
Mar 23, 2015
Oct 20, 2015
Oct 20, 2015
Oct 20, 2015
Jan 27, 2016
Aug 3, 2015

Repository files navigation

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:

{
  "dataset": "dataset1",
  "type": "pit|relation",
  "action": "add|delete|update",
  "data": {
    // PIT/relation data
  }
}

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

Copyright (C) 2015 Waag Society.