Graph Library Architecture
Run the Graph Library Architecture MicroSim Fullscreen
Description
This interactive MicroSim visualizes the five-tier architecture of a reusable organizational analytics graph library. From the Graph Database at the bottom through the Query Library, Functions & Scoring, API Layer, to Consumers at the top, students can explore how each layer builds on the one below it. Hover over any tier to see a description, and click on query categories to expand and see individual queries.
Lesson Plan
Learning Objective
Students will design a modular graph library architecture that organizes reusable queries, functions, and tests into a maintainable system.
Activities
- Explore each tier by hovering to understand its purpose
- Click query categories to see individual query examples
- Identify how Config/Tests connect to the middle tiers
- Discuss why modularity and parameterization matter