8000 GitHub - histograph/io at v0.5.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

histograph/io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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|re
6A39
lation",
  "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.

About

Bulk import/output API for Histograph

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0