Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paweloczadly/webapp
Go webapp which sends data to Influx
https://github.com/paweloczadly/webapp
Last synced: 12 days ago
JSON representation
Go webapp which sends data to Influx
- Host: GitHub
- URL: https://github.com/paweloczadly/webapp
- Owner: paweloczadly
- Created: 2017-03-17T11:48:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T11:52:15.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T00:33:43.158Z (2 months ago)
- Language: Go
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# webapp
Simple Go webapp which sends data to InfluxDB.
## usage
```bash
$ export APP_PORT=3001
$ export INFLUX_ADDR=http://localhost:8086
$ export DATABASE=webapp
$ go run main.go
```## docker
```bash
$ cd docker
$ ./build.sh
$ docker-compose up -d
```