The Bento graph model description format allows a user to provide a very simple, human-readable description of an overall property graph model. The layout of nodes, relationships, node properties, and relationship properties are specified in data structures expressed in YAML-formatted model description files.
This repo holds tools for loading, validating, manipulating, and writing MDF. The latest MDF spec can be found in the mdf-schema. A detailed explanation of the format can be found in the documenation.
Install the latest version of the bento-mdf
Python package from PyPI:
pip install bento-mdf
The complete documentation for the Model Description Format and bento-mdf
package can be found here on GitHub pages.