Skip to content

Releases: rubiojr/ergs

v1.6.0

05 Aug 11:23
Compare
Choose a tag to compare

Changelog

  • 53ed63a Add support for filtering results by date range
  • 9764e66 Linter fixes

v1.5.0

04 Aug 23:41
Compare
Choose a tag to compare

Changelog

v1.4.5

04 Aug 22:12
Compare
Choose a tag to compare

Changelog

v1.4.4

04 Aug 19:34
Compare
Choose a tag to compare
  • Ergs web now has a favicon 🖼️

v1.4.3

04 Aug 19:00
Compare
Choose a tag to compare

Changelog

v1.4.2

04 Aug 19:00
Compare
Choose a tag to compare

Changelog

Reload support

04 Aug 18:33
Compare
Choose a tag to compare

✨ New Features

  • Configuration Reload: Dynamic configuration reloading without service restart
  • Automatic file watching: Config changes detected automatically using filesystem events
  • SIGHUP signal support: Manual reload via Unix signals (kill -HUP <pid>)

Ergs data explorer and API

03 Aug 19:33
Compare
Choose a tag to compare

✨ New Features

  • Web Interface: Added modern web UI accessible via ergs web

    • Browse and search all datasources with responsive design
    • Real-time pagination and filtering (30 items per page)
    • Specialized renderers for each datasource type (GitHub, Firefox, HN, RSS, etc.)
  • REST API: JSON endpoints for programmatic access

    • /api/datasources - List datasources
    • /api/search - Search across all data
    • /api/datasources/{name} - Browse specific datasource

🚀 Usage

# Start web interface
ergs web --port 8080

# Access at http://localhost:8080
image