BigQuery Playground
Create Kepler.gl Maps with BigQuery Public Datasets in seconds using SQL.
Premium alternative to BigQuery GeoViz.
Quick Start
Go to cloud.dekart.xyz
Authorize with Google Account.
Create free workspace
Create BigQuery connection.
Grant access to BigQuery. Passthrough authentication is used, no tokens are stored on our side. No data is copied or stored.
Select BigQuery Project ID.
Type example query (uses Chicago Crime Data)
SELECT
primary_type,
district,
latitude,
longitude,
date
from `bigquery-public-data.chicago_crime.crime`
WHERE Rand() < 5 / 100.0
- Run query (click Execute button)
- Style a map (see Kepler Docs for details)
- Now you can save and share you beautiful Map!