From fb4e3a27de6f807117fdc044771bb0a24b78892c Mon Sep 17 00:00:00 2001 From: heatherpatrick Date: Thu, 30 Apr 2026 15:19:25 -0400 Subject: [PATCH 1/2] tech stack added and pre-requisites to getting started --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fe93dcb..e81a897 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,24 @@ This project provides data tools and low friction access to versioned datasets w - Tooling for easy access to Socrata Open Data API (e.i., data.cdc.gov) (copied and modified from [here](https://github.com/CDCgov/cfasodapy)) - Ability to initialize new dataset catalog libraries and maintain datasets in more than one repo +## Technology Stack +- DuckDB (in-process analytics engine) +- Polars (high-performance data frame library) +- Azure Blob Storage (centralized data storage) +- Dagster (workflow orchestration, emerging) +- GitHub Actions (CI/CD and scheduling) +- Socrata API (public health data access) +- DVC (under evaluation for data set versioning) + ## Getting started +### Prequisites +Before getting started, ensure you have: +- GitHub access to this repository +- Azure credentials (Blob storage, VPC access) +- Python and Git installed + +### Steps 1. Clone the repository and install dependencies with `poetry install` (**requires `poetry >= 2.0`**) 2. Ensure your have access to the relevant resources (e.g., `az login --identity`) 3. See which datasets are available: From 2d2415a038120c33699b171c5b54e62808f24838 Mon Sep 17 00:00:00 2001 From: Heather Patrick Date: Tue, 1 Sep 2026 10:19:45 -0400 Subject: [PATCH 2/2] Revise installation steps in README Updated installation instructions and corrected steps. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657411e..9b2d97b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Before getting started, ensure you have: - Python and Git installed ### Steps -1. Clone the repository and install dependencies with `poetry install` (**requires `poetry >= 2.0`**) +1. Clone the repository and install dependencies with `uv` 2. Ensure your have access to the relevant resources (e.g.`az login --identity`) 1. Clone the repository and install dependencies with `uv sync` 2. Ensure you have access to the relevant resources (e.g., `az login --identity`)