Metrics, reporting, and data visualization capabilities for the Initiative Engine ecosystem.
The Analytics platform provides:
- Real-time metrics collection and aggregation
- Custom dashboard creation
- Reporting and data export
- Integration with Initiative Engine components
- Python 3.12+ or Node.js 20+
- Docker (optional, for containerized deployment)
# Clone the repository
git clone git@github.com:gofullthrottle/analytics.git
cd analytics
# Install dependencies (to be configured)
# npm install or uv sync# Run development server
# npm run dev or uvicorn app.main:app --reload
# Run tests
# npm test or pytest
# Run linting
# npm run lint or ruff check .analytics/
├── CLAUDE.md # Claude Code configuration
├── README.md # This file
├── docs/ # Documentation
│ └── architecture/ # ADRs
├── src/ # Source code (to be created)
└── tests/ # Test suite (to be created)
See CONTRIBUTING.md for development guidelines.
Proprietary - All rights reserved.