Frontmatter
| id | 9552 |
| title | Docs: Create Learning Guide for the Unified Data Pipeline Architecture |
| state | Closed |
| labels | documentationaicore |
| assignees | tobiu |
| createdAt | Mar 25, 2026, 5:39 PM |
| updatedAt | Mar 26, 2026, 6:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9552 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9449 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 26, 2026, 6:36 PM |
Docs: Create Learning Guide for the Unified Data Pipeline Architecture
tobiu assigned to @tobiu on Mar 25, 2026, 5:39 PM
tobiu added parent issue #9449 on Mar 25, 2026, 5:40 PM

tobiu
Mar 26, 2026, 6:36 PM
Input from Gemini 3.1 Pro:
✦ ✦ I have completed the learning guide for the new Data Pipeline architecture.
Actions Taken:
- Created
learn/guides/datahandling/DataPipelines.md.- Covered the core concepts: Connections, Parsers, Normalizers, and the Pipeline orchestrator.
- Provided a
live-previewexample for a basic Fetch Pipeline.- Explained the
workerExecution: 'data'offloading paradigm.- Added a dedicated section for the RPC/WebSocket integration, explaining how unsolicited pushes trigger surgical
record.set()updates for fast grid reactivity.- Fixed the WebSocket code block to use
readonlyinstead oflive-previewsince it relies on hypothetical API endpoints.- Provided migration paths for legacy
urlandapistore configs.- Registered the new guide in
learn/tree.jsonunder "Data Handling".I have pushed the changes and will close this issue now.
tobiu closed this issue on Mar 26, 2026, 6:36 PM
Goal
Write a new Markdown guide for the
learn/section that explains the newPipeline -> Connection -> Parser -> Normalizerarchitecture.Description
The recent refactoring of the data layer introduces a unified pipeline that merges local data fetching (Fetch/XHR) and the RPC API. We need a comprehensive guide to explain this architectural shift to developers.
The guide should:
javascript live-previewblocks showcasing:apiorurlconfigurations map to the new pipeline structure.This guide will be crucial for onboarding and adoption of the new data layer.