Skip to main content

One post tagged with "dotnet"

View All Tags

Building one .NET model for multiple graph engines

· 2 min read
Creator of Nodal Framework
Abstract connected graph illustrating the Nodal Framework architecture.
The Nodal Framework Journal documents architectural decisions, constraints, and lessons learned.

Graph databases share nodes and relationships, but their query languages, transports, transaction boundaries, and response formats are not interchangeable. Nodal Framework began with a simple rule: the domain should be portable, while execution should remain native.