Grabit(renamed to SQLFlow-ingester) is a tool to collect SQL script and stored procedures from various sources such as databases, revision systems like GitHub, bitbucket, and the file system, and then push it to the SQLFlow server for analysis and generate the metadata and data lineage.

Connect to database
Extract SQL queries like create table, create view and stored procedure from the database such as Oracle, SQL Server, and send to SQLFlow for analysis.
Connect to revision system
Fetch SQL files from the revision system such as Github, Bitbucket and send to SQLFlow to get the data lineage.


Search the file system
Find the SQL files in the local file system and push it SQLFlow to visualize the data lineage.
Discover data lineage in SQL Server database in 3 minutes
Run grabit in command line and schedued to run automatically
Please check this document