Datahoarder's Paradise
A flexible data fetching and indexing tool that collects information from various sources and makes it searchable. Perfect for digital packrats who want to hoard and search their data.
Powerful FTS5 search across all your data sources with advanced query syntax.
Beautiful, responsive web UI for browsing and searching your data with dark/light themes.
Connect to GitHub, RSS, HackerNews, browser history, and many more sources.
Continuously fetch new data from your sources on a schedule.
All data stored locally in SQLite databases - your data stays yours.
Easy to add custom datasources with Go interfaces or HTTP API for imports.
Model Context Protocol server available for AI integration and automation.
# Clone and build
git clone https://github.com/rubiojr/ergs
cd ergs
make build
# Initialize and fetch data
./ergs init
./ergs fetch
# Start web interface
./ergs web --port 8080
# Or run continuously (fetches every 30
minutes)
./ergs serve