Seddryck / Tseesecake

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series
https://seddryck.github.io/Tseesecake
Apache License 2.0
2 stars 1 forks source link

Creation of external timeseries #64

Open Seddryck opened 1 year ago

Seddryck commented 1 year ago

CREATE EXTERNAL TIMESERIES WindEnergy(
  ...
)
STORED AS PARQUET 
LOCATION 'https://.../WindEnergy_2022-01.parquet';