9 مستودعات
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.
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.
Wing هي لغة برمجة للبنية التحتية السحابية وإطار عمل للبنية التحتية ككود (IaC) يوحد تعريفات الموارد السحابية وكود وقت تشغيل التطبيق في نموذج برمجي واحد متكامل. تعمل كطبقة تجريد للموارد السحابية، وتوفر مكتبة موحدة لكتابة كود محايد للسحابة يعمل عبر العديد من مزودي البنية التحتية المختلفين. يتضمن النظام محاكياً للتطبيقات السحابية يوفر بيئة محلية لاختبار وتصحيح منطق السحابة دون الحاجة إلى النشر لدى مزود مباشر. كما يتميز بتوليد تلقائي لسياسات الوصول إلى البنية التحتية، والذي ينشئ سياسات أمان سحابية وأذونات من خلال تحليل كود مصدر التطبيق. يغطي المشروع مجالات قدرة واسعة بما في ذلك تنسيق الموارد السحابية، وتطوير التطبيقات متعددة السحابة، وتكامل البنية التحتية الخارجية. كما يوفر أدوات لإدارة العمليات السحابية من خلال وحدة تحكم مرئية تتمحور حول التطبيق.
Provides a local environment that mimics cloud provider behavior for testing and debugging distributed cloud logic.
هذا المشروع عبارة عن مجموعة من التنفيذات المرجعية، والكود النموذجي، وأدوات البدء لدمج خدمات Firebase الخلفية في تطبيقات الويب باستخدام JavaScript SDK. يعمل كدليل عملي لتمهيد المشاريع مع المصادقة المستضافة على السحابة، وقواعد البيانات، والمنطق بدون خادم. يوفر المستودع أمثلة محددة لتنفيذ مزامنة البيانات في الوقت الفعلي، وإدارة هوية المستخدم، والوظائف السحابية القائمة على الأحداث. كما يتضمن كوداً مرجعياً لاستخدام محاكيات الخدمة المحلية لاختبار وظائف السحابة على جهاز محلي قبل نشر الإنتاج. يغطي الكود المصدري مجموعة واسعة من القدرات، بما في ذلك تخزين البيانات العلائقية وغير العلائقية (no-sql)، واستضافة الأصول الثابتة على شبكة توصيل محتوى عالمية (CDN)، وفرض قواعد الأمان التعريفية. كما يوضح دمج التحقق من الهوية وتنفيذ المنطق من جانب الخادم في البيئات المدارة.
Includes reference code for using local service emulators to simulate cloud environments for development and testing.
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.
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.
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.
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.
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.
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.