Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```