Centralizes runtime JSON schema validation and normalization across Logarys applications.
Collect, store and explore structured logs.
Logarys combines focused TypeScript services, shared query contracts and a SvelteKit console into an end-to-end platform for infrastructure and business logs.
A complete pipeline of focused responsibilities.
Each service can evolve independently while sharing validated pipeline configuration and typed query adapter contracts.
Send raw infrastructure and business logs over HTTP.
Validates pipeline configuration, parses events and publishes normalized logs.
Consumes JetStream events and rotates MongoDB collections over time.
Provides pipeline management and query APIs through adapter contracts.
Explores logs and operates the platform from a SvelteKit interface.
Defines stable interfaces for the console manager and external query implementations.
Converts RSQL queries into MongoDB filters through the shared adapter system.
All Logarys building blocks.
The catalogue below is sourced from the public Logarys GitHub organization.
Logarys Documentation
MkDocs source repository for the Logarys architecture, deployment and operating documentation.
Logarys Console Manager
TypeScript API used by the Logarys web console to manage pipelines, queries and operational configuration.
Logarys Ingestor
NestJS HTTP ingestion service that receives raw logs, applies runtime pipelines and publishes normalized events.
Logarys Storage Manager
Service that consumes logs from NATS JetStream and stores them in MongoDB with time-based collection rotation.
Logarys Pipeline Validator
Shared validation and normalization helpers for Logarys runtime pipeline JSON configuration.
Logarys Query Adapter Contracts
Shared TypeScript interfaces used by the console manager and external Logarys query adapter packages.
Logarys RSQL MongoDB Adapter
RSQL-to-MongoDB query adapter for the extensible Logarys query adapter system.
Logarys UI
SvelteKit web console for exploring logs, managing pipelines and operating the Logarys platform.
Consolidate the complete operating path.
- NowStabilize ingestion, storage, pipeline and query contracts across all services.
- NextPublish reproducible Docker and Kubernetes deployment guides.
- ThenExpand console exploration, retention administration and adapter integrations.