7 个仓库
Step-by-step instructions for compiling and deploying a set of cooperating server programs.
Distinguishing note: None of the candidates cover generic multi-server deployment instructions; they focus on specific server types (feature, V2Ray, cache).
Explore 7 awesome GitHub repositories matching devops & infrastructure · Multi-Server Application Deployments. Refine with filters or upvote what's useful.
Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t
Configures and runs multiple blockchain networks simultaneously on the same server using a shared validator identity.
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
Coordinates separate machines for application, database, and load generation during benchmark runs.
Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime
Coordinates deployments and infrastructure across several VPS instances from a single control point.
This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech
Provides instructions for deploying a Hyperledger Fabric network across multiple servers.
CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom
Provides step-by-step instructions to compile and deploy a set of cooperating server programs.
Superalgos 是一个加密货币算法交易平台,用于设计、回测和部署自动化交易机器人。它以一个可视化策略设计器为中心,允许用户通过图形界面而不是编写手动代码来创建指标和交易逻辑。 该平台具有一个令牌门控信号网络,实现了一个用于广播和货币化交易情报的去中心化市场。对这些信号和预测的访问通过数字令牌和声誉分数进行管理,而分布式交易基础设施允许用户在多个服务器网络上协调数据挖掘和高频执行。 该系统涵盖了广泛的功能,包括历史回测引擎、自动化市场数据挖掘和实时交易执行。它结合了用于模式识别的机器学习,并提供可视化调试工具来追踪活跃机器人的内部运行时状态。 该基础设施支持自托管部署,允许用户在本地运行环境,以保持对资金、密钥和策略的控制。
Deploys trading infrastructure across a coordinated network of local or remote servers for high availability.
Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and automated payment collection. It functions as a multi-tenant billing infrastructure, providing isolated environments for different organizational entities through a dedicated API. The system is distinguished by a plugin-based extension framework that allows for the integration of third-party payment gateways and custom business logic. It includes a payment gateway orchestrator to handle transactions and refunds, as well as a revenue recognition system to allocate contract rev
Distributes the application across multiple server instances and a managed database for scalability.