{"id":26316845,"url":"https://github.com/nathanthorell/snowfall-analytics","last_synced_at":"2025-03-15T13:16:59.579Z","repository":{"id":277270222,"uuid":"930511204","full_name":"nathanthorell/snowfall-analytics","owner":"nathanthorell","description":"NOAA snowfall data analytics pipeline","archived":false,"fork":false,"pushed_at":"2025-03-11T01:16:38.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T02:24:52.448Z","etag":null,"topics":["dbt","duckdb","evidence-dev","noaa-data","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathanthorell.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}},"created_at":"2025-02-10T18:47:19.000Z","updated_at":"2025-03-11T01:16:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"edd2c088-b1fe-48aa-8503-4f2d2f4ef6bd","html_url":"https://github.com/nathanthorell/snowfall-analytics","commit_stats":null,"previous_names":["nathanthorell/snowfall-analytics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanthorell%2Fsnowfall-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanthorell%2Fsnowfall-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanthorell%2Fsnowfall-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanthorell%2Fsnowfall-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathanthorell","download_url":"https://codeload.github.com/nathanthorell/snowfall-analytics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732223,"owners_count":20338839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dbt","duckdb","evidence-dev","noaa-data","python"],"created_at":"2025-03-15T13:16:59.006Z","updated_at":"2025-03-15T13:16:59.573Z","avatar_url":"https://github.com/nathanthorell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snowfall-analytics\n\nThis project extracts snowfall data from NOAA's Climate Data API, processes it using DuckDB and dbt, and presents analytics through [Panel](https://panel.holoviz.org/) dashboards.\nMore documentation coming as the project develops.\n\n## Setup\n\n### Prerequisites\n\n- Python 3.12+\n- Make\n\n### Initial Setup\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/nathanthorell/snowfall-analytics.git\n    cd snowfall-analytics\n    ```\n\n1. Create and install the development environment:\n\n    ```bash\n    make install\n    source .venv/bin/activate\n    ```\n\n## Common Commands\n\n```bash\nmake lint     # Run code quality checks\nmake format   # Format code\nmake test     # Run tests\nmake all      # Run format, lint, and test\n```\n\n## Project Structure\n\n```text\nsnowfall-analytics/\n├── src/\n│   └── snowfall_analytics/\n│       ├── cli.py           # Command-line interface\n│       ├── config.py        # Configuration management\n│       ├── noaa.py          # NOAA API client and models\n│       ├── sql_loader.py    # loads dir of sql files\n│       └── db.py            # DuckDB operations\n├── tests/                   # Test files\n├── dbt_snowfall/            # dbt transformations\n├── dashboards/              # Panel dashboards\n├── pyproject.toml           # Python package configuration\n└── Makefile                 # Build and development commands\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanthorell%2Fsnowfall-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanthorell%2Fsnowfall-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanthorell%2Fsnowfall-analytics/lists"}