Source Providers

RSS Source

Content Source based on RSS feeds.

The RSS Source feeds data from RSS 0.9, 1.0, 2.0, and Atom specifications. Based on the multi-instance source workflow it allows connecting to multiple feeds with different configurations.


Settings

The source settings determines the content structure, every time the instance is saved the structure will be regenerated.

RSS Instance Settings
SettingDescriptionRequired
URLThe feed URL from which to generate the source content.

The following settings are common to all source instances.

Source Instance Common Settings
SettingDefaultDescription
NameRSSThe name that will identify this source instance.
Default Cache Time3600The default duration in seconds before the cache is renewed, set to 0 to disable caching. This setting can be overriden in each query configuration.

Content Structure

Be cautious, changing certain settings of an instance might affect it content structure and break existing content mappings.


Content Queries

For every source instance the following content queries will be made available as Dynamic Content option.

Feed Query

Fetches information from the feed and resolves to a dynamically generated feed type based on it schema.

RSS Feed Query
SettingDefaultDescription
Cache3600The duration in seconds before the cache is invalidated and the query re-executed.

Entries Query

Fetches records from the feed and resolves to a list of dynamically generated record type based on the feed schema.

RSS Entries Query
SettingDefaultDescription
Filters[]The list of filter conditions applied to the query.
Ordering[]The list of ordering conditions applied to the query.
Start1The offset applied to the query.
Quantity20The limit applied to the query.
Cache3600The duration in seconds before the cache is invalidated and the query re-executed.
Previous
CSV