Giter Club home page Giter Club logo

java_data_lineage's Introduction

Gudu SQLFlow Lite version for Java

Gudu SQLFlow is a tool used to analyze SQL statements and stored procedures of various databases to obtain complex data lineage relationships and visualize them.

Gudu SQLFlow Lite version for Java allows Java developers to quickly integrate data lineage analysis and visualization capabilities into their own Java applications. It can also be used in daily work by data scientists to quickly discover data lineage from complex SQL scripts that usually used in ETL jobs do the data transform in a huge data platform.

Gudu SQLFlow Lite version for Java is free for non-commercial use and can handle any complex SQL statements with a length of up to 10k, including support for stored procedures. It supports SQL dialect from more than 20 major database vendors such as Oracle, DB2, Snowflake, Redshift, Postgres and so on.

Gudu SQLFlow Lite version for Java includes a Java library for analyzing complex SQL statements and stored procedures to retrieve data lineage relationships, and a JavaScript library for visualizing data lineage relationships.

Gudu SQLFlow Lite version for Java can also automatically extract table and column constraints, as well as relationships between tables and fields, from DDL scripts exported from the database and generate an ER Diagram.

Build and run the program

This is a spring boot web service that integrates browser-side applications with thymeleaf. So you no longer need to install additional web containers like Nginx.

Prerequisites

  • Install maven
  • Install Java jdk1.8

Build

Compile with the following Maven command, The compiled jar package is under the target folder.

mvn package

Of course, you can skip this step because there is already a compiled executable in the Bin Folder.

Run the program

java -jar bin/java_data_lineage-1.0.0.jar

When the startup is complete, open the program in the browser at the following URL: http://localhost:9600

The default port is 9600, if you need to change the port, for example to 8000, you can start by the following command:

java -jar bin/java_data_lineage-1.0.0.jar --server.port=8000

png

Export metadata from various databases.

You can export metadata from the database using SQLFlow ingester and hand it over to Gudu SQLFlow for data lineage analysis.ใ€‚

Document of the SQLFlow ingester

Contact

For further information, please contact [email protected]

java_data_lineage's People

Contributors

liaowuhen2 avatar sqlparser avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.