{"id":18778337,"url":"https://github.com/ajsalemo/fastapiexponentialbackoff","last_synced_at":"2026-04-07T08:31:59.855Z","repository":{"id":103500884,"uuid":"366160082","full_name":"Ajsalemo/FastAPIExponentialBackoff","owner":"Ajsalemo","description":"Trying out Fast API to implement exponential backoff when connecting to a MySQL instance","archived":false,"fork":false,"pushed_at":"2021-07-13T19:23:38.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T05:36:24.187Z","etag":null,"topics":["api","async","await","azure","database","fastapi","json","mysql","pip","pipenv","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ajsalemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-05-10T19:54:59.000Z","updated_at":"2021-07-13T19:23:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"5de40b84-70d9-41e9-83e1-8df656ddbe05","html_url":"https://github.com/Ajsalemo/FastAPIExponentialBackoff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ajsalemo/FastAPIExponentialBackoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajsalemo%2FFastAPIExponentialBackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajsalemo%2FFastAPIExponentialBackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajsalemo%2FFastAPIExponentialBackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajsalemo%2FFastAPIExponentialBackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ajsalemo","download_url":"https://codeload.github.com/Ajsalemo/FastAPIExponentialBackoff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ajsalemo%2FFastAPIExponentialBackoff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","async","await","azure","database","fastapi","json","mysql","pip","pipenv","python","sqlalchemy"],"created_at":"2024-11-07T20:15:58.185Z","updated_at":"2026-04-07T08:31:59.842Z","avatar_url":"https://github.com/Ajsalemo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPIExponentialBackoff\nTrying out Fast API to implement exponential backoff when connecting to a MySQL instance\n\n\u003cbr\u003e\n\n## Overview\nA CRUD based REST API that connects to an Azure Database for MySQL instance. The idea behind this was to implement exponential backoffs/retries on non-programming related exceptions (ex. Operational errors) in a basic implementation.\n\n### Endpoints\n- `\"/\"` - GET request. Root path.\n- `\"/api/book/find/all\"` - GET request. Finds all records.\n- `\"/api/book/find/{id}\"` - GET request. Accepts an integer to look up its associated record.\n- `\"/api/book/add\"` - POST request. Accepts a request body in JSON format to add a new record.\n- `\"/api/book/delete/{id}\"` - DELETE request. Accepts an integer to look up and delete its associated record.\n- `\"/api/book/update/{id}\"` - PUT request. Accepts an integer to look up and update its associated record.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajsalemo%2Ffastapiexponentialbackoff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajsalemo%2Ffastapiexponentialbackoff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajsalemo%2Ffastapiexponentialbackoff/lists"}