{"id":20566275,"url":"https://github.com/telkomdev/kong-demo","last_synced_at":"2026-03-07T05:05:52.240Z","repository":{"id":107252161,"uuid":"230693878","full_name":"telkomdev/kong-demo","owner":"telkomdev","description":"Just proof of concept using Kong API Gateway","archived":false,"fork":false,"pushed_at":"2022-12-11T18:41:48.000Z","size":46,"stargazers_count":23,"open_issues_count":4,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-11T07:11:38.535Z","etag":null,"topics":["kong","kong-gateway"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/telkomdev.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}},"created_at":"2019-12-29T02:42:52.000Z","updated_at":"2025-02-27T03:45:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"045d95d3-277e-4275-b59e-9e883cf3b23e","html_url":"https://github.com/telkomdev/kong-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/telkomdev/kong-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fkong-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fkong-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fkong-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fkong-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telkomdev","download_url":"https://codeload.github.com/telkomdev/kong-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telkomdev%2Fkong-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["kong","kong-gateway"],"created_at":"2024-11-16T04:40:51.764Z","updated_at":"2026-03-07T05:05:52.164Z","avatar_url":"https://github.com/telkomdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kong API Gateway example\n\nJust proof of concept using Kong (with Postgres, you can use Apache Cassandra) and NodeJs\n\n## Getting started\n\n#### Important note\nFrom official github of Kong there is one issue https://github.com/Kong/kong/issues/5324, so we can't use kong's latest docker image. So we will use `kong:1.3.0-alpine` docker image.\n\nCreate `kong network`\n```shell\n$ ./script/create_kong_network\n```\n\nStart `postgres`\n```shell\n$ ./script/start_postgres\n```\n\nMigrate `kong database`\n```shell\n$ ./script/migration_bootstrap\n$ ./script/migration_up\n```\n\nMigrate `kong admin database`\n```shell\n$ ./script/prepare_konga\n```\n\nStart `kong api gateway`\n```shell\n$ ./script/start_kong\n```\n\nStart `kong admin`\n```shell\n$ ./script/start_konga\n```\n\nOpen `kong admin UI` http://localhost:1337/\n\n#### Prepare Microservices example\nThere are two `microservices` example for this demo, `employee-service` and `product-service`. It is just simple `microservice` written in `Nodejs`. So we have to build each this microservice into `Docker image`.\n\nBuild `employee-service`\n\n```shell\n$ cd employee-service\n$ make build\n```\n\nRun\n```shell\n$ make run-docker\n```\n\nBuild `product-service`\n\n```shell\n$ cd product-service\n$ make build\n```\n\nRun\n```shell\n$ make run-docker\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelkomdev%2Fkong-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelkomdev%2Fkong-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelkomdev%2Fkong-demo/lists"}