Is your feature request related to a problem? Please describe.
Need a working example of flask app integrated with live updates of keplergl
Describe the solution you'd like
Need a working example of flask app integrated with live updates of keplergl
Describe alternatives you've considered
Additional context
@qxlsz Following this post, as I'm also building a Flask app for live updates and to pull data from a database to display in Kepler GL. Did you have any luck completing your app? Currently I'm having trouble fetching data from my Flask API that is running locally. I've verified that the correct data is being returned in the right GeoJson format by the API (using Postman), but can't get a fetch call (using React) to return any data.
Any help or insight on how you have approached the problem is appreciated! Would be happy to discuss strategies together as well if you're still working on it.
I am facing this problem too.. so far i can render around half a million polygons in 3d which looks beautiful. But how do i load data dynamically from db? also my app is using flask.

Also, is there a way to filter one layer by another? kind of spatial overlay