# timeless_logs v1.4.2 - Table of Contents Embedded log compression and indexing for Elixir applications. ## Pages - [README](readme.md) - [LICENSE](license.md) - [Architecture](architecture.md) - [Configuration Reference](configuration.md) - [Getting Started](getting_started.md) - [HTTP API](http_api.md) - [Operations](operations.md) - [Querying](querying.md) - [Storage & Compression](storage.md) - [Real-Time Subscriptions](subscriptions.md) - [Telemetry](telemetry.md) ## Modules - [TimelessLogs](TimelessLogs.md): Embedded log compression and indexing for Elixir applications. - [TimelessLogs.DB](TimelessLogs.DB.md): SQLite connection manager with a single writer and pooled readers. - [TimelessLogs.Entry](TimelessLogs.Entry.md): A single log entry. - [TimelessLogs.HTTP](TimelessLogs.HTTP.md): Optional HTTP interface compatible with VictoriaLogs. - [TimelessLogs.LogsQL](TimelessLogs.LogsQL.md): Parser for the subset of LogsQL that DDNet sends. - [TimelessLogs.Result](TimelessLogs.Result.md): Query result with pagination metadata. - [TimelessLogs.Stats](TimelessLogs.Stats.md): Aggregate statistics about stored log data. - [TimelessLogs.Telemetry](TimelessLogs.Telemetry.md): Telemetry events emitted by TimelessLogs. ## Mix Tasks - [mix timeless_logs.benchmark](Mix.Tasks.TimelessLogs.Benchmark.md): Benchmark compression rates with realistic Phoenix log data - [mix timeless_logs.index_benchmark](Mix.Tasks.TimelessLogs.IndexBenchmark.md): Benchmark pure ETS index operations in isolation (no disk I/O) - [mix timeless_logs.ingest_benchmark](Mix.Tasks.TimelessLogs.IngestBenchmark.md): Benchmark ingestion throughput through the full pipeline - [mix timeless_logs.search_benchmark](Mix.Tasks.TimelessLogs.SearchBenchmark.md): Benchmark search speed across query patterns on a week of indexed Phoenix logs