You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for interactice cli to register, connect, remove and list components.
Examples:
cli> list components
cli> register source kafka as kafka1
cli> register window(10,1) on kafka1 as window1
cli> register filter "Select * WHERE{?s ?p ?o}" on window1 as filter1
Support for interactice cli to register, connect, remove and list components.
Examples:
cli> list components
cli> register source kafka as kafka1
cli> register window(10,1) on kafka1 as window1
cli> register filter "Select * WHERE{?s ?p ?o}" on window1 as filter1
Look at combo picocli and line here
The text was updated successfully, but these errors were encountered: