we will have a new API to serve the analytics data decoupled from the actual map tiles.
Proposal
The current data is served in map tiles format, which internally uses sqlite structure. Since the analytics API has significantly different requirements than the current client code, a different data storage mechanism might be used instead. Potential solutions include ElasticSearch or PostgreSQL + PostGIS, but others might also be explored.
Context
we will have a new API to serve the analytics data decoupled from the actual map tiles.
Proposal
The current data is served in map tiles format, which internally uses sqlite structure. Since the analytics API has significantly different requirements than the current client code, a different data storage mechanism might be used instead. Potential solutions include ElasticSearch or PostgreSQL + PostGIS, but others might also be explored.