







Data feeders are various mechanism provided by SRE to feed data into it.
Data feeder types
Add one or more sections with content
-
PullLocalFileSystem - SRE pulls file as soon as it dropped on a configured location
-
PullFtp - SRE pulls file(s) every interval from FTP server.
-
PullSql - SRE pulls data every interval from database server. It supports Oracle, Sql Server and Sql Ce.
-
Push - External client(e.g. WCF client) pushes data into SRE. Note - SRE can be configured on Web as well as Windows Service.