Initial commit: OPHION observability platform

This commit is contained in:
2026-02-05 21:02:44 -03:00
commit 268ff690df

43
README.md Normal file
View File

@@ -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