{"id":23376308,"url":"https://github.com/dash-abhishek/gateor","last_synced_at":"2025-04-08T03:44:26.148Z","repository":{"id":268105296,"uuid":"902826776","full_name":"Dash-Abhishek/gateor","owner":"Dash-Abhishek","description":"Gateor is a lightweight, high-performance micro gateway built with Go.","archived":false,"fork":false,"pushed_at":"2025-01-12T12:34:57.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T02:52:58.117Z","etag":null,"topics":["early-development","federated","micro-gateway"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Dash-Abhishek.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":"2024-12-13T10:52:28.000Z","updated_at":"2025-01-12T12:36:46.000Z","dependencies_parsed_at":"2024-12-14T11:26:06.496Z","dependency_job_id":"d1d7aaac-3274-4991-975b-682865566c51","html_url":"https://github.com/Dash-Abhishek/gateor","commit_stats":null,"previous_names":["dash-abhishek/gateor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-Abhishek%2Fgateor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-Abhishek%2Fgateor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-Abhishek%2Fgateor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-Abhishek%2Fgateor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dash-Abhishek","download_url":"https://codeload.github.com/Dash-Abhishek/gateor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773745,"owners_count":20993633,"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":["early-development","federated","micro-gateway"],"created_at":"2024-12-21T17:36:48.845Z","updated_at":"2025-04-08T03:44:26.125Z","avatar_url":"https://github.com/Dash-Abhishek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gateor\n\nGateor is a lightweight, high-performance micro gateway built with Go.\n\n## Features\n\n- Authentication\n- Rate limiting\n- Reverse proxy\n- Plugin-based architecture\n\n## Installation\n\nTo install Gateor, you need to have Docker installed on your machine. Then, you can use the following commands to build and run the Docker container:\n\n```bash\ngit clone https://github.com/yourusername/gateor.git\ncd gateor\ndocker build -t gateor .\ndocker run -p 8080:8080 gateor\n```\n\n\n## Configuration\n\nGateor can be configured using YAML files in the `services` directory. Here is an example configuration for a service:\n\n```yaml\nname: demo-proxy\nbasepath: /demo\nstripBasepath: true\ntarget: \n  host: https://dummyapi.online\nrateLimit: 5\n```\n\n## Plugin Architecture\n\nGateor uses a plugin-based architecture to handle request processing. Plugins can be chained together to create complex processing pipelines. The following plugins are available:\n\n- `LeakyBucketRateLimit`: Limits the rate of incoming requests.\n- `JwtAuthenticator`: Authenticates requests using JWT tokens.\n\n## Contributing\n\nWe welcome contributions to Gateor! Please fork the repository and submit pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdash-abhishek%2Fgateor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdash-abhishek%2Fgateor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdash-abhishek%2Fgateor/lists"}