Hi everyone,
I am streaming real-time data using GeoEvent Server and then visualize them on the map using stream service. The response format is JSON and I am using "Poll an External Website for JSON" input connector. I have a GeoFence in the area and I want to send a notification when a new point falls within the GeoFence. Each record has a unique ID. Is there any way that I can bring over only new records (For example by comparing IDs with previous records)?
Thank you very much for your help.