Skip to content

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

License

Notifications You must be signed in to change notification settings

alexguzun/go_feed_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages