# flucky [![Build Status](https://travis-ci.com/go-flucky/flucky.svg?branch=master)](https://travis-ci.com/go-flucky/flucky) [![Go Report Card](https://goreportcard.com/badge/github.com/volker-raschek/flucky)](https://goreportcard.com/report/github.com/volker-raschek/flucky) [![GoDoc Reference](https://godoc.org/github.com/volker-raschek/flucky?status.svg)](http://godoc.org/github.com/volker-raschek/flucky) Flucky is a lightweight program written in go for reading data from sensors, for example with a banana or raspberry pi. In addition, flucky provides a REST-API to receive from other flucky installations measured values. The measured values can be saved in a logfile or into a database. Currently is only postgres supported. ## Installation Flucky can be installed over multiple ways, for example with your local package manager from your linux distribution. At the moment it's only the rpm package format supported. Alternatively the source code can be compiled to get the flucky binary. ### RPM-Package To install flucky over a RPM package you can download a specific version from github.com or configure the RPM-Mirror. #### RPM-Mirror ```bash $ cat > /etc/yum.repos.d/flucky.rpm <= v1.12. Execute `make go-build` to compile flucky without a container-image. There should be a similar output as when compiling flucky via the container image. ## Enhancements + Provide flucky additionally as AUR and deb package