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
+22 -10
View File
@@ -1,22 +1,34 @@
# Binaries # Go
bin/ bin/
dist/ dist/
*.exe *.exe
*.dll *.test
*.so
*.dylib
# Build output
coverage.out coverage.out
# Dependencies
vendor/
# IDE # IDE
.vscode/ .vscode/
.idea/ .idea/
# OS # Logs
.DS_Store *.log
Thumbs.db
# Environment # Environment
.env .env
.env.local
# Certificates
*.pem
*.key
# Kubernetes Secrets
*.secret.yaml
# Terraform
.terraform/
terraform.tfstate*
# OS
.DS_Store
Thumbs.db
+5
View File
@@ -0,0 +1,5 @@
MIT License
Copyright (c) 2026 ETSB Cloud
Permission is hereby granted, free of charge, to any person obtaining a copy...
+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