5 مستودعات
Setting up reproducible coding environments on remote VMs or clusters using container metadata.
Distinct from Cloud Provisioning: Specifically targets the provisioning of development workspaces on remote infrastructure, not general cloud resource management.
Explore 5 awesome GitHub repositories matching devops & infrastructure · Remote Development Provisioning. Refine with filters or upvote what's useful.
DevPod is an IDE-agnostic remote development tool and containerized environment manager. It provisions reproducible development workspaces using open-standard configuration files and orchestrates these environments across local machines, remote servers, or public cloud providers. The system utilizes a client-side orchestration model that decouples workspace management from centralized cloud controllers. It features a pluggable provider-based infrastructure abstraction, which allows for multi-backend deployment and the creation of custom provider plugins to extend support for additional cloud
Provisions development workspaces on Kubernetes, cloud VMs, or local Docker backends to decouple code from hardware.
TechEmpower FrameworkBenchmarks is an open-source project that provides a standardized, reproducible suite for measuring and comparing the performance of web frameworks across many languages. At its core, it defines a set of common server-side tasks—such as JSON serialization, database queries, and server-side template rendering—and executes them uniformly against hundreds of framework implementations to produce comparable throughput and latency metrics. The project is built around a multi-language benchmark harness that automates the full test lifecycle, from dependency installation and serve
Provisions a dedicated virtual machine or remote server with all dependencies for benchmark development.
The Development Container Specification defines a standardized metadata format and protocol for creating reproducible, containerized development environments that work identically across local machines, remote services, and CI/CD pipelines. At its core, it provides a declarative JSON schema that captures the container image, tools, runtime, lifecycle scripts, and editor customizations for a workspace. This approach treats the development environment as code—version-controlled, shareable, and portable. Key to the specification is a cross-platform provisioning protocol that applies the same con
Defines the core protocol for provisioning identical workspaces across local and remote platforms.
هذا المشروع عبارة عن حزمة امتداد للتطوير عن بُعد وبنية تحتية لتمهيد سلاسل الأدوات (toolchains) وبيئات التشغيل المعزولة. يتيح نظاماً لفتح المجلدات وتنفيذ الأكواد عبر مضيفي SSH، وحاويات Docker، ونظام Windows الفرعي لـ Linux (WSL). يستخدم النظام بنية مقسمة بين العميل والخادم لفصل واجهة المستخدم عن مضيف الامتداد وخوادم اللغة. يتميز بطبقة اتصال آمنة للتحرير عن بُعد عبر SSH، وجسر لتكامل WSL، وأداة لإعادة توجيه المنافذ عن بُعد لنفق حركة مرور الشبكة من البيئات البعيدة إلى جهاز محلي. يغطي المشروع مجموعة واسعة من القدرات عن بُعد، بما في ذلك إدارة دورة حياة الحاوية، وتوفير البيئة السحابية، وتصحيح أخطاء الكود عن بُعد. يدعم التكوين الخاص بالبيئة من خلال مزامنة ملفات dotfiles، والإعدادات الخاصة بالمضيف، وإدارة الامتدادات عن بُعد لضمان بيئات تطوير متسقة عبر أجهزة مختلفة. تتم إدارة الأمان والوصول من خلال مصادقة SSH، وإعادة توجيه مفتاح الوكيل، ومزامنة بيانات اعتماد Git بين المضيف وبيئات النظام الفرعي.
Sets up reproducible coding environments on remote cloud infrastructure using container metadata.
This project provides a framework for defining and distributing reproducible development environments through modular, containerized configuration units. It functions as an infrastructure-as-code tool that automates the setup of standardized workspaces, ensuring that programming languages, command-line utilities, and system dependencies are consistently provisioned across different projects and team members. The system distinguishes itself by packaging these configuration units as versioned, discoverable artifacts that can be layered onto base container images. By utilizing a standardized spe
Hosts development environments on remote infrastructure to allow users to access compute-heavy or ephemeral workspaces from local editors or web browsers.