Skip to content

Latest commit

Β 

History

History
61 lines (40 loc) Β· 2.75 KB

File metadata and controls

61 lines (40 loc) Β· 2.75 KB

Solid Fortnight [WIP]

⚠️ Warning: This project is in its early stages of development and is not ready for use. It is a work in progress; expect frequent breaking changes and incomplete features.

Solid Fortnight is a high-performance, distributed feature flagging system designed for low-latency evaluation and real-time updates.

πŸš€ Quick Start

If you want to try it out immediately:

  1. Launch the stack:

    make start-all
  2. Access the Dashboard: http://localhost:5173

  3. Follow the Tutorial: Getting Started Guide

πŸ“š Documentation

Our documentation is organized to help you find what you need quickly:

πŸ‘€ For Users

πŸ‘©β€πŸ’» For Developers

πŸ›οΈ Architecture

πŸ“‹ Project Status

πŸ› οΈ Currently Implemented Features

  • Distributed Architecture: Modular microservices for management, evaluation, streaming, and analytics.
  • Multivariate Flags: Support for Boolean, String, and JSON variations.
  • Advanced Targeting: Order-of-priority rules with multiple operators.
  • Real-time Updates: Instant configuration pushes to SDKs via SSE.
  • High Throughput: Redis-backed analytics ingestion and high-performance Go evaluation engine.
  • Admin UI: React-based dashboard for visual management.

🀝 Contributing

Please see the Development Setup guide to get started. All PRs should include appropriate tests.