Releases: shadil-rayyan/LogMind
Releases · shadil-rayyan/LogMind
Release list
v0.1.0 — Initial release
Initial release of LogMind.
- Log ingestion via POST /logs with per-IP rate limiting
- O(1) zero-allocation sliding-window incident detection
- Async batched worker pool (3.5× throughput vs individual writes)
- SQLite persistence with WAL mode and crash recovery
- Prometheus metrics and pre-built Grafana dashboard
- Live-reloading HTML ops dashboard
- Per-IP token-bucket rate limiter
- Docker Compose quick start (one command to run full stack)
- Client libraries: curl, Go, Python, Node.js
- 26K req/sec throughput, P99 1.25ms latency