{"id":24711465,"url":"https://github.com/simonprickett/evening-of-python-cratedb","last_synced_at":"2026-02-16T04:03:58.348Z","repository":{"id":272828364,"uuid":"917873866","full_name":"simonprickett/evening-of-python-cratedb","owner":"simonprickett","description":"Repository to accompany my talk about CrateDB at the Austin/DC Python groups \"An Evening of Python Coding\", January 2025","archived":false,"fork":false,"pushed_at":"2025-01-22T11:47:23.000Z","size":1283,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T09:08:54.323Z","etag":null,"topics":["cratedb","micropython","python","raspberrypi-picow","sqlalchemy-python","training-materials"],"latest_commit_sha":null,"homepage":"https://simonprickett.dev","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonprickett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-16T20:03:41.000Z","updated_at":"2025-01-22T11:47:26.000Z","dependencies_parsed_at":"2025-01-16T21:40:44.414Z","dependency_job_id":"c1b62e03-9c81-4da4-8451-bf871cdaf9ce","html_url":"https://github.com/simonprickett/evening-of-python-cratedb","commit_stats":null,"previous_names":["simonprickett/evening-of-python-cratedb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonprickett/evening-of-python-cratedb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonprickett%2Fevening-of-python-cratedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonprickett%2Fevening-of-python-cratedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonprickett%2Fevening-of-python-cratedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonprickett%2Fevening-of-python-cratedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonprickett","download_url":"https://codeload.github.com/simonprickett/evening-of-python-cratedb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonprickett%2Fevening-of-python-cratedb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cratedb","micropython","python","raspberrypi-picow","sqlalchemy-python","training-materials"],"created_at":"2025-01-27T07:14:59.278Z","updated_at":"2026-02-16T04:03:58.333Z","avatar_url":"https://github.com/simonprickett.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# An Evening of Python Coding: CrateDB\n\nThis repository contains accompanying resources for my talk about CrateDB at the [Austin](https://www.meetup.com/austinpython/), [DC](https://dcpython.org/) and [Northern Virginia](https://www.meetup.com/nova-python/) Python groups \"An Evening of Python Coding\" event on January 22nd 2025.  You can [watch the video of my presentation on YouTube](https://www.youtube.com/watch?v=LWvEUoHUkE4).\n\n## Slides\n\nThe slides are included [here](./evening_of_python_cratedb_slides.pdf) in PDF format.\n\n## Get a Free CrateDB Cluster in the Cloud\n\nTo 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](https://console.cratedb.cloud/) - no credit card or payment details required. \n\n## Jupyter Notebooks\n\nHere are the Jupyter notebooks used in the session:\n\n* [Multi-Model Data](https://github.com/crate/academy-fundamentals-course/tree/main/notebooks/multi_model_data).\n* [Search](https://github.com/crate/academy-fundamentals-course/tree/main/notebooks/search).\n\nThese notebooks connect to CrateDB using the [SQLAlchemy dialect for CrateDB](https://github.com/crate/sqlalchemy-cratedb).\n\n## Wind Farms Example Project\n\nThe code for the wind farms example Flask project can be found [here](https://github.com/crate/devrel-offshore-wind-farms-demo/).  This repository also contains a C# implementation.\n\nThis project uses the [crate-python](https://github.com/crate/crate-python) driver to talk to CrateDB.\n\n## MicroPython Examples\n\nHere's the [code for the MicroPython part of the demo](https://github.com/simonprickett/cratedb-micropython-examples).  These examples use the [CrateDB driver for MicroPython](https://github.com/crate/micropython-cratedb/).\n\n## Datasets\n\nHere are the datasets used in the session:\n\n* [City of Chicago open data](https://github.com/crate/cratedb-datasets/tree/main/academy/chicago-data).\n* [UK Offshore Wind Farm data](https://github.com/crate/cratedb-datasets/tree/main/devrel/uk-offshore-wind-farm-data).\n\n## CrateDB Academy\n\nWant to learn more about CrateDB?  Take our free online \"CrateDB Fundamentals\" course, available now at the [CrateDB Academy](https://cratedb.com/academy/fundamentals/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonprickett%2Fevening-of-python-cratedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonprickett%2Fevening-of-python-cratedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonprickett%2Fevening-of-python-cratedb/lists"}