Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismarslomic/cabin-visits-kotlin
https://github.com/ismarslomic/cabin-visits-kotlin
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismarslomic/cabin-visits-kotlin
- Owner: ismarslomic
- Created: 2024-12-22T22:47:48.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T17:21:05.000Z (14 days ago)
- Last Synced: 2024-12-23T18:27:21.142Z (14 days ago)
- Language: Kotlin
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cabin-visits-kotlin
Kotlin app using Ktor server application with GraalVM to create HTTP endpoints to receive data from different sources to
collect all data belonging to a visit at Slomic Smarthytte and store it to a database.## Licensing Information
This project uses Oracle GraalVM Native Image, which is subject to
the [Oracle GraalVM Free Terms and Conditions (GFTC)](https://www.oracle.com/downloads/licenses/graal-free-license.html).## Run in Docker
The changes to this app is automatically published to the Docker Hub and you can always find the latest release at
[ismarslomic/cabin-visits-kotlin](https://hub.docker.com/r/ismarslomic/cabin-visits-kotlin)```bash
docker run --rm -p 8079:8079 ismarslomic/cabin-visits-kotlin:main
```## HTTP API
```bash
curl http://localhost:8079
```## Metrics
```bash
curl http://localhost:8079/metrics
```