{"id":39008717,"url":"https://github.com/infinityworks/iw-tech-test-snowflake","last_synced_at":"2026-01-17T17:19:46.002Z","repository":{"id":40960139,"uuid":"318489552","full_name":"infinityworks/iw-tech-test-snowflake","owner":"infinityworks","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-03T00:54:25.000Z","size":15,"stargazers_count":3,"open_issues_count":11,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-17T18:16:50.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/infinityworks.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}},"created_at":"2020-12-04T11:01:56.000Z","updated_at":"2024-01-15T09:40:44.000Z","dependencies_parsed_at":"2022-09-20T19:14:20.555Z","dependency_job_id":null,"html_url":"https://github.com/infinityworks/iw-tech-test-snowflake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/infinityworks/iw-tech-test-snowflake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fiw-tech-test-snowflake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fiw-tech-test-snowflake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fiw-tech-test-snowflake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fiw-tech-test-snowflake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinityworks","download_url":"https://codeload.github.com/infinityworks/iw-tech-test-snowflake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fiw-tech-test-snowflake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28512462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":[],"created_at":"2026-01-17T17:19:45.913Z","updated_at":"2026-01-17T17:19:45.978Z","avatar_url":"https://github.com/infinityworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snowflake Data Test - Starter Project\n\n### Prerequisites\n\n#### Python 3.8.* or later.\n\nSee installation instructions at: https://www.python.org/downloads/\n\nCheck you have python3 installed:\n\n```bash\npython3 --version\n```\n\n### Dependencies and data\n\n#### Creating a virtual environment\n\nEnsure your pip (package manager) is up to date:\n\n```bash\npip3 install --upgrade pip\n```\n\nTo check your pip version run:\n\n```bash\npip3 --version\n```\n\nCreate the virtual environment in the root of the cloned project:\n\n```bash\npython3 -m venv .venv\n```\n\n#### Activating the newly created virtual environment\n\nYou always want your virtual environment to be active when working on this project.\n\n```bash\nsource ./.venv/bin/activate\n```\n\n#### Installing Python requirements\n\nThis will install some of the packages you might find useful:\n\n```bash\npip3 install -r ./requirements.txt\n```\n\n\n#### Generating the data\n\nA data generator is included as part of the project in `./input_data_generator/main_data_generator.py`\nThis allows you to generate a configurable number of months of data.\nAlthough the technical test specification mentions 6 months of data, it's best to generate\nless than that initially to help improve the debugging process.\n\nTo run the data generator use:\n\n```bash\npython ./input_data_generator/main_data_generator.py\n```\n\nThis should produce customers, products and transaction data under `./input_data/starter`\n\n\n\n#### Getting started\n\nPlease save Snowflake model code in `snowflake` and infrastructure code in `infra` folder.\n\nUpdate this README as code evolves.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinityworks%2Fiw-tech-test-snowflake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinityworks%2Fiw-tech-test-snowflake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinityworks%2Fiw-tech-test-snowflake/lists"}