/go_feed_service

A service that reads, at an interval, RSS or Atom feeds and stores the items into a MongoDB database

Primary LanguageGoMIT LicenseMIT

go_feed_service

A service that reads, at a configured periodicity, RSS or Atom feeds and stores the items into a MongoDB database. Build Status

Database Model:

Feed Source
{
    "_id": "",
    "rss_urls": [],
    "description": "",
    "active": "",
    "use_feed_guid": "",
    "last_check": ""
}
Feed entry
{
    "_id": "",
    "title": "",
    "source_id": "",
    "content": "",
    "added_on": ""
}

Configuration

The service should be configured with 2 environment variables: