Dlineage Tool¶
The Dlineage tool is implemented in Java and it shows how to use the data lineage analysis features of the Gudu SQLFlow.
The data lineage analysis package of the Gudu SQLFlow is a Java library provided in a single jar file: gsp.jar, no other third party libraries dependencies required.
You can check the source code of the Dlineage tool to see how to integrate the data lineage analysis package in your own Java program.
- Support more than 20 major databases and still growing
- Build from scratch, no third-party library needed.
- Easy integration.
- Rich demo code to help you start quick
Download address: https://github.com/sqlparser/gsp_demo_java/releases/
Prerequisites¶
-
JDK 1.8+ Installed
Check on your terminal if JDK is installed by executing
1
java -version
You should get some results similar to this:
1 2 3
openjdk version "1.8.0_342" OpenJDK Runtime Environment (build 1.8.0_342-8u342-b07-0ubuntu1~18.04-b07) OpenJDK 64-Bit Server VM (build 25.342-b07, mixed mode)
-
DataFlowAnalyzer Binary package \ Download library binary file on your machine.