Tagged articles
32 articles
Page 1 of 1
Architect
Architect
May 9, 2023 · Backend Development

Implementation and Practice of a Lightweight Service Orchestration Engine for AIGC Video Production

The article systematically introduces the design and implementation of a采编式 (editing‑based) AIGC video production workflow, covering background analysis, service orchestration approaches such as state‑machine scheduling, module and component decomposition with bit‑mask slot management, configuration file definition, and practical flow scheduling using message queues and locks.

AIGCMicroservicesService Orchestration
0 likes · 16 min read
Implementation and Practice of a Lightweight Service Orchestration Engine for AIGC Video Production
Qunar Tech Salon
Qunar Tech Salon
Apr 10, 2023 · Backend Development

Optimizing Hotel Business Gateway with Spring WebFlux: Performance Improvements and Service Orchestration

This case study describes how the hotel business gateway at Qunar was refactored using Spring WebFlux to achieve full‑process asynchronous handling, service orchestration, and significant performance gains—including a 100% increase in single‑machine throughput, 50% reduction in response latency, and lower code complexity—while outlining the analysis, solution design, results, and future work.

JavaPerformance OptimizationService Orchestration
0 likes · 14 min read
Optimizing Hotel Business Gateway with Spring WebFlux: Performance Improvements and Service Orchestration
Baidu Geek Talk
Baidu Geek Talk
Mar 29, 2023 · Cloud Native

Punica: A Cloud‑Native Platform for Content Understanding Inference Services

Punica provides a cloud‑native, one‑stop platform that unifies Baidu’s content‑understanding inference services, automates testing, resource provisioning, and monitoring, and enables unattended, self‑healing operations with dynamic scaling and GPU scheduling, cutting onboarding time by half and reclaiming hundreds of GPUs.

AI inferenceInference PlatformService Orchestration
0 likes · 14 min read
Punica: A Cloud‑Native Platform for Content Understanding Inference Services
Baidu Geek Talk
Baidu Geek Talk
Mar 1, 2023 · Artificial Intelligence

How Baidu Built a Scalable AIGC Video Production Engine with State‑Machine Orchestration

This article details Baidu's end‑to‑end AIGC video production pipeline, explaining the business drivers, the challenges of automating script‑to‑video conversion, the service‑orchestration architecture based on state‑machine scheduling, module‑component decomposition, configuration files, and the practical workflow that now supports tens of thousands of videos per day.

AIGCMicroservicesService Orchestration
0 likes · 16 min read
How Baidu Built a Scalable AIGC Video Production Engine with State‑Machine Orchestration
Architecture Breakthrough
Architecture Breakthrough
Jan 12, 2023 · Backend Development

How to Choose the Right Order for Service Orchestration: Principles and Cost Analysis

The article explains simple yet essential principles for deciding service orchestration order, illustrates them with a cost‑based example of four independent services, and reflects on the deeper need to understand underlying business and technical rules rather than just project details.

Service Orchestrationbackend designcost analysis
0 likes · 4 min read
How to Choose the Right Order for Service Orchestration: Principles and Cost Analysis
HomeTech
HomeTech
Aug 25, 2022 · Backend Development

Evolution and Platformization of the Auto Home E‑commerce System Architecture

This article details the architectural evolution of the Auto Home e‑commerce platform from its early monolithic stage through micro‑services, master‑data integration, and finally a platform‑centric architecture, describing the technical challenges, design decisions, service orchestration, extension‑point mechanisms, configuration management, tooling, data visualization, and knowledge‑sharing practices that enabled scalable, high‑performance online car sales.

MicroservicesService Orchestratione‑commerce
0 likes · 26 min read
Evolution and Platformization of the Auto Home E‑commerce System Architecture
JD Tech
JD Tech
Aug 5, 2022 · Backend Development

Visual Service Orchestration for BFF Layer in JD Finance App: Challenges, Design, and Impact

The article examines the difficulties encountered when implementing a Backend‑For‑Frontend (BFF) layer in the JD Finance app, introduces a visual service‑orchestration platform that replaces hard‑coded solutions with drag‑and‑drop workflows, details its core functions, architecture, and performance benefits, and demonstrates how it dramatically improves delivery speed, service governance, and debugging efficiency.

BFFBackend DevelopmentMicroservices
0 likes · 15 min read
Visual Service Orchestration for BFF Layer in JD Finance App: Challenges, Design, and Impact
58 Tech
58 Tech
May 12, 2022 · Backend Development

Refactoring PHP Calls to Java Interfaces: Architecture, Code Generation, and Seamless Integration

The article details the challenges of PHP invoking Java interfaces, compares two existing solutions, and presents a comprehensive refactoring approach that automates code conversion, resolves generic parsing and sandbox debugging issues, and reduces the integration steps from eight to three for more efficient backend development.

Code GenerationJavaPHP
0 likes · 11 min read
Refactoring PHP Calls to Java Interfaces: Architecture, Code Generation, and Seamless Integration
IT Architects Alliance
IT Architects Alliance
Jan 26, 2022 · Backend Development

Mastering API Full Lifecycle: From Object Modeling to Service Orchestration

This article explores comprehensive API lifecycle management, detailing how a lightweight API gateway works with a robust development platform that uses object‑driven modeling to generate contracts, map to databases, publish services, handle testing, documentation, rule processing, and visual service orchestration.

API lifecycleBackend DevelopmentMicroservices
0 likes · 17 min read
Mastering API Full Lifecycle: From Object Modeling to Service Orchestration
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 25, 2022 · Backend Development

Mastering API Lifecycle: From Object Modeling to Service Orchestration

This article explains how an API development platform can manage the full API lifecycle—design, development, testing, deployment, monitoring, and orchestration—by leveraging object‑driven modeling, automatic CRUD generation, rule processing, service composition, and source‑code export for microservice deployment.

APIBackend DevelopmentObject Modeling
0 likes · 14 min read
Mastering API Lifecycle: From Object Modeling to Service Orchestration
Dada Group Technology
Dada Group Technology
Jan 7, 2022 · Backend Development

Business Gateway Architecture and Flow Orchestration in JD Daojia

This article explains the role, challenges, and solution of JD Daojia's business gateway, detailing how it aggregates multiple backend services, adopts workflow orchestration to improve code consistency, scalability, and development efficiency, and outlines future architectural considerations.

BackendMicroservicesScalability
0 likes · 12 min read
Business Gateway Architecture and Flow Orchestration in JD Daojia
Ctrip Technology
Ctrip Technology
Nov 5, 2021 · Backend Development

Design Principles and Architecture Evolution of Ctrip Business Travel Order System

The article details Ctrip Business Travel's order system architecture, outlining its background, challenges of the original vertical‑only design, and the layered, process‑driven, and snapshot design principles that guide its evolution toward modular backend services, data consolidation, configurable messaging, and service orchestration.

Backend ArchitectureMicroservicesService Orchestration
0 likes · 17 min read
Design Principles and Architecture Evolution of Ctrip Business Travel Order System
Code Ape Tech Column
Code Ape Tech Column
Jun 25, 2021 · Backend Development

Mastering API Full Lifecycle: From Object Modeling to Service Orchestration

This article explores comprehensive API lifecycle management, detailing how lightweight API gateways integrate with object‑driven development platforms, the division into four subsystems, automatic contract generation, rule handling, service composition, microservice packaging, and source‑code export, providing a practical roadmap for building scalable API solutions.

API ManagementBackend DevelopmentMicroservices
0 likes · 16 min read
Mastering API Full Lifecycle: From Object Modeling to Service Orchestration
21CTO
21CTO
Jun 11, 2021 · Cloud Native

How Meituan’s Shepherd API Gateway Boosts Efficiency and Reliability

This article introduces Meituan’s Shepherd unified API gateway, covering its background, key technical designs—including architecture, high‑availability, usability, and extensibility—and outlines future cloud‑native evolution plans, offering insights for developers and operations engineers.

Cloud NativeMicroservicesService Orchestration
0 likes · 21 min read
How Meituan’s Shepherd API Gateway Boosts Efficiency and Reliability
Programmer DD
Programmer DD
May 31, 2021 · Backend Development

Designing a Full‑Lifecycle API Development Platform: From Object Modeling to Service Orchestration

This article explores how to build a comprehensive API development platform that covers the entire API lifecycle—from lightweight gateway handling and object‑driven modeling to automatic contract generation, rule processing, service composition, source‑code export, and microservice packaging—providing practical guidance for backend engineers.

APIObject ModelingService Orchestration
0 likes · 15 min read
Designing a Full‑Lifecycle API Development Platform: From Object Modeling to Service Orchestration
Meituan Technology Team
Meituan Technology Team
May 20, 2021 · Cloud Native

How Meituan’s Shepherd API Gateway Achieves High‑Performance, Cloud‑Native Scalability

This article examines the background, design principles, high‑availability techniques, extensibility, and future roadmap of Meituan’s internally built Shepherd API gateway, showing how it streamlines microservice API management, improves developer productivity, and evolves toward a cloud‑native architecture.

Cloud NativeMicroservicesService Orchestration
0 likes · 23 min read
How Meituan’s Shepherd API Gateway Achieves High‑Performance, Cloud‑Native Scalability
Architecture Digest
Architecture Digest
May 13, 2021 · Backend Development

API Full‑Lifecycle Management and Object‑Driven API Development Platform

The article explains how to manage the entire API lifecycle—from design, development, testing, and deployment to monitoring and governance—by separating responsibilities into an API development platform, a lightweight gateway, a monitoring layer, and a control portal, while emphasizing object‑driven modeling, automatic contract generation, rule processing, service composition, and microservice packaging.

APIMicroservicesObject Modeling
0 likes · 14 min read
API Full‑Lifecycle Management and Object‑Driven API Development Platform
IT Architects Alliance
IT Architects Alliance
May 8, 2021 · Backend Development

Mastering API Full Lifecycle: From Object Modeling to Service Orchestration

This article explores comprehensive API lifecycle management, detailing how a lightweight API gateway works with a robust development platform that uses object‑driven modeling to automatically generate CRUD interfaces, map objects to databases, support testing, documentation, rule processing, service composition, code export, and microservice packaging.

API lifecycleBackend DevelopmentLow‑code platform
0 likes · 16 min read
Mastering API Full Lifecycle: From Object Modeling to Service Orchestration
ITFLY8 Architecture Home
ITFLY8 Architecture Home
May 8, 2021 · Backend Development

Mastering API Full Lifecycle: From Object Modeling to Service Orchestration

This article explains how to manage the complete API lifecycle by using an API development platform for object‑driven modeling, automatic contract generation, integration with API gateways, rule processing, service composition, source‑code export, and microservice deployment, providing a comprehensive guide for modern backend development.

APILifecycleObject Modeling
0 likes · 15 min read
Mastering API Full Lifecycle: From Object Modeling to Service Orchestration
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 19, 2021 · Backend Development

How to Build Scalable Business Architecture: Standards, Reuse, and Continuous Refactoring

This article examines common pain points in building and maintaining business applications, proposes a design specification that standardizes technical details, encourages component reuse, promotes continuous refactoring, and introduces a service orchestration engine to streamline complex workflow integration.

Backend DevelopmentService OrchestrationSoftware Architecture
0 likes · 15 min read
How to Build Scalable Business Architecture: Standards, Reuse, and Continuous Refactoring
Architects Research Society
Architects Research Society
Apr 5, 2021 · Fundamentals

Microservices vs. SOA: Component Sharing, Service Orchestration, and Middleware Differences

This article compares microservices and SOA architectures, examining component sharing philosophies, service orchestration versus choreography, the role of API layers versus message middleware, and how remote service access differs, highlighting the impact on coupling, performance, and maintainability.

API LayerSOAService Orchestration
0 likes · 16 min read
Microservices vs. SOA: Component Sharing, Service Orchestration, and Middleware Differences
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 15, 2021 · Backend Development

Mastering API Lifecycle: From Object Modeling to Service Orchestration

Explore comprehensive API lifecycle management, covering lightweight gateway design, object‑driven API modeling, automatic interface generation, rule processing, service composition, orchestration, source code export, and microservice packaging, illustrating how to build, test, document, and deploy robust backend services efficiently.

APIObject ModelingService Orchestration
0 likes · 14 min read
Mastering API Lifecycle: From Object Modeling to Service Orchestration
21CTO
21CTO
Jan 10, 2021 · Backend Development

How Object Modeling Drives Full API Lifecycle Management

This article explains how a lightweight API gateway works together with an object‑model‑driven API development platform to manage the entire API lifecycle—including design, development, monitoring, governance, testing, documentation, rule processing, service composition, and source‑code export—while keeping protocol conversion and data mapping out of the gateway.

API lifecycleBackend DevelopmentObject Modeling
0 likes · 15 min read
How Object Modeling Drives Full API Lifecycle Management
Qunar Tech Salon
Qunar Tech Salon
Sep 18, 2020 · Backend Development

Design and Implementation of a Business API Gateway with Protocol Conversion and Service Orchestration

This article describes the design, architecture, and innovations of a custom API gateway for microservice systems, covering technical selection, protocol conversion for Dubbo, service orchestration, embedded gateway deployment, high‑availability strategies, and measurable efficiency gains.

DubboMicroservicesService Orchestration
0 likes · 11 min read
Design and Implementation of a Business API Gateway with Protocol Conversion and Service Orchestration
Architects Research Society
Architects Research Society
Mar 1, 2020 · Backend Development

Comparing Architectural Characteristics of Microservices and SOA

The article examines the architectural differences between microservices and Service‑Oriented Architecture, covering component sharing, service orchestration versus choreography, middleware roles, API layers, and remote service access, highlighting how each style impacts coupling, performance, and deployment complexity.

API LayerMicroservicesSOA
0 likes · 17 min read
Comparing Architectural Characteristics of Microservices and SOA
Amap Tech
Amap Tech
Aug 27, 2019 · Backend Development

GraphQL + Gateway Orchestration for Multi‑Endpoint Enterprise Online Services: Practices and Improvements

The article describes how Gaode refactored its multi‑endpoint car‑networking services by replacing duplicated REST APIs with atomic GraphQL‑driven services orchestrated through an API gateway, using a lightweight DSL and plugins to handle non‑business concerns, achieving ~60% reduction in custom code and faster development.

Backend ArchitectureDSLService Orchestration
0 likes · 11 min read
GraphQL + Gateway Orchestration for Multi‑Endpoint Enterprise Online Services: Practices and Improvements
HomeTech
HomeTech
Dec 13, 2018 · Backend Development

Comprehensive Overview of an API Gateway: Features, Architecture, Use Cases, and Performance Testing

This article provides a detailed overview of an API gateway solution, covering its background, advantages, core functions, comparison with open-source alternatives, typical usage scenarios, business and technical architectures, feature list, configuration interface, performance testing results, and future development plans.

Backend DevelopmentService Orchestrationapi-gateway
0 likes · 13 min read
Comprehensive Overview of an API Gateway: Features, Architecture, Use Cases, and Performance Testing
Meituan Technology Team
Meituan Technology Team
Jul 26, 2018 · Backend Development

Pirate Middleware: Service Orchestration for Meituan Service Experience Platform

Pirate Middleware introduces a JSON‑based DSL that orchestrates generic service calls across Meituan’s myriad business lines, replacing heavyweight custom adapters with a decoupled, parallel‑or‑sequential execution engine, thereby shifting data preparation to business teams, cutting development effort, and enhancing reuse, monitoring, and overall platform efficiency.

BackendDSLMicroservices
0 likes · 17 min read
Pirate Middleware: Service Orchestration for Meituan Service Experience Platform
Efficient Ops
Efficient Ops
Mar 27, 2018 · Cloud Computing

Why X86 Bare‑Metal Services Matter and How to Build Them in the Cloud

This article explains why X86 bare‑metal services are essential for high‑performance, security‑critical workloads, describes their architecture and management processes, and outlines the steps—standardization, automation, service‑orientation, and self‑service—used by Hengfeng Bank to implement and operate them.

AutomationBare MetalInfrastructure
0 likes · 16 min read
Why X86 Bare‑Metal Services Matter and How to Build Them in the Cloud
Efficient Ops
Efficient Ops
Nov 14, 2016 · Operations

How a Banking Card Organization Built a Scalable Cloud Operations Platform

This article details the evolution from manual, standardized operations to an automated, intelligent cloud operations platform for a banking card organization, describing its motivations, core features, key scenarios, technical architecture, scheduling algorithms, data visualization, and real‑world outcomes.

AutomationOperations ManagementService Orchestration
0 likes · 13 min read
How a Banking Card Organization Built a Scalable Cloud Operations Platform