Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukaszkorecki/graleph
- Owner: lukaszkorecki
- Created: 2020-06-09T16:49:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T15:45:09.000Z (over 4 years ago)
- Last Synced: 2024-10-24T02:56:14.750Z (2 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 token2. `docker build . -t graleph:latest`
3. Test it:
```shell
# Terminal 1docker run --net host --rm graleph:latest
```and then
```shell
Terminal 2./script/gen-metrics
```