Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pdxjohnny/telem

Telemetry so hot the issues never stop!!!
https://github.com/pdxjohnny/telem

Last synced: about 1 month ago
JSON representation

Telemetry so hot the issues never stop!!!

Awesome Lists containing this project

README

        

Telem
---

Telemetry framework

It uses docker to compile the binaries and the main Dockerfile adds the linux
binary to the busybox image to create an extremely small final image

Building
---

```bash
go build -o telem_linux-amd64 -tags netgo *.go
# Or
./script/build
```

Running
---

```bash
./telem_linux-amd64
docker run --rm -ti pdxjohnny/telem
```

Changing The Name
---

```bash
./script/change-name $GITHUB_USERNAME $PROJECT_NAME
```

- John Andersen