An open API service indexing awesome lists of open source software.

https://github.com/worldbrain/storex-visualize-graphviz

Storex schema visualization through Graphviz
https://github.com/worldbrain/storex-visualize-graphviz

Last synced: 10 months ago
JSON representation

Storex schema visualization through Graphviz

Awesome Lists containing this project

README

          

Visualize [Storex](https://github.com/WorldBrain/storex) schemas by rendering them as a Graphviz dot file

Usage
=====

```
const viz = require('@worldbrain/storex-visualize-graphviz')
console.log(viz.renderRegistryAsDot(storageManager.registry)) # Dot file source code
```