Skip to content

Releases: shadil-rayyan/LogMind

v0.1.0 — Initial release

Choose a tag to compare

@shadil-rayyan shadil-rayyan released this 02 Jul 20:18

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