Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.03 KB

creating-data-sources.md

File metadata and controls

38 lines (27 loc) · 1.03 KB

Creating Data Sources

Screencasts

Documentation

Workshop details

  • The company_info 'dimensional' (or 'fact') table containing metadata for a set of ~80 companies, including their full name, creation date, sector, and stock symbol.
`symbol` String
`name` String
`creation_date` Date
`sector` LowCardinality(String)
  • The event_stream data stream has this concise data schema:
`id` Int16 
`price` Float32 
`symbol` String 
`timestamp` DateTime