6 个仓库
Architectures for deploying applications across multiple machines to achieve high availability and geographic performance.
Distinct from Distributed Systems: Distinct from Distributed Systems: focuses on the deployment and distribution aspect rather than messaging.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Distributed Deployment Patterns. Refine with filters or upvote what's useful.
This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi
Details strategies for deploying applications across multiple nodes to achieve high availability and scalability.
Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network
Routes observability data directly from client nodes to downstream services to minimize infrastructure complexity and overhead.
CRMEB is a comprehensive e-commerce platform built on ThinkPHP 6, designed as a headless system that delivers standardized APIs to various frontend clients. It provides a unified backend to synchronize product catalogs, orders, and customer data across web browsers, mobile applications, and mini-programs. The platform supports diverse commerce models, including multi-vendor marketplaces where independent merchants manage their own stores, centralized chain store networks, and social commerce frameworks featuring affiliate distribution and community group buying. It also integrates specialized
Supports distributing the system across multiple servers in different regions for high availability.
Swarms 是一个多代理编排框架和自主代理工具包,旨在协调大语言模型代理。它作为一个用于管理代理关系的工作流引擎,提供了构建具有集成内存、工具调用能力和推理循环的自主代理的基础设施。 该框架的特色在于其多代理共识系统,利用投票、对抗性辩论和裁判代理来合成高质量的响应。它支持多种协作模式,包括导演-工作者层次结构、专家合成以及基于自然语言描述的自动化群体架构生成。 该系统涵盖了广泛的运营功能,包括通过领域特定语言进行基于图和顺序的工作流编排、针对不同模型提供商的统一接口,以及与 Model Context Protocol 的集成以实现动态工具发现。它还包括对检索增强生成、状态持久内存以及将代理功能公开为 Web 服务的能力的支持。 该项目提供用于代理管理的命令行界面,并支持通过 YAML 和模块化 markdown 技能文件进行配置。
Uses a standardized protocol to enable the discovery and execution of agents across a distributed network.
yii2_fecshop 是一个基于 Yii2 PHP 框架构建的综合性 B2C 电商平台和 CMS。它作为一个无头(headless)电商 API 和国际化店面解决方案,支持单商户商店和多商户市场,独立商家可以在其中管理自己的产品和订单。 该系统以多入口架构为特色,将管理、Web、移动和 API 界面分离,同时共享一个通用的服务层。它通过配置驱动的服务替换、事件驱动的功能扩展以及用于视觉自定义的优先级模板系统提供了极高的可扩展性。 该平台涵盖了一套广泛的电商功能,包括多货币定价、国际支付网关集成、全球物流管理和多语言内容本地化。它还包括目录和内容管理工具、具有 SEO 优化的自动化搜索索引,以及与外部 ERP 系统同步数据的能力。 其他运维功能包括基于角色的访问控制、区域 IP 过滤、用于商店维护的后台任务自动化,以及用于销售激励的分级多层分销跟踪系统。
Supports scaling the e-commerce application across multiple servers to achieve high availability and load balancing.
Lilishop 是一个多商户 B2B2C 电子商务平台,设计为一个市场,第三方商家可以在统一的生态系统中管理独立的店面。它基于 Spring Cloud 微服务架构和 Spring Boot 后端构建,利用 Vue 和 Uniapp 在 Web、移动和微信小程序平台上提供响应式用户界面。 该平台通过集成的营销自动化工具(包括团购、砍价活动和基于佣金的联盟分销网络)实现差异化。它还具有一个全面的财务结算系统,通过支付宝和微信支付处理多渠道支付,并辅以自动佣金分配和商家账单。 该系统涵盖了广泛的零售业务,包括分层目录管理、自动优惠券分发和全渠道订单生命周期跟踪。它包括用于争议仲裁、售后服务审计和分面产品搜索索引的专用工具。 部署通过 Docker 和 Compose 脚本进行管理,以促进其分布式 API 服务和消费者的编排。
Runs components as independent APIs with separate consumers to enable horizontal scaling across servers.