Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.2 KB

RSS Recipes

RSS is a Netflix Recipes application demonstrating how all of the following Netflix Open Source components can be tied together.

Modules

rss-core

Shared classes between edge and middletier.

rss-edge

Customer-facing edge service. The RSS Reader UI is hosted in this server.

rss-middletier

Internal middletier service responsible for fetching RSS feeds and for persisting user subscriptions.

Documentation

Please see [wiki] (https://github.com/Netflix/recipes-rss/wiki) for detailed documentation.

Communication