2 مستودعات
Using SQLite's relational capabilities specifically for analyzing log entries.
Distinct from SQLite Integration: Distinct from general SQLite integration by applying the database engine to log-to-table mapping.
Explore 2 awesome GitHub repositories matching data & databases · SQLite Log Analysis. Refine with filters or upvote what's useful.
lnav is a terminal-based log viewer and analyzer designed for aggregating, filtering, and analyzing multiple log files in a single chronological view. It functions as a console application that can replace the system pager, providing syntax highlighting and document navigation for system or application logs. The project distinguishes itself by mapping unstructured log data to virtual SQLite tables, enabling the use of SQL and PRQL for structured data analysis, aggregations, and relational queries. It further differentiates its capability set through native integration for retrieving and taili
Maps log entries to virtual SQLite tables for advanced querying with SQL and PRQL.
Serial Studio is a desktop application for connecting to, decoding, visualizing, and recording data from hardware devices over multiple communication protocols. It functions as an embedded device debugging toolkit that ingests live data from Serial, Bluetooth, CAN, Modbus, MQTT, and network sockets into a unified dashboard, while also serving as a programmatic automation platform with over 320 commands exposed over TCP, gRPC, and MCP for external control. The application distinguishes itself through a scriptable frame pipeline that routes incoming bytes through configurable detection, decodin
Persists every frame and raw byte to a SQLite database with indexed timestamps for replay and offline analysis.