TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: HN-demo.log-store.com HN comments and stories in log-store

13 pointsby wspeirsalmost 2 years ago
TL;DR: I loaded all 37M comments and stories into a demo version: hn-demo.log-store.com<p>I created log-store to scratch 2 itches: 1) I was bored while working at Meta&#x2F;Facebook 2) I wanted to see if I could make Splunk.<p>I accomplished 1 and got laid-off, and I&#x27;ll let folks here decide if I accomplished 2.<p>If people here want to get a feel for log-store, you can play with the demo site[1] or the HN demo site[1]<p>If a query seems slow (more than 5s), please be patient... log-store was made for 10s of people doing simultaneous searches, not the HN crowd.<p>Happy to answer any&#x2F;all question... thanks!<p>[1] demo.log-store.com [2] hn-demo.log-store.com

2 comments

jazzcaster23almost 2 years ago
This looks like a great ELK alternative and definitely dig the Python love shown here--S3 integration also a thoughtful feature. Cheers and great work!
tyree731almost 2 years ago
Played with some of the sample queries and did some babies first queries (`1h type=&quot;comment&quot; | table`, real crazy stuff here). Pretty cool.<p>What does the log ingestion stack look like here for your demo?