Skip to content

CBIIT/bento-mdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Bento-MDF: Bento Graph Model Description Format

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.

Where to get the Python package

Install the latest version of the bento-mdf Python package from PyPI:

pip install bento-mdf

Documentation

The complete documentation for the Model Description Format and bento-mdf package can be found here on GitHub pages.