UI

https://github.com/sqlparser/sqlflow_public/blob/master/sqlflow_guide_cn.md;https://www.sqlflow.cn/gudu-sqlflow-introduction

How it works?

The data of SQLFlow frontend are mainly from /sqlflow/generation/sqlflow/graph. After getting the response of the interface, SQLFlow frontend analyzes the field graph and the field sqlflow

Corresponding graphs and links are made based on the analysis. When clicking different buttons or making different settings on UI, we are actually giving different inputs to the request of the interface so that we are able to visualize the data lineage.

Read more about the SQLFlow API here.

Overview

Try the SQLFlow Frontend here.

Read more about the SQLFlow frontend:

Last updated