![]() |
VOOZH | about |
The CData JDBC Driver for RSS connects RSS feeds to Mule applications enabling read functionality with familiar SQL queries. The JDBC Driver allows users to easily create Mule applications to backup, transform, report, and analyze RSS feeds.
This article demonstrates how to use the CData JDBC Driver for RSS inside of a Mule project to create a Web interface for RSS feeds. The application created allows you to request RSS feeds using an HTTP request and have the results returned as JSON. The exact same procedure outlined below can be used with any CData JDBC Driver to create a Web interface for the hundreds of available data sources.
You can connect to RSS and Atom feeds, as well as feeds with custom extensions. To connect to a feed, set the URL property. You can also access secure feeds. A variety of authentication mechanisms are supported. See the help documentation for details.
For assistance in constructing the JDBC URL, use the connection string designer built into the RSS JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.rss.jar
Fill in the connection properties and copy the connection string to the clipboard.
SELECT Pubdate, Author FROM RSSFeed๐ Configure the Select object (Salesforce is Shown)
%dw 2.0 output application/json --- payload๐ Add the Transform Message Component to the Flow
At this point, you have a simple Web interface for working with RSS feeds (as JSON data) in custom apps and a wide variety of BI, reporting, and ETL tools. Download a free, 30 day trial of the JDBC Driver for RSS and see the CData difference in your Mule Applications today.
Download a free trial of the RSS Driver to get started:
Download NowLearn more:
๐ RSS Feeds IconEasy-to-use RSS client driver enables developers to build Java applications that easily consume RSS feeds.