The updates.

From a bold idea to 500,000 logs per second. Follow the journey of AstraLog.

Initial Public Release 🚀

Version 1.0.0 Stable

AstraLog officially enters the open-source world. Stable, highly-durable, and ready for high-concurrency production workloads.

Reliability & DX

  • Implemented Graceful Shutdown protocols with sync.WaitGroup.
  • Added multi-tenant support indexed by project_id for SaaS environments.
  • Published Native SDKs for Go, TypeScript, and Python.

Alpha Testing & Benchmarking

Version 0.9.0 Alpha

The Core Engine

  • Finalized the Go-based ingestion pipeline.
  • Validated performance: 534,000 logs/second sustained.
  • Integrated native ClickHouse bulk-inserts via background Syncer.

The Inception

Version 0.1.0 Concept

The birth of the "Shock Absorber" pattern. The goal was simple: create an ingestion layer that never drops a single log.

S3 Staging Protocol defined
Core HTTP Buffer Prototype in Go