Tag

service orchestration

0 views collected around this technical thread.

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.

AIGCMicroservicesState Machine
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 OptimizationReactive Programming
0 likes · 14 min read
Optimizing Hotel Business Gateway with Spring WebFlux: Performance Improvements and Service Orchestration
High Availability Architecture
High Availability Architecture
Apr 3, 2023 · Cloud Native

Design and Implementation of Punica: A One‑Stop, Unattended AI Inference Platform

The article describes Punica, a cloud‑native, function‑as‑a‑service platform that unifies content‑understanding inference services through a one‑stop portal and unattended operations, improving deployment speed, resource utilization, and reducing manual effort for AI model serving.

AI inferenceCloud NativeFaaS
0 likes · 13 min read
Design and Implementation of Punica: A One‑Stop, Unattended AI Inference Platform
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 inferenceCloud NativeInference Platform
0 likes · 14 min read
Punica: A Cloud‑Native Platform for Content Understanding Inference Services
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.

MicroservicesPlatform Architecturebackend
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.

BFFCI/CDMicroservices
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.

API IntegrationCode GenerationJava
0 likes · 11 min read
Refactoring PHP Calls to Java Interfaces: Architecture, Code Generation, and Seamless Integration
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.

Microservicesbackendscalability
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.

Data ModelingMicroservicesbackend architecture
0 likes · 17 min read
Design Principles and Architecture Evolution of Ctrip Business Travel Order System
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.

APIAPI GatewayLifecycle Management
0 likes · 14 min read
API Full‑Lifecycle Management and Object‑Driven API Development Platform
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 layerMicroservicesSOA
0 likes · 16 min read
Microservices vs. SOA: Component Sharing, Service Orchestration, and Middleware Differences
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.

API GatewayDSLGraphQL
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.

API GatewayMicroservicesPerformance Optimization
0 likes · 13 min read
Comprehensive Overview of an API Gateway: Features, Architecture, Use Cases, and Performance Testing
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.

AutomationInfrastructurebare metal
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.

AutomationMonitoringPlatform Architecture
0 likes · 13 min read
How a Banking Card Organization Built a Scalable Cloud Operations Platform