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
Post a Comment