

3412: PuppyGraph at the IT Press Tour: Graph Power Without the Pain
Sep 6, 2025
Weimo Liu, CEO and co-founder of PuppyGraph, brings a fresh perspective on graph technology for enterprises with a 'zero ETL' architecture. He explains how this innovative approach allows companies to query existing data seamlessly, eliminating time-consuming data movements. Weimo highlights the potential of graph analytics in fields like cybersecurity and AI, emphasizing improved latency and accuracy. With PuppyGraph's user-friendly design, traditional SQL teams can adapt quickly, transforming complex data processes into streamlined solutions.
AI Snips
Chapters
Transcript
Episode notes
No-ETL Graph Querying
- PuppyGraph merges graph DB experience with Google's F1 to query data without moving it.
- This 'no ETL' approach removes a major blocker to enterprise graph adoption.
Operator-Based Query Engine
- PuppyGraph defines node and edge actions to express any graph query as composable operators.
- They optimize cost, parallelize, vectorize and scale across machines for subsecond performance.
Map Tables To Logical Graphs
- Map existing tables to node and edge types instead of copying data into a graph database.
- Keep the physical tables and use a logical graph schema to avoid costly reloads and schema churn.