Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab with Jupyter like notebooks for SpEL #1344

Open
arkadius opened this issue Dec 4, 2020 · 0 comments
Open

Tab with Jupyter like notebooks for SpEL #1344

arkadius opened this issue Dec 4, 2020 · 0 comments
Labels

Comments

@arkadius
Copy link
Member

arkadius commented Dec 4, 2020

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?

@mproch mproch added the ui label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants