A practical guide to implementing operational ontologies in Snowflake without a dedicated graph database. Using automotive supply chain as the example domain, it explains how to store hierarchical data (BOMs, component taxonomies, supplier tiers) as node-edge tables, then precompute transitive relationships using closure tables

16m read timeFrom medium.com
Post cover image
Table of contents
What’s an ontology, and why should an engineer care?The problem: graph traversal at query timeClosure tables: precompute the graph, query it flatThe same pattern for component classificationWhy HOPS = 0 rows matterHow it’s builtDifferent relationships, different closure tablesWhy this changes thingsWhere it gets powerful: ontology meets operational dataGet Morgan Adolfsson’s stories in your inbox“What’s the maximum lead time path for the brake system?”“Show me all quality incidents for electronic components across the Model Y”The cross-silo insightScaling closure tables

Sort: