This repository contains accompanying resources for my talk about CrateDB at the Austin, DC and Northern Virginia Python groups "An Evening of Python Coding" event on January 22nd 2025. You can watch the video of my presentation on YouTube.
The slides are included here in PDF format.
To try these exercises out for yourself, you'll need a CrateDB cluster. The easiest way to get one is by signing up for a free cloud account at console.cratedb.cloud - no credit card or payment details required.
Here are the Jupyter notebooks used in the session:
These notebooks connect to CrateDB using the SQLAlchemy dialect for CrateDB.
The code for the wind farms example Flask project can be found here. This repository also contains a C# implementation.
This project uses the crate-python driver to talk to CrateDB.
Here's the code for the MicroPython part of the demo. These examples use the CrateDB driver for MicroPython.
Here are the datasets used in the session:
Want to learn more about CrateDB? Take our free online "CrateDB Fundamentals" course, available now at the CrateDB Academy.