-
Type:
Improvement
-
Status: In Code Review
-
Priority:
Major - P3
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 5.0 Required
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Story Points:5
-
Sprint:Storage - Ra 2021-01-25, Storage - Ra 2021-02-08, Storage - Ra 2021-02-22, Storage - Ra 2021-03-08
Adding an example that uses column store with weather data and defining a schema to support desired operations (see attachments).
- Define attributes in a weather data record - includes day, hour, temperature, humidity, pressure, wind, feels-like temperature, and location (includes latitude, longitude, country).
- Populate data records with randomised data.
- Write example operations:
- Op 1: Find average data given a location
- Op 2: Find max/min temperature data given a time range
- Op 3: Update temperature from Celsius to Fahrenheit
- Op 4: Calculate chance of rain given humidity and pressure
- Op 5: Remove the data for a given country