Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/temoto/venderctl

Open source vending machine data processing server. The backend for https://github.com/temoto/vender
https://github.com/temoto/venderctl

status-inprogress vending

Last synced: about 1 month ago
JSON representation

Open source vending machine data processing server. The backend for https://github.com/temoto/vender

Awesome Lists containing this project

README

        

# What

Open source vending machine data processing server. The backend for https://github.com/temoto/vender

Goals:
- [cmd/tele] receive telemetry from Vender VMC
- [cmd/control] send remote control commands to vending machines
- [cmd/tax] send reports to government fiscal agency
- load telemetry data into existing legacy dashboard
- (maybe) new dashboard, alerts

Requires PostgreSQL 10+.

Please see [venderctl.hcl](venderctl.hcl) for config example. Except noted, defaults are Go zero values: 0, false, "".

# Flair

[![Build status](https://travis-ci.org/temoto/venderctl.svg?branch=master)](https://travis-ci.org/temoto/venderctl)
[![Coverage](https://codecov.io/gh/temoto/venderctl/branch/master/graph/badge.svg)](https://codecov.io/gh/temoto/venderctl)
[![Go Report Card](https://goreportcard.com/badge/github.com/temoto/venderctl)](https://goreportcard.com/report/github.com/temoto/venderctl)