Skip to content

Commit e7b98e4

Browse files
ckurzeamotl
authored andcommitted
Timeseries: Notebook about CrateDB SQL, paired with pandas and Plotly
1 parent 170d2e0 commit e7b98e4

File tree

2 files changed

+1907
-0
lines changed

2 files changed

+1907
-0
lines changed

topic/timeseries/explore/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Time Series with CrateDB
2+
3+
This folder provides examples, tutorials and runnable code on how to use CrateDB
4+
for time series use cases.
5+
6+
The tutorials and examples focus on being easy to understand and use. They
7+
are a good starting point for your own projects.
8+
9+
10+
## What's inside
11+
12+
[![Made with Jupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?logo=Jupyter)](https://jupyter.org/try) [![Made with Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg?logo=Markdown)](https://commonmark.org)
13+
14+
This folder provides guidelines and runnable code to get started with time series data in [CrateDB]. Please also refer to the other examples in this repository, e.g. about machine learning, to see predictions and AutoML in action.
15+
16+
- [README.md](README.md): The file you are currently reading contains a
17+
walkthrough about how to get started with time series and CrateDB,
18+
and guides you to corresponding example programs.
19+
20+
- `timeseries-queries-and-visualization.ipynb` [![Open on GitHub](https://img.shields.io/badge/Open%20on-GitHub-lightgray?logo=GitHub)](timeseries-queries-and-visualization.ipynb) [![Open in Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/explore/timeseries-queries-and-visualization.ipynb)
21+
22+
This notebook explores how to access timeseries data from CrateDB via SQL,
23+
load it into pandas data frames, and visulaize it via plotly.
24+
25+
It also demonstrates more advanced time series queries in SQL, e.g. aggregations,
26+
window functions, interpolation of missing data, common table expressions,
27+
moving averages, JOINs and the handling of JSON data.
28+
29+
[CrateDB]: https://github.com/crate/crate

0 commit comments

Comments
 (0)