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

Need help generating the diagrams #1

Open
amit4aws opened this issue May 12, 2018 · 3 comments
Open

Need help generating the diagrams #1

amit4aws opened this issue May 12, 2018 · 3 comments

Comments

@amit4aws
Copy link

Hi cywolf,

I am big fan of Schema Spy and had been using it extensively. I am trying to generate the schema spy view using the mysql instance running in a docker container. With the explanation provided in the repository regarding generating the schemaspy it is not clear how it will be generated or if it is applicable for the scenario where we have an existing mysql running instance and can use schemaspy to get the report out ?
I am new to docker so any assistance would be of great help.

@andrewwhitehead
Copy link
Owner

Hiya,
This implementation generates the output in /app/output and runs a lightweight webserver to display it, so you should be able to browse to localhost:8080 and see the generated content when it's running. We run it alongside other docker containers to provide API documentation. If you want to extract the output I think you can just mount a volume at /app/output, although I haven't tested that.

@amit4aws
Copy link
Author

Thanks for the response. Today i was able to connect and run schemaspy via standard way ie via command line however was not able to see any graphs of relationships even though i have the graphViz in the classpath. I was wondering how your schemaspy container will be of help to us and what extra the container is doing when compare to the standard process.

@andrewwhitehead
Copy link
Owner

Did you ever figure this out? The container isn't doing anything special, it just installs graphvis as a system library.

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

2 participants