feldera / feldera

The Feldera Incremental Computation Engine
https://feldera.com
Other
673 stars 44 forks source link

Dump circuits to `.dot` or some other graph format. #8

Closed ryzhyk closed 1 year ago

ryzhyk commented 1 year ago

Issue by ryzhyk Wed Jan 5 16:50:41 2022 Originally opened as https://github.com/vmware/database-stream-processor/issues/12


None

ryzhyk commented 1 year ago

Comment by Kixiron Wed Jan 5 20:00:24 2022


ELK could be helpful since graphviz tends to explode with complex hierarchical graphs

ryzhyk commented 1 year ago

Comment by ryzhyk Wed Mar 23 22:47:24 2022


Naive dot conversion implemented in #58

mihaibudiu commented 1 year ago

The SQL compiler already supports this. Do we need more?

ryzhyk commented 1 year ago

So does the dbsp library. I'll close this. We do need to build much better visualization as part of our interactive profiler.