go_feed_service

command module
v0.0.0-...-310dcff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2017 License: MIT Imports: 9 Imported by: 0

README

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:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
domain
infrastructure
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL