-
Notifications
You must be signed in to change notification settings - Fork 708
Strategies
imtiazahmad007 edited this page Jan 30, 2014
·
5 revisions
The JDBC river plugin can be configured for different methods of data transport. Such methods of data transports are called a 'strategy'.
By default, the JDBC River implements a simple
strategy.
This strategy contains the following steps of processing:
- fetch data from the JDBC connection
- build structured objects and move them to Elasticsearch for indexing or deleting
In the sql
parameter of the river, a series of SQL statements can be defined which are executed at each river cycle to fetch the data.