Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m-lab/pusher
- Owner: m-lab
- License: apache-2.0
- Created: 2017-10-25T22:17:50.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T15:28:24.000Z (5 months ago)
- Last Synced: 2024-10-29T14:49:48.470Z (about 2 months ago)
- Topics: platform
- Language: Go
- Size: 297 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.