sqlflow_public/doc
j 979e222e68 first commit 2024-10-23 17:52:59 +08:00
..
basic-concepts first commit 2024-10-23 17:52:59 +08:00
data-lineage-model first commit 2024-10-23 17:52:59 +08:00
sql-features first commit 2024-10-23 17:52:59 +08:00
widget first commit 2024-10-23 17:52:59 +08:00
3 types of data lineage models.md first commit 2024-10-23 17:52:59 +08:00
Data lineage model reference.md first commit 2024-10-23 17:52:59 +08:00
a-column-level-data-lineage-model.docx first commit 2024-10-23 17:52:59 +08:00
data lineage in multi queries.md first commit 2024-10-23 17:52:59 +08:00
data-lineage-analysis-command-line-tool.md first commit 2024-10-23 17:52:59 +08:00
readme.md first commit 2024-10-23 17:52:59 +08:00
the column-level lineage.md first commit 2024-10-23 17:52:59 +08:00
the complete data lineage.md first commit 2024-10-23 17:52:59 +08:00
the table-level lineage.md first commit 2024-10-23 17:52:59 +08:00

readme.md

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