Sunshine Github !!link!! Direct
version: '3' services: sunshine-proxy: image: sunshine/sunshine:latest environment: - QUEUE_TYPE=redis - REDIS_URL=redis://redis:6379 - GITHUB_TOKENS=token1,token2,token3 ports: - "8080:8080" redis: image: redis:alpine Configuration can also be done via YAML file:
| Component | Purpose | |-----------|---------| | | Accepts incoming HTTP requests, applies authentication, and routes them. | | Task Queue | Stores pending GitHub API requests (e.g., using Redis, RabbitMQ, or Postgres). | | Worker Pool | Executes queued requests against GitHub with exponential backoff on failure. | | Result Store | Caches responses and stores final results for client polling or callbacks. | sunshine github
1. Executive Summary Sunshine (often referenced via the GitHub repository sunshine ) is an open-source tool designed to provide a distributed, resilient, and observable interface to GitHub’s REST and GraphQL APIs. It acts as a reverse proxy and task queue, allowing users and services to interact with GitHub without hitting rate limits, losing requests, or suffering from single points of failure. | | Result Store | Caches responses and