nussknacker icon indicating copy to clipboard operation
nussknacker copied to clipboard

Tab with Jupyter like notebooks for SpEL

Open arkadius opened this issue 5 years ago • 0 comments

Would be nice to have separate tab with scratches to experiment with SpEL. e. g. you can write steps:

  1. first step
a = { foo: 1, bar: "asdf" }

(evaluated result of first step)

  1. second step
b = a.foo + 2

(evaluated result of second step)

At the begging it could be only one scratch without type completion and syntax highlight. In the future would be nice to:

  • have a list of saved scratches
  • have ability to read some data from external source (like file, db, kafka and so on)
  • have ability to store data to external sinks
  • have working: type completion and syntax highlight

Maybe it would be quite easy to integrate spel with zeppelin and use it instead?

arkadius avatar Dec 04 '20 15:12 arkadius