Wednesday, March 4, 2026
Show HN: Qlog – grep for logs, but 100x faster https://ift.tt/LAgKzHd
Show HN: Qlog – grep for logs, but 100x faster I built qlog because I got tired of waiting for grep to search through gigabytes of logs. qlog uses an inverted index (like search engines) to search millions of log lines in milliseconds. It's 10-100x faster than grep and way simpler than setting up Elasticsearch. Features: - Lightning fast indexing (1M+ lines/sec using mmap) - Sub-millisecond searches on indexed data - Beautiful terminal output with context lines - Auto-detects JSON, syslog, nginx, apache formats - Zero configuration - Works offline - Pure Python Example: qlog index './logs/*/*.log' qlog search "error" --context 3 I've tested it on 10GB of logs and it's consistently 3750x faster than grep. The index is stored locally so repeated searches are instant. Demo: Run `bash examples/demo.sh` to see it in action. GitHub: https://ift.tt/nlYQSBs Perfect for developers/DevOps folks who search logs daily. Happy to answer questions! https://ift.tt/nlYQSBs March 5, 2026 at 01:47AM
Subscribe to:
Post Comments (Atom)
Show HN: A free lever-based puzzle game https://ift.tt/0sFR4mO
Show HN: A free lever-based puzzle game I made Lever Labyrinth for a final project in my uni's game engine development class and recentl...
-
Show HN: WebApp that blows water out of your phone's speakers https://ift.tt/2VmXkOf March 16, 2021 at 08:22AM
-
Show HN: Music player for big local collections with mpd support mpz is a C++/Qt music player focused on UX, with derectory tree and playlis...
-
Show HN: Stickerbox, a kid-safe, AI-powered voice to sticker printer Bob and Arun here, creators of Stickerbox. If AI were built for kids, w...
No comments:
Post a Comment