01-09-2023 04:44 AM
Hi Team,
I have a requirement which is near to Realtime where the data from Oracle database has to be polled/picked and insert/update in the MongoDB for every 3 seconds. Is there any possibility of do this in an ultra where polling should be done from Oracle database ?
Could you please help us in designing or an approach to solve the problem.
Thanks,
Mohammed Suhail
01-09-2023 10:16 AM
Hi Sir Mohammed,
Good day, for polling you can always use the file poller then set a trigger file in SLDB
Attached PoC pipeline and a trigger file
poller.txt (36 Bytes)
canvas 001_2023_01_10.slp (8.9 KB)
Thanks,
EmEm
01-10-2023 05:18 AM
Hello @alchemiz ,
Thanks for the approach and It works.