42minutes / go-42minutes

Manage your TV series - Scan existing, find and download new and missing episodes.
7 stars 2 forks source link

Design standalone daemon structure #1

Closed geoah closed 8 years ago

geoah commented 8 years ago

Requirements

The standalone daemon...

Edit: On second thought, the last three to-do items are not really required for a proof of concept so we can skip them for now.

superdecimal commented 8 years ago

Should we add a db interface too?

geoah commented 8 years ago

@superdecimal I made it part of #4 as it is the only thing that will need it for now

This also requires the creation of an interface, and a concrete implementation of a persistence datastore. The first concrete implementation could be any NoSQL database; preferably rethinkdb but any will do.