top | item 40373564

(no title)

haaz | 1 year ago

Seems similar to plotly dash, no?

discuss

order

louisjoejordan|1 year ago

The biggest difference I see (though I'm not super familiar with Plotly) is that we define data transformations in SQL, while Plotly uses Python. One benefit of SQL is that it provides the advantage of tracing data lineage from source to visualization, which gives you visibility into data dependencies - something that Python code in Plotly Dash doesn't offer.