Use SQLFlow in your flavor ways
You may paste your SQL script into the SQLFlow web page, or upload the SQL file to the site. select the correct database and then click the visualize button.
Access the SQLFlow service using the SQLFlow RESTFul APIs. Send your SQL code to the SQLFlow and get back the data lineage in JSON format.Even better, The layout information also included in the JSON ouput, so you can visualize the diagram in your own program by utilizing those layout data.
The SQLFlow consists of the frontend and backend. Please check here for further information. You may setup the frontend on you own web server, or include the frontend in your application to add visualize feature.
Your application still need connect to the SQLFlow backend in order to process the SQL code to get data lineage.
Setup both the frontend and backend of SQLFlow on our server.
Please check the setup manual.