Search

Discover articles.

Search across authors, categories, and technical themes. The layout mirrors the editorial references while staying responsive and fast.

Results

Matches for “golang”

171 results
Cloud Native Feb 26, 2019 Zhuanzhuan Tech

Automated Business Log Collection in Zhaozhuan Container Cloud Platform Using Log‑Pilot

This article describes how Zhaozhuan built an automated, business‑transparent log‑collection solution for its container cloud platform by evaluating several approaches, adopting Alibaba Cloud's open‑source log‑pilot, customizing its deployment, and addressing practical issues such as time‑zone bugs, latency, and duplicate collection.

cloud nativegolangcontainerlog collectionflumefluentdlog-pilot
Big Data Oct 18, 2018 360 Tech Engineering

KafkaBridge: A Multi‑Language Kafka Client SDK for Simplified Read/Write Operations

KafkaBridge is an open‑source, multi‑language SDK built on librdkafka that offers a minimal, easy‑to‑use interface for producing and consuming messages in Apache Kafka, with optimizations for PHP‑FPM, extensive language support, and detailed performance benchmarks.

sdkbig-datapythongolangstreamingkafkac++php
Big Data Oct 13, 2018 Efficient Ops

Boost Your Kafka Integration with KafkaBridge: Multi-Language SDK Overview

KafkaBridge is a lightweight, multi-language SDK that simplifies Kafka read/write operations, offering unified interfaces, long‑connection reuse for PHP‑FPM, and reliable message delivery, with detailed compilation steps, usage examples, and performance benchmarks across C++, Python, PHP, and Go.

sdkbig-datapythongolangstreamingkafkac++php
Cloud Native Aug 10, 2018 Qunar Tech Salon

Deep Dive into Ant Financial’s Service Mesh Data Plane SOFAMosn

This article provides a comprehensive technical overview of Ant Financial’s Service Mesh data‑plane SOFAMosn, covering its architectural background, layered design, core modules, performance optimizations, supported protocols, and future roadmap within a cloud‑native microservices ecosystem.

distributed systemsCloud NativePerformance OptimizationMicroservicesGolangService MeshSOFAMosn
Backend Development Apr 17, 2018 Ctrip Technology

Evolution of Ctrip Image Service Architecture: From Simple NFS to a Scalable Go‑Based System

This article details the three‑stage evolution of Ctrip's image service architecture—from an early NFS‑backed design with Squid caching, through a Varnish‑and‑Lua powered middle stage, to the current Go‑based multi‑process system using FastDFS—highlighting the challenges, solutions, and performance outcomes.

backend architecturegolangcachingnginximage servicefastdfs
Backend Development Dec 20, 2017 UCloud Tech

How We Scaled a Live‑Stream Danmu System from PHP to Go for 50K+ Concurrent Users

Facing massive memory usage and latency in a PHP‑based live‑stream bullet chat, we iteratively re‑engineered the system—splitting Redis, limiting broadcasts, sharding rooms, then rebuilding it in Go with distributed room management, concurrent broadcasting, and extensive testing, achieving stable operation for tens of thousands of concurrent connections.

backendlive streamingscalabilitygolangrediswebsocketdanmu
Backend Development Apr 11, 2017 Architecture Digest

Design and Practice of a High‑Throughput Spring Festival Red‑Packet System Supporting One Million Connections

This article describes how to design, implement, and evaluate a backend system that simulates the Spring Festival red‑packet service, achieving up to 6 × 10⁴ QPS on a single server while handling one million concurrent connections, and discusses the hardware, software, architecture, and performance results.

backenddistributed systemsgolangperformance testinghigh-throughputQPS
Operations Mar 14, 2017 360 Zhihui Cloud Developer

Mastering Log Monitoring with Wonder: Types, Strategies, and Go Implementation

This article explains how Wonder's log monitoring system works, covering rolling count, string and numeric matching types, the underlying Go implementation with tail reading, alert strategies, and future enhancements for handling large log files.

golangalertinglog monitoringsystem operationsmonitoring architecture
Fundamentals Jan 3, 2017 360 Zhihui Cloud Developer

Unlock Go’s Slice Secrets: Structure, Memory, and Best Practices

This article explains Go's slice data structure, how slices are represented in memory, common pitfalls with value passing, slicing, expanding, and provides practical examples of functions like copy, append, and differences between make and new for slices.

backendgolangGodata structuresmemoryslice
Previous Page 17 Next