docs: add project README and license

This commit is contained in:
ran mad
2026-07-11 19:04:01 +08:00
parent dd1e873408
commit 40a7f35662
3 changed files with 56 additions and 10 deletions
+29
View File
@@ -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