Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 59 forks source link

Use `denormalized.tree` table to implement the routers under `/trees` #337

Open dadiorchen opened 1 year ago

dadiorchen commented 1 year ago

We are using public.trees to query data for /trees but it is slow, we created new table to denormalize the data, so please use the new table to implement this API again.

Some notes:


Some hints:

BrookeTheExecutiveAnimalLover commented 1 year ago

@Kpoke I would like to be assigned this issue :')

dadiorchen commented 1 year ago

@BrookeTheExecutiveAnimalLover the table is not there yet, @Kpoke is working on it.

dadiorchen commented 1 year ago

This issue is open for everyone

dagmawig commented 5 months ago

I will work on this.