{"id":21851965,"url":"https://github.com/ulbora/apigateway","last_synced_at":"2026-04-10T12:02:50.328Z","repository":{"id":87394247,"uuid":"125775659","full_name":"Ulbora/ApiGateway","owner":"Ulbora","description":"A Microservice API gateway that runs in the user's private network with self service portal, blue/green deployments, circuit breaker, fall-over Self Healing, Health Check.","archived":false,"fork":false,"pushed_at":"2018-05-27T19:09:34.000Z","size":9008,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T08:57:23.562Z","etag":null,"topics":["analytics","api-gateway","circuit-breaker","health-check","microservice","self-healing"],"latest_commit_sha":null,"homepage":"http://www.myapigateway.com","language":"Go","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/Ulbora.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":"2018-03-18T23:03:22.000Z","updated_at":"2024-01-25T16:48:15.000Z","dependencies_parsed_at":"2023-05-07T11:30:46.520Z","dependency_job_id":null,"html_url":"https://github.com/Ulbora/ApiGateway","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2FApiGateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2FApiGateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2FApiGateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ulbora%2FApiGateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ulbora","download_url":"https://codeload.github.com/Ulbora/ApiGateway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244846861,"owners_count":20520214,"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":["analytics","api-gateway","circuit-breaker","health-check","microservice","self-healing"],"created_at":"2024-11-28T01:13:03.687Z","updated_at":"2025-12-30T23:56:50.075Z","avatar_url":"https://github.com/Ulbora.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/Ulbora/ApiGateway)](https://goreportcard.com/report/github.com/Ulbora/ApiGateway)\n[![](https://img.shields.io/docker/build/mariobehling/loklak.svg)](https://hub.docker.com/r/ulboralabs/apigateway/builds/)\n[![sqale_rating](https://sonarcloud.io/api/project_badges/measure?project=apigateway\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=apigateway)\n[![reliability_rating](https://sonarcloud.io/api/project_badges/measure?project=apigateway\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=apigateway)\n[![coverage](https://sonarcloud.io/api/project_badges/measure?project=apigateway\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=apigateway)\n\n\n\nAPI Gateway (runs inside user's private network)\n==============\n\nGet a **free** account on the **Free Tier** at: http://www.myapigateway.com\n\nA lightweight API Gateway that runs inside a user's private network with a self service portal at: http://www.myapigateway.com\n\nCopyright (C) 2018 Ulbora Labs LLC. (www.ulboralabs.com)\nAll rights reserved.\n\nCopyright (C) 2018 Ken Williamson\nAll rights reserved.\n\n# Run on\n- Pivotal Cloud Foundry\n- Docker Swarm\n- Kubernetes\n- Many others\n\n\nUser Admin Portal: https://github.com/Ulbora/ApiGatewayUserPortal.git\n\n# Features\n- Circuit Breaker\n- Health Check\n- Self Healing when breaker is open\n- Gateway Analytics\n- Blue/Green/Active Routes\n- Gateway Error Loggin\n- Admin Portal (written in Golang)\n\n\n## Headers For Gateway Route Calls\n- clientId: Your assigned client id\n- apiKey: Your assigned API Key\n- Any other headers required for your micro services\n\n## Allowed HTTP Methods\n- POST\n- PUT\n- PATCH\n- GET\n- DELETE\n- OPTIONS\n\n\n## Gateway Routes\n### Local Non-Prod\n- http://localhost:3011/np/routeID/routeName/yourRoute\n- (example): http://localhost:3011/np/challenge/blue/rs/challenge/en_us?g=g\u0026b=b\n- Note: \n- routeID is: challenge\n- routeName is: blue\n- yourRoute is: rs/challenge/en_us?g=g\u0026b=b which can be mappend in the user portal to something like https://www.youapi/rs/challenge/en_us?g=g\u0026b=b\n\n### Local Prod\n\n- http://localhost:3011/routeID/yourRoute\n- (example): http://localhost:3011/challenge/rs/challenge?name=sam\u0026age=44\n- Note: \n- routeID is: challenge\n- yourRoute is: /rs/challenge?name=sam\u0026age=44 which can be mappend in the user portal to something like https://www.youapi/rs/challenge?name=sam\u0026age=44\n\n### Active Production Route\nThe User Admin Portal allows you to make any route URL the active production route with the click of a switch.\nUsing Non-Prod routes allows you to test services before placing them in production.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulbora%2Fapigateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulbora%2Fapigateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulbora%2Fapigateway/lists"}