awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • agones-dev/agonesالصورة الرمزية لـ agones-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/wingالصورة الرمزية لـ winglang

    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-jsالصورة الرمزية لـ firebase

    firebase/quickstart-js

    5,367عرض على GitHub↗

    هذا المشروع عبارة عن مجموعة من التنفيذات المرجعية، والكود النموذجي، وأدوات البدء لدمج خدمات Firebase الخلفية في تطبيقات الويب باستخدام JavaScript SDK. يعمل كدليل عملي لتمهيد المشاريع مع المصادقة المستضافة على السحابة، وقواعد البيانات، والمنطق بدون خادم. يوفر المستودع أمثلة محددة لتنفيذ مزامنة البيانات في الوقت الفعلي، وإدارة هوية المستخدم، والوظائف السحابية القائمة على الأحداث. كما يتضمن كوداً مرجعياً لاستخدام محاكيات الخدمة المحلية لاختبار وظائف السحابة على جهاز محلي قبل نشر الإنتاج. يغطي الكود المصدري مجموعة واسعة من القدرات، بما في ذلك تخزين البيانات العلائقية وغير العلائقية (no-sql)، واستضافة الأصول الثابتة على شبكة توصيل محتوى عالمية (CDN)، وفرض قواعد الأمان التعريفية. كما يوضح دمج التحقق من الهوية وتنفيذ المنطق من جانب الخادم في البيئات المدارة.

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

    TypeScript
    عرض على GitHub↗5,367
  • dherault/serverless-offlineالصورة الرمزية لـ dherault

    dherault/serverless-offline

    5,257عرض على GitHub↗

    serverless-offline هو إضافة (plugin) لـ Serverless Framework توفر محاكاة للبنية التحتية السحابية محلياً. تعمل كمحاكي محلي لـ AWS Lambda ومحاكي لـ AWS API Gateway، مما يسمح بتطوير واختبار الدوال بدون خادم (serverless) على جهاز محلي دون الحاجة للنشر على مزود سحابي بعيد. يتميز المشروع بمحاكاة اتصالات WebSocket ثنائية الاتجاه وتوجيه الرسائل، بالإضافة إلى محاكاة دورة حياة الطلب لبوابة HTTP. ويتضمن خط أنابيب لمصادقة الهوية للتحقق من الرموز (tokens) وJWTs محلياً، ويدعم تركيب طبقات التبعية الافتراضية في بيئة التنفيذ. بشكل عام، تغطي الأداة تنفيذ الدوال عبر بيئات تشغيل متعددة مع أوضاع تنفيذ معزولة، ومحاكاة البوابة السحابية لتوجيه الطلبات، ومحاكاة مشغلات الأحداث المجدولة للمنطق القائم على الوقت. كما توفر قدرات لمحاكاة استدعاء SDK ومحاكاة سياق الطلب لتسهيل اختبار التكامل المحلي.

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

    JavaScriptaws-apigatewayaws-lambdaserverless
    عرض على GitHub↗5,257
  • serviceweaver/weaverالصورة الرمزية لـ ServiceWeaver

    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-sdkالصورة الرمزية لـ cloudflare

    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/guideالصورة الرمزية لـ anomalyco

    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-specالصورة الرمزية لـ compose-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/serverlessالصورة الرمزية لـ phodal

    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.