Hi,
In Apama stream object , I will be maintaining the real time GPS position data. When the user send request to retrieve the list of assets inside the location, I should be able to manipulate it from the stream and send the data back to the user.
I dont want to store this data in database as this request should be processed on demand basis.
Is that possible to enable Http server in Apama for external components to consume data from apama via REST?