Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkorecki/graleph

Experiment in building a statsd-like aleph-based server, compiled with native-image
https://github.com/lukaszkorecki/graleph

Last synced: 21 days ago
JSON representation

Experiment in building a statsd-like aleph-based server, compiled with native-image

Awesome Lists containing this project

README

        

Attempt at building a statsd-like server in aleph, and compile it with graalvm

## Building

1. Auth with GitHub's Docker repo. GitHub doesn't support anonymous `pull`s so there's some setup involved
- get a personal token with `package:read` scope
- run `docker login docker.pkg.github.com` and provide your GH username and the token

2. `docker build . -t graleph:latest`

3. Test it:

```shell
# Terminal 1

docker run --net host --rm graleph:latest
```

and then

```shell
Terminal 2

./script/gen-metrics
```