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
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
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
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