Tag

eager query

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Feb 25, 2022 · Databases

Rewriting Dagoba: Building an In‑Memory Graph Database in Python

This article walks through the step‑by‑step rewrite of the Dagoba in‑memory graph database from JavaScript to Python, covering data modeling, primary‑key management, eager and lazy query implementations, bidirectional edge support, performance optimizations, and how to extend the query language with custom methods.

In-Memorydata modelingeager query
0 likes · 25 min read
Rewriting Dagoba: Building an In‑Memory Graph Database in Python