From 268ff690df10ed4781a57a171774859efc4a9dad Mon Sep 17 00:00:00 2001 From: bigtux Date: Thu, 5 Feb 2026 21:02:44 -0300 Subject: [PATCH] Initial commit: OPHION observability platform --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..68958dc --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# 🐍 OPHION + +**Open Source Observability Platform** + +*Metrics, Logs, Traces & Alerts - Made in Brazil* + +## Features + +- 📊 **Infrastructure Monitoring** - CPU, RAM, Disk, Network +- 📝 **Log Management** - Centralized logs with search +- 🔍 **Distributed Tracing** - Track requests across services +- 📈 **Custom Dashboards** - Drag-and-drop widgets +- 🚨 **Smart Alerts** - Telegram, Slack, Email, Webhooks +- 🔐 **Enterprise Security** - SSO, RBAC, Audit logs + +## Stack + +- **Backend:** Go (Fiber) +- **Frontend:** Next.js 14 + TypeScript +- **Database:** ClickHouse + PostgreSQL + Redis +- **Protocol:** OpenTelemetry + +## Quick Start + +```bash +# Docker (recommended) +curl -fsSL https://get.ophion.io | bash + +# Or manually +docker compose up -d +``` + +## Documentation + +See [docs/](./docs/) for full documentation. + +## License + +AGPL-3.0 (Community) / Commercial (Enterprise) + +--- + +Made with 🖤 in Brazil