BigQuery Playground

Try Dekart in Playground Mode with one of many Public Datasets available on BigQuery.

Go to BigQuery Playground

Quick Start

Screencast
  1. Go to cloud.dekart.xyz/playground

  2. Authorize with Gmail Account. Dekart Playground access only your email to store Maps you created on Playground. Emails are not used for any marketing purposes. You are not charge for anything.

  3. Click Create Report

Create Report
  1. 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!

Go to BigQuery Playground

Edit this page on GitHub