featbit-deployment-docker
Installation
SKILL.md
FeatBit Docker Compose Deployment
Expert guidance for deploying FeatBit with Docker Compose. This skill provides deployment instructions for all three tiers with links to detailed configuration files.
Core Concepts
FeatBit offers three deployment architectures optimized for different scales:
| Tier | Database | Cache | Message Queue | Analytics | Best For |
|---|---|---|---|---|---|
| Standalone | PostgreSQL | None | PostgreSQL | PostgreSQL | Low to moderate concurrent connections, moderate API calls, limited event volume |
| Standard | PostgreSQL/MongoDB | Redis | Redis | MongoDB | Moderate to high concurrent connections & API calls, moderate event volume |
| Professional | PostgreSQL/MongoDB | Redis | Kafka | ClickHouse | Moderate to high concurrent connections & API calls, high event volume |
Quick Selection Guide:
- Standalone: Minimal setup, single server, handles low to moderate concurrent WebSocket connections
- Standard: Production-ready with caching, handles high concurrent connections with moderate event volume
- Professional: Maximum scale for high connections AND high event volume, requires DevOps expertise
Related skills