[
https://issues.apache.org/jira/browse/METRON-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314680#comment-16314680
]
ASF GitHub Bot commented on METRON-1382:
----------------------------------------
Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/884
I don't thin a full design doc is what we need, just an overview. It
should be in the top level of common.shell.
..........
Stellar can be hosted in two shell like environments, zeppelin and the cli.
This packaged is factored to share the implementation details of the shell,
while allowing specific integration mechanisms.
The common stuff can be found HERE
This includes:
- Commands, which are things that do things like A,B,C
- Autocomplete, which is implemented commonly HERE, and brought into the
specific implementation by FOO
- The executors
etc
AESH specific notes:
Zeppelin specific notes:
---------------
> Run Stellar in a Zeppelin Notebook
> ----------------------------------
>
> Key: METRON-1382
> URL: https://issues.apache.org/jira/browse/METRON-1382
> Project: Metron
> Issue Type: Improvement
> Reporter: Nick Allen
> Assignee: Nick Allen
>
> Create a Zeppelin interpreter that allows Stellar to run in a Zeppelin
> Notebook, the same way that it runs in the command-line driven REPL.
> This should include all of the Stellar "enhancements" available in the REPL
> that are not part of the core Stellar language including the following.
> * Variable assignment
> * Magics
> * Docstrings
> * Comments
> * quit
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)