{"id":16243564,"url":"https://github.com/flyte/simple-http-db","last_synced_at":"2025-08-23T02:15:35.361Z","repository":{"id":52160802,"uuid":"121756651","full_name":"flyte/simple-http-db","owner":"flyte","description":"This is a simple HTTP (Flask) server which accepts HTTP POSTs to any endpoint, then saves the body data back to a Redis server. The data can be retrieved again by doing an HTTP GET to the same endpoint.","archived":false,"fork":false,"pushed_at":"2021-05-06T19:00:15.000Z","size":33,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-27T07:30:58.705Z","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/flyte.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":"2018-02-16T13:56:50.000Z","updated_at":"2020-07-23T11:00:20.000Z","dependencies_parsed_at":"2022-08-28T15:41:36.073Z","dependency_job_id":null,"html_url":"https://github.com/flyte/simple-http-db","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flyte/simple-http-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fsimple-http-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fsimple-http-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fsimple-http-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fsimple-http-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyte","download_url":"https://codeload.github.com/flyte/simple-http-db/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fsimple-http-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271732362,"owners_count":24811309,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-10T14:15:24.290Z","updated_at":"2025-08-23T02:15:35.305Z","avatar_url":"https://github.com/flyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple HTTP DB\n==============\n\nThis is a simple HTTP (Flask) server which accepts HTTP POSTs to any endpoint,\nthen saves the body data back to a Redis server. The data can be retrieved\nagain by doing an HTTP GET to the same endpoint.\n\nInstallation and Usage\n----------------------\n\n#### Docker\n\nUse Docker Compose to bring up a Redis server as well as the HTTP server:\n\n```bash\ndocker-compose up\n```\n\nBuild and bring up the HTTP server on its own:\n\n```bash\ndocker build . --tag simple-http-db\ndocker run -ti --rm -p 5000:5000 -e REDIS_HOST=my.redis.host simple-http-db\n```\n\nOr use the pre-built version from Docker Hub:\n\n```bash\ndocker run -ti --rm -p 5000:5000 -e REDIS_HOST=my.redis.host flyte/simple-http-db\n```\n\n#### Python\n\nThis project uses pipenv to install and manage virtualenvs. To install\nrequirements and run this project:\n\n```bash\npipenv install\npipenv run python server.py\n```\n\nThe server will listen on port 5000 by default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyte%2Fsimple-http-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyte%2Fsimple-http-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyte%2Fsimple-http-db/lists"}