sqlflow_public/doc/readme.md

1.9 KiB

Gudu SQLFlow Documents

Firstly, use SQLFlow cloud to get the data lineage of your SQL and feel how the data lineage diagram can help you understand the data flow and the data transformation.

Secondly, use Dlineage command line tool to get the data lineage of your SQL in the XML/JSON format and see how the data lineage is organized in the JSON/XML format and start to know various elements and attributes in the data lineage.

Thirdly, check the basic concepts and elements of the data lineage.

Fourthly, check the detailed reference of the data lineage model.

Finally, integrate the SQLFlow Rest API/Java API/Widget into your project and get the data lineage of your SQL in the Rest API/Java/Python code/JavaScript code.

Concepts

Data lineage model (TODO)

The structure and elements of the data lineage result(JSON/XML).

SQLFlow widget