Overview
This guide covers how to run data-lineage as a server. In this mode, data-lineage can be accessed through a web browser. Your team can access the server to browse data lineage of all the datasets.
Installation
pip install data-lineage
Configuration
# Create a configuration file.
data-lineage --config .lineage.conf init
For more details, refer to configuration docs.
Start Server
data-lineage --config .lineage.conf runserver
Load data-lineage in browser.
Visit http://127.0.0.1:8050/