BigQuery Playground

Create Kepler.gl Maps with BigQuery Public Datasets in seconds using SQL.

Premium alternative to BigQuery GeoViz.

Create Workspace

Quick Start

  1. Go to cloud.dekart.xyz

  2. Authorize with Google Account.

  3. Create free workspace

  4. Create BigQuery connection.

  5. Grant access to BigQuery. Passthrough authentication is used, no tokens are stored on our side. No data is copied or stored.

  6. Select BigQuery Project ID.

  7. 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
  1. Run query (click Execute button)
Report Edit
  1. Style a map (see Kepler Docs for details)
Style Visualization
  1. Now you can save and share you beautiful Map!

Create Workspace

Edit this page on GitHub