44 lines
908 B
Markdown
44 lines
908 B
Markdown
# 🐍 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
|