{"id":26576737,"url":"https://github.com/lreimer/infodays-api24","last_synced_at":"2026-04-28T23:04:29.180Z","repository":{"id":280828115,"uuid":"862943350","full_name":"lreimer/infodays-api24","owner":"lreimer","description":"Boost Your API Development Speed the Cloud-native Way @ InfoDays API-Design 2024. ","archived":false,"fork":false,"pushed_at":"2024-09-26T08:37:24.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T15:02:17.159Z","etag":null,"topics":["api","development","microcks","mocking","testing"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/lreimer.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-09-25T13:00:12.000Z","updated_at":"2024-11-21T09:17:37.000Z","dependencies_parsed_at":"2025-03-05T15:02:20.010Z","dependency_job_id":"4c0550bb-141b-4e64-8466-44401df78a72","html_url":"https://github.com/lreimer/infodays-api24","commit_stats":null,"previous_names":["lreimer/infodays-api24"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Finfodays-api24","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Finfodays-api24/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Finfodays-api24/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Finfodays-api24/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lreimer","download_url":"https://codeload.github.com/lreimer/infodays-api24/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052639,"owners_count":20553162,"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":["api","development","microcks","mocking","testing"],"created_at":"2025-03-23T03:33:02.044Z","updated_at":"2026-04-28T23:04:24.134Z","avatar_url":"https://github.com/lreimer.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boost Your API Development Speed the Cloud-native Way\n\nDemo repository for my talk at the InfoDays API-Design 2024.\n\n## Kusk Gateway Demo\n\n```bash\nbrew install \n\nkusk cluster install\nkusk deploy -i examples/simple/hello-api-mock.yaml\nkusk get api simple-api -o yaml\nkusk dashboard\n\n# call the mocked API\nkusk ip\nhttp get `kusk ip`/hello\n\n# deploy backend\nkubectl create deployment hello-world --image=kubeshop/kusk-hello-world:v1.0.0\nkubectl expose deployment hello-world --name hello-world-svc --port=8080\nkusk deploy -i examples/simple/hello-api-upstream.yaml\nhttp get `kusk ip`/hello\n```\n\n```bash\n# for local development\ndocker run -p 8585:8080 -it --rm quay.io/microcks/microcks-uber:latest-native\nopen http://localhost:8585\n\nkubectl create deployment quarkus-api-pastry --image=quay.io/microcks/quarkus-api-pastry:latest\nkubectl expose deployment quarkus-api-pastry --name quarkus-api-pastry-svc --port=8282 --load-balancer-ip=''\nkubectl edit service quarkus-api-pastry-svc\nhttp get 35.228.36.101:8282/pastry\n\n# make sure we have an ingress controller installed\nkubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.11.2/deploy/static/provider/cloud/deploy.yaml\n\n# install Microcks on cluster\nkubectl create namespace microcks\nhelm repo add microcks https://microcks.io/helm\nhelm install microcks microcks/microcks --namespace microcks --set microcks.url=microcks.34.88.24.76.nip.io --set keycloak.url=keycloak.34.88.24.76.nip.io --set keycloak.privateUrl=http://microcks-keycloak.microcks.svc.cluster.local:8080\n```\n\n## Maintainer\n\nM.-Leander Reimer (@lreimer), \u003cmario-leander.reimer@qaware.de\u003e\n\n## License\n\nThis software is provided under the MIT open source license, read the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Finfodays-api24","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flreimer%2Finfodays-api24","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Finfodays-api24/lists"}