Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This doesn't work with just content model #3

Open
ghost opened this issue Jul 17, 2018 · 0 comments
Open

This doesn't work with just content model #3

ghost opened this issue Jul 17, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2018

Following is quick export command which generated the json with just content model.
contentful-export --content-file space.json \ --management-token YourToken --space-id YourSpaceID --skip-roles --skip-content --skip-webhooks --max-allowed-limit 10000

Used following command to generate graph

node src/index.js MW-Braun-CA.json > output.graph

Finally just using local dot command to convert it to svg file.

dot -o graph.svg -T svg -K dot output.graph

Following is the error it shows:

graphviz

If i do without skip-content option it do draw the svg but file is huge & difficult to make sense as too many entities it tries to draw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants