#28
B+
Rank #78
RSS-Bridge
A PHP utility that generates RSS/Atom/JSON feeds for websites that don't natively offer one. Standout trait is near-zero configuration β a single stateless PHP container with dozens of site-specific scraper bridges built in.
73.0
/ 100
β Full Stack
Plain PHP application with no required database (optional file-based cache), a set of per-site scraper 'bridge' classes, served via any PHP-FPM/Apache/Nginx stack.
π Scaling Analysis
Being fully stateless (aside from an optional local cache), it scales horizontally trivially behind a load balancer; the real limitation is fragility of individual site-scraping bridges breaking whenever a source site changes its markup, which is an engineering-quality issue rather than an architectural one.
π Running on Nexlayer
Single rss-bridge pod, no database pod required; optional PVC for the file cache to reduce re-scraping load. Official image is Docker Hub namespaced (rssbridge/rss-bridge) β mirror via mirror.gcr.io.