Real-Time Log Aggregator with LSM-Tree Storage Engine
High-write throughput log database engineered with MemTable, Write-Ahead Logging (WAL), and background SSTable compaction.
Project Overview
A specialized time-series log ingestion database inspired by LevelDB and Cassandra. Uses a memory skip-list MemTable for fast writes, flushes immutable sorted string tables (SSTables) to disk, and executes concurrent compaction routines for sub-second log queries.
A specialized time-series log ingestion database inspired by LevelDB and Cassandra. Uses a memory skip-list MemTable for fast writes, flushes immutable sorted string tables (SSTables) to disk, and executes concurrent compaction routines for sub-second log queries.
High-write throughput log database engineered with MemTable, Write-Ahead Logging (WAL), and background SSTable compaction.
Core Project Objectives
Capture continuous analog/digital sensor readings with robust noise filtering and hardware calibration.