DolphinDB2026-07-17
Webinar Recap | DolphinX: Closing the Gap Between AI Models and Enterprise Deployment

On July 15, we hosted a webinar introducing DolphinX, our enterprise AI Agent development and governance platform. Presented by DolphinDB kernel engineer Qiwei Zhu, the session focused on the practical challenges of deploying AI Agents in production, including permissions, security, governance, and enterprise integration.

Product Features
Webinar Recap | DolphinX: Closing the Gap Between AI Models and Enterprise Deployment
DolphinDB2026-07-06
Building a High-Performance C++ Backtesting Framework with an Order Matching Simulator Plugin

DolphinDB’s high-performance market data replay and Order Matching Simulator Plugin provides a low-latency, high-throughput solution for strategy validation. By integrating the plugin directly into an existing C++ backtesting framework, institutions can reuse their current infrastructure while taking advantage of DolphinDB’s ultra-fast computing capabilities, making it an ideal solution for high-frequency strategy simulation.

Solutions
Building a High-Performance C++ Backtesting Framework with an Order Matching Simulator Plugin
DolphinDB2026-07-01
Building Real-Time Order Book Snapshots at Any Frequency with DolphinDB

This post walks through a complete, production-oriented solution using DolphinDB together with the INSIGHT market data plugin to generate 1-second order book snapshots across all SSE and SZSE stocks and funds in real time. We'll cover everything from plugin installation to post-market batch writes to a distributed database — with the actual scripts you'd run in production.

Solutions
Building Real-Time Order Book Snapshots at Any Frequency with DolphinDB
DolphinDB2026-06-30
How We Helped an Auto Parts Plant Cut MES Query Times by Up to 116x

DolphinDB unifies heterogeneous industrial data (OPC UA, MQTT, Kafka) into one pipeline, with partitioned storage, stream-batch unified computation, and standard APIs. It replaces the slow relational DB underneath MES, cutting query times dramatically without replacing MES itself.

Solutions
How We Helped an Auto Parts Plant Cut MES Query Times by Up to 116x
DolphinDB2026-06-23
How to Build 1-Minute OHLC Bars from Non-Uniform Market Snapshot Data

This article walks through exactly that transformation, using DolphinDB as the computing layer. We’ll cover both the batch path (historical data, processed in parallel) and the streaming path (real-time data, processed with sub-millisecond latency), with the same core logic running in both.

Solutions
How to Build 1-Minute OHLC Bars from Non-Uniform Market Snapshot Data
DolphinDB2026-06-16
Tracking Smart Money in Real Time: Building a Minute-Level Capital Flow Engine

Using simulated tick-by-tick trade data from the Shanghai Stock Exchange on a single trading day in 2020, we’ll calculate minute-level capital flow — splitting buy and sell orders into “large” and “small” buckets based on a 50,000-share threshold — and stream the results live into a dashboard.

Solutions
Tracking Smart Money in Real Time: Building a Minute-Level Capital Flow Engine