Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 626 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 626 Bytes

Signal Store

CircleCILicense

Simple web service that manages moving our data around.

It will:

  • Receive file uploads and put them in the right place for long term storage
  • Receive streaming file uploads (live data) and keep them for long term storage
  • Keep track of the last value for all structured data

It will not:

  • know or understand what the data means