Re: [Geoserver-users] Custom InfluxDB datastore - implementing filtering

2017-01-19 Thread Firefly
ther DB specific parts of the query (encoding geometry etc) >> are handled in the Dialect class. >> >> IFAIK there is no tutorial for this as it isn't something that gets >> done very often, your best bet is to discuss any problems you run in >> to on t

[Geoserver-users] Custom InfluxDB datastore - implementing filtering

2017-01-17 Thread Firefly
Hi, So I've managed to make DataStore that connects to InfuxDB and fetches the data. Now, I would like to implement filtering with CQL, so that I don't fetch all data from DB, but only the ones that I specify. Specifically, based on the parameters I enter (for example 4/10 parameters), I would exe

Re: [Geoserver-users] InfluxDB as data source

2016-12-01 Thread Firefly
Hi Jim, thank you for the tip. I'll definitely go in the direction of implementing such a DataStore. Jim Hughes wrote > Generally, implementing at serviceable datastore isn't too bad. There > are quite a few considerations to keep track of though... What things would I need to take into consid

[Geoserver-users] InfluxDB as data source

2016-11-30 Thread Firefly
Hello, I am working on a project that includes the latest version of GeoServer and InfluxDB time-series database. The locations (longitude and latitude) of multiple objects are continuously saved in this database. I was going through the GeoServer documentation and I saw the list of all the possi