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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -