awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

Awesome GitHub RepositoriesLocal Cloud Simulation

Running and debugging distributed cloud logic on a local machine to identify bugs before remote deployment.

Distinct from Local Cluster Dependency Debugging: Focuses on the local emulation of a distributed environment rather than just debugging dependencies of a single microservice.

Explore 9 awesome GitHub repositories matching software engineering & architecture · Local Cloud Simulation. Refine with filters or upvote what's useful.

Awesome Local Cloud Simulation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • agones-dev/agonesagones-dev 的头像

    agones-dev/agones

    6,888在 GitHub 上查看↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Provides environment simulation and conformance checking to test client SDK implementations without a full cluster.

    Goagonesdedicated-game-serversdedicated-gameservers
    在 GitHub 上查看↗6,888
  • winglang/wingwinglang 的头像

    winglang/wing

    5,388在 GitHub 上查看↗

    Wing 是一种云基础设施编程语言和基础设施即代码(IaC)框架,将云资源定义和应用运行时代码统一到一个集成的编程模型中。它作为一个云资源抽象层,为编写跨多个不同基础设施提供商的云无关代码提供了标准化库。 该系统包含一个云应用模拟器,提供了一个本地环境用于测试和调试云逻辑,而无需部署到实时提供商。它还具有自动基础设施访问策略生成功能,通过分析应用源代码来创建云安全策略和权限。 该项目涵盖了广泛的功能领域,包括云资源编排、多云应用开发以及外部基础设施的集成。它还通过以应用为中心的视觉控制台提供了管理云操作的工具。

    Provides a local environment that mimics cloud provider behavior for testing and debugging distributed cloud logic.

    TypeScriptcloudcompilerlanguage
    在 GitHub 上查看↗5,388
  • firebase/quickstart-jsfirebase 的头像

    firebase/quickstart-js

    5,367在 GitHub 上查看↗

    该项目是一系列参考实现、示例代码和入门套件,用于使用 JavaScript SDK 将 Firebase 后端服务集成到 Web 应用中。它作为一个实用指南,用于引导具有云托管认证、数据库和无服务器逻辑的项目。 该仓库提供了实现实时数据同步、用户身份管理和事件驱动云函数的具体示例。它还包括使用本地服务模拟器在生产部署前在本地机器上测试云功能的参考代码。 该代码库涵盖了广泛的功能,包括 NoSQL 和关系型数据存储、全球 CDN 上的静态资产托管,以及声明式安全规则的强制执行。它还演示了身份验证的集成以及在托管环境中执行服务器端逻辑的方法。

    Includes reference code for using local service emulators to simulate cloud environments for development and testing.

    TypeScript
    在 GitHub 上查看↗5,367
  • dherault/serverless-offlinedherault 的头像

    dherault/serverless-offline

    5,257在 GitHub 上查看↗

    serverless-offline 是一个 Serverless Framework 插件,提供本地云基础设施模拟器。它充当 AWS Lambda 本地模拟器和 AWS API Gateway 模拟工具,允许在本地机器上开发和测试无服务器函数,而无需部署到远程提供商。 该项目的独特之处在于模拟双向 WebSocket 连接和消息路由,以及模仿 HTTP 网关的请求生命周期。它包含一个模拟身份验证器流水线,用于在本地验证令牌和 JWT,并支持将虚拟依赖层挂载到执行环境中。 该工具广泛涵盖了跨多种运行时的函数执行(具备隔离执行模式)、用于请求路由的云网关模拟,以及用于基于时间逻辑的定时事件触发模拟。它还提供了 SDK 调用模拟和请求上下文模拟功能,以促进本地集成测试。

    Provides a comprehensive local simulation of serverless events, WebSocket connections, and SDK invocations.

    JavaScriptaws-apigatewayaws-lambdaserverless
    在 GitHub 上查看↗5,257
  • serviceweaver/weaverServiceWeaver 的头像

    ServiceWeaver/weaver

    4,846在 GitHub 上查看↗

    Weaver is a distributed application framework and remote procedure call system that allows developers to organize logic into independent components. It provides a multi-process execution environment where these components communicate via automated serialization, enabling applications to run as a single unit locally or as a distributed system across multiple cloud machines. The framework distinguishes itself through a configuration-driven topology mapping that allows the same logic to execute as a local function call or a remote network request without altering the business logic. It includes

    Enables developers to run and debug distributed component logic on a local machine before deploying to the cloud.

    Go
    在 GitHub 上查看↗4,846
  • cloudflare/workers-sdkcloudflare 的头像

    cloudflare/workers-sdk

    4,186在 GitHub 上查看↗

    This project is an edge computing development toolkit and serverless command line interface used to develop, test, and deploy serverless functions to a global edge network. It serves as an edge runtime bundler and resource orchestrator, managing the entire lifecycle of edge projects from local development to worldwide distribution. The toolkit distinguishes itself through distributed workflow management, coordinating stateful instances and the durable execution of long-running processes across the edge. It also provides specialized integrations for edge AI, including the management of vector

    Emulates a cloud-based execution environment locally to test and debug worker scripts.

    TypeScriptclicloudflarecloudflare-workers
    在 GitHub 上查看↗4,186
  • anomalyco/guideanomalyco 的头像

    anomalyco/guide

    3,682在 GitHub 上查看↗

    This project is a serverless application framework used to define and deploy cloud infrastructure, serverless APIs, and static frontends through infrastructure as code. It functions as a full stack deployment pipeline and a cloud infrastructure orchestrator for provisioning resources like databases and storage buckets across multiple cloud accounts. The framework includes a local cloud development environment that allows for testing and debugging API endpoints and cloud functions on a local machine before deployment. It also features a containerized build pipeline specifically designed to con

    Provides a local execution engine to simulate and debug cloud functions and API endpoints before deployment.

    SCSSawsreactjsserverless
    在 GitHub 上查看↗3,682
  • compose-spec/compose-speccompose-spec 的头像

    compose-spec/compose-spec

    2,618在 GitHub 上查看↗

    This project is a declarative container orchestration standard and a vendor-neutral application model. It provides a portable configuration format for describing multi-container applications, including their services and dependencies, to enable consistent deployments across different environments. The specification focuses on cloud-agnostic deployment, allowing application definitions to be translated into platform-specific resources for various container orchestrators and cloud provider APIs, including Kubernetes. It facilitates portability from local development to production by separating

    Implements a mocking layer that replaces production-grade secrets and cloud configurations with local file-system equivalents.

    Dockerfilecomposecontainersdocker
    在 GitHub 上查看↗2,618
  • phodal/serverlessphodal 的头像

    phodal/serverless

    1,741在 GitHub 上查看↗

    This project serves as a comprehensive technical guide and framework for building, deploying, and managing event-driven applications. It focuses on serverless architecture development, providing patterns and practices for implementing cloud-native services that execute code in response to triggers without requiring persistent server infrastructure. The repository distinguishes itself by offering a unified approach to polyglot runtime orchestration, allowing developers to manage components written in multiple programming languages within a single project. It emphasizes local cloud emulation, e

    Simulates production cloud environments on local machines to validate function logic and infrastructure configurations.

    HTMLaws-lambdadynamodbebook
    在 GitHub 上查看↗1,741
  1. Home
  2. Software Engineering & Architecture
  3. Microservices Development
  4. Local Cluster Dependency Debugging
  5. Local Cloud Simulation

探索子标签

  • Resource Mocking LayersSimulation layers that replace production cloud resources with local equivalents for development purposes. **Distinct from Local Cloud Simulation:** Specifically targets the replacement of secrets and configurations with local mocks, not just general distributed logic emulation.
  • SDK Conformance Simulation1 个子标签Local simulation of a control plane to test SDK client implementations without requiring a full cluster. **Distinct from Local Cloud Simulation:** Focuses on verifying SDK behavior and API conformance rather than general cloud logic debugging.