commit 268ff690df10ed4781a57a171774859efc4a9dad Author: bigtux Date: Thu Feb 5 21:02:44 2026 -0300 Initial commit: OPHION observability platform 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