Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-lab/pusher

Push data from nodes to cloud storage
https://github.com/m-lab/pusher

platform

Last synced: about 1 month ago
JSON representation

Push data from nodes to cloud storage

Awesome Lists containing this project

README

        

# pusher

[![GoDoc](https://godoc.org/github.com/m-lab/pusher?status.svg)](https://godoc.org/github.com/m-lab/pusher) [![Build Status](https://travis-ci.org/m-lab/pusher.svg?branch=master)](https://travis-ci.org/m-lab/pusher) [![Coverage Status](https://coveralls.io/repos/github/m-lab/pusher/badge.svg?branch=master)](https://coveralls.io/github/m-lab/pusher?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/m-lab/pusher)](https://goreportcard.com/report/github.com/m-lab/pusher)

Push data from nodes to cloud storage. This is meant to be a sidecar service
for experiments deployed on [M-Lab](https://www.measurementlab.net).
Experiments write data to a particular directory and this system watches that
directory and tars, compresses, and uploads the data files.

Available as a container in [measurementlab/pusher](https://hub.docker.com/r/measurementlab/pusher/) on Docker Hub.