Re: [Geoserver-users] push data source

2024-05-16 Thread Andrea Aime
Agreed. For those that need to process moving points at scale, things can get complex, we shared the approach we took in one such cases in this old blog post: https://www.geosolutionsgroup.com/portfolio/real-time-maritime-picture-with-geoserver/ Regards, Andrea Aime == GeoServer Professional S

Re: [Geoserver-users] push data source

2024-05-14 Thread Mike Bundock
hi. a possible alternative is to have the gis client automatically refresh the layer at regular intervals, e.g. every 30 seconds. I have used this simple approach for monitoring vehicle locations using QGIS. regards mike On Tue, 14 May 2024, 11:25 pm Peter Smythe, wrote: > Hi Jeremy > > While y

Re: [Geoserver-users] push data source

2024-05-14 Thread Peter Smythe
Hi Jeremy While you *can* do this via GeoServer, it's probably far from optimal. GeoServer is designed to publish data (via WMS, WFS standards). You could use a WFS-T (transaction) to update a device's location stored in a spatial database, but it would be more efficient to have a simple CRUD API