Skip to content

Commit 8eb1423

Browse files
committed
update readme
1 parent bf774cc commit 8eb1423

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
of various databases to obtain complex [data lineage](https://en.wikipedia.org/wiki/Data_lineage) relationships and visualize them.
55

66
[Gudu SQLFlow Lite version for python](https://github.com/sqlparser/python_data_lineage) allows Python developers to quickly integrate data lineage analysis and
7-
visualization capabilities into their own Python applications.
7+
visualization capabilities into their own Python applications. It can also be used in daily work by data scientists to quickly discover
8+
data lineage from complex SQL scripts that usually used in ETL jobs do the data transform in a huge data platform.
89

910
Gudu SQLFlow Lite version for python is free for non-commercial use and can handle any complex SQL statements
1011
with a length of up to 10k, including support for stored procedures.
@@ -15,7 +16,7 @@ in the Java library, and [a JavaScript library](https://docs.gudusoft.com/4.-sql
1516

1617
Gudu SQLFlow Lite version for python can also automatically extract table and column constraints,
1718
as well as relationships between tables and fields, from [DDL scripts exported from the database](https://docs.gudusoft.com/6.-sqlflow-ingester/introduction)
18-
and generate an ER Diagram
19+
and generate an ER Diagram.
1920

2021
### Automatically visualize data lineage
2122

0 commit comments

Comments
 (0)