docs: add project README and license
This commit is contained in:
+22
-10
@@ -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
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2026 ETSB Cloud
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy...
|
||||||
@@ -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