docs: add project README and license
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# ORION Telemetry
|
||||
|
||||
Telemetry microservice for the ORION Platform.
|
||||
|
||||
## Features
|
||||
|
||||
- Prometheus Metrics
|
||||
- Health Checks
|
||||
- Structured Logging
|
||||
- Kubernetes Ready
|
||||
- Docker Ready
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- Go
|
||||
- Gin
|
||||
- Prometheus
|
||||
- Kubernetes
|
||||
- Harbor
|
||||
- Gitea
|
||||
|
||||
## Build
|
||||
|
||||
go build ./...
|
||||
|
||||
## Run
|
||||
|
||||
go run ./cmd/server
|
||||
|
||||
Reference in New Issue
Block a user