Hello, I have a use case where a user specifies a so called „geofence“ (GeoJSON Polygon) via a web interface. This is used for live-tracking GPS-data from devices - but only within this boundary. Additionally, there will be some computational steps which is the reason for Storm.
My overall architecture would include: Storm - MongoDB - NodeJS My Question Does anyone has experience (performance wise and in general) if its a good idea to call MongoDB from within a LookUpBOLT to check, if the GPS-coordinate is within or outside of the geofence? Thanks for every reply! Patrick
