Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/temoto/venderctl
- Owner: temoto
- License: cc0-1.0
- Created: 2019-08-01T21:44:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T21:26:42.000Z (10 months ago)
- Last Synced: 2024-10-15T13:37:49.681Z (3 months ago)
- Topics: status-inprogress, vending
- Language: Go
- Size: 2.06 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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, alertsRequires 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)