Skip to content

Instantly share code, notes, and snippets.

@andypern
Created May 28, 2014 21:03
Show Gist options
  • Save andypern/60a98fa43607a9cf0bf7 to your computer and use it in GitHub Desktop.
Save andypern/60a98fa43607a9cf0bf7 to your computer and use it in GitHub Desktop.
##Running the demo
###Introduction
- Show a slide with a diagram showing the components
- show a slide detailing the clickstream use case
- talk about how the data comes in different formats, and we don't want to have to do any sort of manipulation to be able to query against it.
###Dataset intro
- show snippets of JSON data and CSV data (not on a CLI..do it in a deck/pdf)
- explain how drill can access all this (and more!), in many cases without doing any sort of sort of schema assignment
###odbc/drill explorer
- talk about ODBC (and 'drill-explorer..') and how it allows you to bring in this data into tableau (although..functionally not everything is ready
yet..so gloss that part over)
- show tableau, draw some pretty pictures, maybe some maps (i'm working on that)
###Bonus: command line queries
Show queries against:
- JSON (look ma..no schema!)
- hbase (mention it could be m7 or base..) [need to figure out casting properly]
- hive tables ... much faster than HIVE!
- parquet files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment