logoalt Hacker News

cluckindantoday at 1:58 PM2 repliesview on HN

Nice. Now, to vibe myself a locally hosted alternative.


Replies

vidarhtoday at 2:07 PM

I was about to say they have a self-hosting guide, but I see they use third party services that seem absolutely pointless for such a tiny dataset. For comparison, I have a project that happily analyzes 150 million tokens worth of Claude session data w/some basic caching in plain text files on a $300 mini pc in seconds... If/when I reach billions, I might throw Sqlite into the stack. Maybe once I reach tens of billions, something bigger will be worthwhile.

show 2 replies
keks0rtoday at 2:14 PM

The docker-compose contain everything you should need: https://github.com/obsessiondb/rudel/blob/main/docker-compos...