Yannik Olmo Hake

Results 16 comments of Yannik Olmo Hake

Has there been any progress on this? I am currently generating docs and news from markdown files. Works perfectly in dev but ran into the same issues once deploying to...

Has there been any progress on this?

This should unlock geofencing capabilities as well by enabling geography based permission definitions!

Thanks! Just realised turning the Geometry type itself from Scalar to Object, might create other problems down the road as you'd loose support for WKT formatted geometries. Best way forward...

Is SQL as an API still on the road map? Any idea when to expect it? I guess most of the work is already done, as promptql is already executing...

Happy to see you are moving forward with this! If I am not mistaken, it can’t be used pull data from hasura into bi tools such as superset or interact...

any updates on getting an endpoint that supports a native sql dialect?

I have a function with the following signature: ```sql create function age_groups( area CHAR(8), date text, cuts INTEGER[] ) RETURNS TABLE ( age_group TEXT, amount INTEGER ) AS $$ ......

For future reference [TiPg](https://github.com/developmentseed/tipg) is a python based project generating ogc features and ogc tiles rest apis via postgres schema inspection.

And a [rust crate](https://docs.rs/ogcapi/latest/ogcapi) with OGC API building blocks.