How to ingest data in real time from oracle to Elasticsearch -


i using loop in scala query oracle table every 10 second, since oracle table continuously insertion. create select request create n json string containing n line oracle push elasticsearch. after create delete request erase n line oracle table have inserted es. developped beginner approach. can suggest me better approach load in real time or micro batch data oracle es , delete oracle. heard logstach or sreamsets. have idea? thanks


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -