tech stack added and pre-requisites to getting started - #84
Conversation
|
this looks great. could you also look through the existing /docs folder to see if anything needs updating there? |
|
Will do!
From: Ryan Raasch ***@***.***>
Sent: Thursday, May 7, 2026 2:50 PM
To: CDCgov/cfa-dataops ***@***.***>
Cc: Patrick, Heather (CDC/NCIRD/OD) (CTR) ***@***.***>; Author ***@***.***>
Subject: Re: [CDCgov/cfa-dataops] tech stack added and pre-requisites to getting started (PR #84)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
…________________________________
[Image removed by sender.]ryanraaschCDC left a comment (CDCgov/cfa-dataops#84)<#84 (comment)>
this looks great. could you also look through the existing /docs folder to see if anything needs updating there?
—
Reply to this email directly, view it on GitHub<#84 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BXH2R5KHXYHSEOQEMJNSDYT4ZTLHFAVCNFSM6AAAAACYMWT4GKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIMBQGEYTONBQG4>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
the rest of the docs in this folder can be checked out/improved as well: https://github.com/CDCgov/cfa-dataops/tree/main/docs |
| - Polars (high-performance data frame library) | ||
| - Azure Blob Storage (centralized data storage) | ||
| - Dagster (workflow orchestration, emerging) | ||
| - GitHub Actions (CI/CD and scheduling) |
There was a problem hiding this comment.
remove Github Actions. All the data updates are done in dagster.
There was a problem hiding this comment.
GitHub Actions removed
| - Dagster (workflow orchestration, emerging) | ||
| - GitHub Actions (CI/CD and scheduling) | ||
| - Socrata API (public health data access) | ||
| - DVC (under evaluation for data set versioning) |
There was a problem hiding this comment.
remove DVC. we aren't going to use this
HPSLU
left a comment
There was a problem hiding this comment.
Resolved all feedback comments.
|
Check out the docs folder as well to see if they are coherent, need refinement, or need additional information. As someone newer to dataops it will be helpful for you talk through the documentation to see if it makes sense. Thanks |
Updated installation instructions and corrected steps.
HPSLU
left a comment
There was a problem hiding this comment.
Replaced poetry install with uv
README documentation was updated for issue#41. The tech stack was added and a sub-section on pre-requisites to getting started.