{"id":19525401,"url":"https://github.com/mrehanlm/fastapi-snowflake-challenge","last_synced_at":"2026-04-11T20:33:56.301Z","repository":{"id":261790574,"uuid":"885336831","full_name":"mrehanlm/fastapi-snowflake-challenge","owner":"mrehanlm","description":"Python/FastAPI/SnowFlake Challenge","archived":false,"fork":false,"pushed_at":"2024-11-08T22:57:33.000Z","size":74,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T15:24:32.494Z","etag":null,"topics":["fastapi","python","snowflake"],"latest_commit_sha":null,"homepage":"","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/mrehanlm.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":"2024-11-08T11:48:49.000Z","updated_at":"2024-11-09T21:07:13.000Z","dependencies_parsed_at":"2024-11-08T13:31:29.608Z","dependency_job_id":"080e5a56-a02f-4120-8477-8d917b6a8657","html_url":"https://github.com/mrehanlm/fastapi-snowflake-challenge","commit_stats":null,"previous_names":["mrehanlm/fastapi-snowflake-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrehanlm%2Ffastapi-snowflake-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrehanlm%2Ffastapi-snowflake-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrehanlm%2Ffastapi-snowflake-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrehanlm%2Ffastapi-snowflake-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrehanlm","download_url":"https://codeload.github.com/mrehanlm/fastapi-snowflake-challenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240777556,"owners_count":19855856,"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":["fastapi","python","snowflake"],"created_at":"2024-11-11T01:04:19.450Z","updated_at":"2025-10-30T20:41:43.020Z","avatar_url":"https://github.com/mrehanlm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastapi-snowflake-challenge\n\nThis repository provides a RESTful API built with FastAPI and Snowflake, implementing basic CRUD operations for a clients table. It’s a simple, unprotected API for managing client data, ideal for learning FastAPI and Snowflake integration.\n\n## Getting started\n\nThis guides you through setting up this project in your local environment.\n\n### Prerequisites\n- Docker – https://docs.docker.com/engine/install/\n- Docker Compose – https://docs.docker.com/compose/install/\n- Make utility – `sudo apt-get -y install make`\n  \nYou just need to run the following command in order to start web server which will be live at http://localhost:8888/docs.\n\n```bash\nmake up\n```\nNext, you can visit http://localhost:8888/docs for API docs and try out the APIs.\n\nThe `make up` will:\n1. start fast api service\n2. initialize snowflake connection\n3. apply database migrations\n\nWe are using `alembic` for declarative database migrations and `snowflake-sqlalchemy` as an ORM for snowflake transactions.\n\n\nThis project also has pretty good unit tests coverage via `pytest` and you can run them by:\n```bash\nmake pytest\n```\n\nMoreover, this uses `pre-commit` hooks to enforce code linting and formatting and you can install them by `make pre-commit` and finally, please have a look at `makefile` in project root directory for convenient shortcut commands.\n\n\n[Database schema](./docs/dev/database.md)\n\nThank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrehanlm%2Ffastapi-snowflake-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrehanlm%2Ffastapi-snowflake-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrehanlm%2Ffastapi-snowflake-challenge/lists"}