.net - SQL Server -> ElasticSearch (Data Consistency) -


http://damienbod.com/2014/09/22/elasticsearch-crud-net-provider/

https://www.elastic.co

prerequisites / can do:

i have installed node locally, using nest , elasticsearch.net libraries (or raw curl command via sense) have created several documents in appropriate index. can retrieve documents via same libraries' "search" method, or via sense command.

what i'm looking / don't 'want' do:

i looking more "automated" way synchronize data between sql server , elasticsearch above approach seems tedious manipulate near real-time updates.

in perfect world there program ask me specify name of index / type, tables , columns (from sql server) comprise document , frequency program run (to update add/update/delete) data.

does such piece of software exist?

if not, examples of how others approach near real-time data consistency between these 2 product suites?


Comments