3/15/2026 at 3:33:06 PM
One of the creators of R2D3 here. Funny to wake up to this today! Happy to answer questions here or on bskyby tonyhschu
3/15/2026 at 5:12:42 PM
If I would like to build a visualization like this, but for a data ingestion pipeline, any tips on where to start?I have it visually in my head, but it feels overwhelming getting it into a website.
by Genbox
3/15/2026 at 7:06:15 PM
fwiw I work on data ingestion pipelines and I've found that starting with just boxes-and-arrows in something like Excalidraw gets you 80% of the way to knowing what you actually want. The gap between "I can picture it" and "I can build it on a webpage" is mostly a d3 learning curve problem, not a design problem.xyflow that the creator mentioned is probably the right call for pipeline DAGs though -- we use it internally for visualizing our scraping workflows and it was surprisingly painless to get running
by avabuildsdata
3/15/2026 at 6:19:15 PM
Sort of like this? https://docs.tecton.ai/docs/introduction/interactive-tour I used https://github.com/xyflow/xyflow for this, with css animations for the edges. It’s probably easier now with coding agents and what notby tonyhschu
3/15/2026 at 5:10:26 PM
Any plans for more articles, 10 years later?by reader9274