Skip to content

Interfaces

monarch-py provides a collection of interfaces that abstractify implementation details,
and provide a coherent set of graph operations.

Developers can code according to the interface, mostly ignoring whether the implementation
is a relational database, a local file, etc.

Interface