sagecontinuum / sage-object-store

API to access BLOB data collected from Sage nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sage Object Store

API to access upload data collected from Sage nodes.

URLs to request files from he API have to be in this format:

curl localhost:8080/api/v1/data/<job_id>/<task_id>/<node_id>/<timestamp>-<filename>

The path <job_id>/<task_id>/<node_id>/<timestamp>-<filename> reflects how files are stored in the backend S3.

Design

Arch

Testing

go test

About

API to access BLOB data collected from Sage nodes


Languages

Language:Go 96.1%Language:Shell 2.8%Language:Dockerfile 1.1%