Skip to content

SumitAG008/graph-driven-api-design-examples

Repository files navigation

Graph-Driven API Design: Code Examples

Official code repository for the book "Graph-Driven API Design: Mastering Connected Data Systems" by Sumit Agaria.

Test Status Python 3.9+

?? Quick Start

Windows Users:

git clone https://github.com/SumitAG008/graph-driven-api-design-examples.git
cd graph-driven-api-design-examples
python examples\chapter_03_api_design\working_examples.py

Mac/Linux Users:

git clone https://github.com/SumitAG008/graph-driven-api-design-examples.git
cd graph-driven-api-design-examples
python3 examples/chapter_03_api_design/working_examples.py

?? What's Working Right Now

  • ? Core Graph Examples: All basic functionality tested and working
  • ? No External Dependencies: Basic examples run with just Python 3.7+
  • ? Automated Testing: GitHub Actions test on every commit
  • ? Mock Database: Complete graph operations without database setup

?? Test the Examples

REM Windows
python examples\chapter_03_api_design\working_examples.py

# Mac/Linux  
python3 examples/chapter_03_api_design/working_examples.py

# Expected output:
# === Testing Graph API Components ===
# Test 1: Employee Network
# Test 2: Collaboration Path  
# Test 3: Direct Traversal

?? Book Chapters

| Chapter | Topic | Examples | Status |

About

graph-driven-api-design-examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages