{"id":50852853,"url":"https://github.com/starwalkn/aastro","last_synced_at":"2026-06-14T15:40:02.461Z","repository":{"id":326938206,"uuid":"1076437635","full_name":"starwalkn/aastro","owner":"starwalkn","description":"Extensible API Gateway written in Go. Load custom plugins to extend functionality.","archived":false,"fork":false,"pushed_at":"2026-06-05T06:25:11.000Z","size":1648,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-14T15:39:59.291Z","etag":null,"topics":["api-gateway","extensible","gateway","go","go-plugin","golang","infrastructure","reverse-proxy","so-plugins"],"latest_commit_sha":null,"homepage":"https://starwalkn.github.io/aastro-docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starwalkn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-14T21:27:24.000Z","updated_at":"2026-06-13T06:01:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/starwalkn/aastro","commit_stats":null,"previous_names":["starwalkn/tokka","starwalkn/kono","xff16/kono","starwalkn/aastro"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/starwalkn/aastro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwalkn%2Faastro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwalkn%2Faastro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwalkn%2Faastro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwalkn%2Faastro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starwalkn","download_url":"https://codeload.github.com/starwalkn/aastro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starwalkn%2Faastro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34326240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["api-gateway","extensible","gateway","go","go-plugin","golang","infrastructure","reverse-proxy","so-plugins"],"created_at":"2026-06-14T15:40:01.809Z","updated_at":"2026-06-14T15:40:02.455Z","avatar_url":"https://github.com/starwalkn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAastro API Gateway\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nA lightweight, modular, and high-performance \u003cstrong\u003eAPI Gateway\u003c/strong\u003e for modern microservices.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nBuilt with simplicity, performance, and developer-friendly configuration in mind.\n\u003c/p\u003e\n\n[![Go Version](https://img.shields.io/badge/go-1.26.3-blue)](https://golang.org)\n[![License](https://img.shields.io/github/license/starwalkn/aastro)](LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/starwalkn/aastro)](https://goreportcard.com/report/github.com/starwalkn/aastro)\n[![codecov](https://codecov.io/gh/starwalkn/aastro/branch/master/graph/badge.svg)](https://codecov.io/gh/starwalkn/aastro)\n![Docker Pulls](https://img.shields.io/docker/pulls/starwalkn/aastro)\n![GitHub Created At](https://img.shields.io/github/created-at/starwalkn/aastro)\n[![GitHub release](https://img.shields.io/github/v/release/starwalkn/aastro)](https://github.com/starwalkn/aastro/releases)\n\n---\n\n## ✨ Features\n\n- 🚀 High-performance HTTP reverse proxy\n- 🔀 Request fan-out \u0026 response aggregation (merge, array, namespace)\n- 🧩 Dynamic `.so` plugin system (request \u0026 response phase)\n- 🔗 Path parameter extraction and forwarding\n- 🔁 Retry, circuit breaker \u0026 load balancing (round-robin, least-conns)\n- 📊 Prometheus metrics with circuit breaker state tracking\n- 🛡 Rate limiting \u0026 trusted proxy support\n- 📦 YAML-based configuration\n- 🐳 Docker-ready\n\n---\n\n## 🚀 Quick Start\n\n```bash\ngit clone https://github.com/starwalkn/aastro.git\ncd aastro\n\nmake all GOOS=\u003cYOUR_OS\u003e GOARCH=\u003cYOUR_ARCH\u003e\n./bin/aastro -c path/to/config.yaml\n```\n\nOr with Docker:\n\n```bash\ndocker run \\\n  -p 7805:7805 \\\n  -v $(pwd)/config.yaml:/etc/aastro/config.yaml \\\n  -e AASTRO_CONFIG=/etc/aastro/config.yaml \\\n  starwalkn/aastro:latest\n```\n\n---\n\n## 📖 Documentation\n\nFull documentation, configuration reference, and plugin guide are available at:\n\n**[starwalkn.github.io/aastrodocs](https://starwalkn.github.io/aastro-docs/)**\n\n---\n\n## 📄 License\n\nOpen-source. See `LICENSE` file for details.\n\n---\n\n\u003cp align=\"center\"\u003e\nMade with ❤️ in Go\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwalkn%2Faastro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarwalkn%2Faastro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwalkn%2Faastro/lists"}