{"id":19586311,"url":"https://github.com/tbobm/apps","last_synced_at":"2026-05-17T00:06:24.425Z","repository":{"id":41969941,"uuid":"480003892","full_name":"tbobm/apps","owner":"tbobm","description":"Monolithic repository that hosts multiple simple applications, from HTTP API to AMQP workers.","archived":false,"fork":false,"pushed_at":"2025-05-14T09:41:14.000Z","size":6258,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-14T10:49:08.309Z","etag":null,"topics":["containers","demo","docker","example-app","hello-world","microservices","python"],"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/tbobm.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,"zenodo":null}},"created_at":"2022-04-10T11:59:19.000Z","updated_at":"2025-05-14T09:41:02.000Z","dependencies_parsed_at":"2025-05-14T10:42:47.380Z","dependency_job_id":"133f14f0-cc76-46a3-bd6f-4c959dbe5a2d","html_url":"https://github.com/tbobm/apps","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"tbobm/gha-dynamic-containers","purl":"pkg:github/tbobm/apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbobm","download_url":"https://codeload.github.com/tbobm/apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fapps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006620,"owners_count":26084149,"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-10-11T02:00:06.511Z","response_time":55,"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":["containers","demo","docker","example-app","hello-world","microservices","python"],"created_at":"2024-11-11T07:59:22.068Z","updated_at":"2025-10-11T08:38:20.640Z","avatar_url":"https://github.com/tbobm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tbobm/apps\n\n[![Build Containers](https://github.com/tbobm/apps/actions/workflows/main.yaml/badge.svg)](https://github.com/tbobm/apps/actions/workflows/main.yaml)  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA centralized collection of containers to use as example apps.\n\n## API\n\n### HTTP\n\n#### Hello World\n\nPath: [`./api/http/hello/`](./api/http/hello/)\n\nExample usage:\n```console\n$ docker run -p 8000:5000 -d --rm ghcr.io/tbobm/apps:api-http-hello-latest\n$ curl localhost:8000/health\nOK\n```\n\n#### http-dump\n\nPath: [`./api/http/dump/`](./api/http/dump/)\n\nExample usage:\n```console\n$ docker run -p 8000:8000 -d --rm ghcr.io/tbobm/apps:api-http-dump-latest\n$ curl localhost:8000/any/path -H \"example-header: any-value\"\n{\"path\":\"any/path\",\"method\":\"GET\",\"headers\":{\"host\":\"localhost:8000\",\"user-agent\":\"curl/7.81.0\",\"accept\":\"*/*\",\"example-header\":\"any-value\"},\"form\":{}}\n```\n\n## Lambda\n\n### Hello World\n\nPath: [`./lambda/hello/`](./lambda/hello/)\n\nExample usage:\n```console\n$ docker run -p 9000:8080 -d ghcr.io/tbobm/apps:lambda-hello-latest\n$ curl \"localhost:9000/2015-03-31/functions/function/invocations\" -d '{}'\n\"Hello World\"\n```\n\n\n## SQS\n\n### Producer\n\nPath: [`./sqs/producer/`](./sqs/producer/)\n\nExample usage:\n```console\n$ docker run -e SQS_QUEUE_URL=\"https://sqs.eu-west-1.amazonaws.com/111111111111/my-queue\" \\\n  -it ghcr.io/tbobm/apps:sqs-producer-latest\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbobm%2Fapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbobm%2Fapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbobm%2Fapps/lists"}