Streamdata.io is all about the dead simple streaming of existing JSON APIs. It can proxy any existing JSON API and begin streaming it using Server-Sent Events (SSE), with very little effort. We prefer staying focused on doing what we do best, but this also means that there are a lot of XML APIs, RSS feeds, and other types of APIs that we can’t proxy and turn into real time streams. To help us overcome this aspect of our service, we are always looking for complimentary services that we can point our customers to. For example, to bridge the divide between RSS feeds and what Streamdata.io does, we recommend taking a look at rss to json, a wonderful, dead simple API for doing exactly what it says–converting RSS feeds to JSON. Something you can then easily proxy with Streamdata.io, and turn into a streaming RSS feed.
Here is the simple command line you can use to stream the Techcrunch blog:
curl -v "https://streamdata.motwin.net/https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Ftechcrunch.com%2Ffeed%2F&streamId={your_feedly_stream_id}&X-Sd-Token={your_streamdata_token}"
Despite popular opinion, RSS is not dead. It is still the default feed format for many blogs, forums, and other sources of real time content. We recently covered how you can proxy and stream curated RSS feeds using Feedly, and now we can add rss to json to the toolbox of RSS solutions that compliment what Streamdata.io brings to the table. Continuing to build our toolbox of simple API tools that can be used to help you in your journey to make your data and content more real time.