Vladi Bilonenko
Vladi Bilonenko
@ThadeuAFMelo @kits-ragh I don't think this project maintained, but you can try Dekart https://dekart.xyz/docs/about/playground/
@adampilz I don't think BigQuery-geo-viz maintained, but you can try Dekart. Example querying [san francisco bikeshare](https://cloud.dekart.xyz/reports/e4eab594-bd9c-4678-84c8-f5ed0b5f4609/source)
@Tsovak it's unrelated. It's more like Copilot Chat.
@nanodan started working on renaming 
@nanodan hey we have been discussion new feature for you in our Slack 😉, feel free to join https://bit.ly/dekart-slack Jokes asides query renaming queries is there in new release candidate...
Great, merged doc PR, thank @Tsovak , @truly-indian
Hey! I was upgrading Kepler in [Dekart](https://github.com/dekart-xyz/dekart) (an open-source backend for Kepler.gl) and ran into similar peer dependency issues. I managed to resolve them using `overrides` in `package.json`: ```json "overrides":...
Hey, @truly-indian, there one problem with JSON. Data for Kepler.gl must be in tabular format: > data.datasets.data [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) *required The data object, in a tabular format with 2 properties https://docs.kepler.gl/docs/api-reference/actions/actions#adddatatomap...
@truly-indian do you use Dekart self-hosted to SaaS?