[infinispan-issues] [JBoss JIRA] (ISPN-7473) Jupyter (IPython) kernel for Infinispan

Gustavo Fernandes (JIRA) issues at jboss.org
Tue Feb 14 13:01:00 EST 2017


Gustavo Fernandes created ISPN-7473:
---------------------------------------

             Summary: Jupyter (IPython) kernel for Infinispan
                 Key: ISPN-7473
                 URL: https://issues.jboss.org/browse/ISPN-7473
             Project: Infinispan
          Issue Type: Feature Request
          Components: Analytics
            Reporter: Gustavo Fernandes


An IPython kernel for Infinispan would allow to create a CLI tailored for Infinispan usage, for example:

{code}
% cache.size()
1232
% cache.get(1)
{
   "id": 1,
   "name": "test",
   "color": "red"
}
% cache.query("From Person p where p.age > 15")
{code}

Some examples of existing kernels (written in different languages)
https://github.com/graphaelli/ipython-elasticsearch
http://andrew.gibiansky.com/blog/ipython/ipython-kernels/
https://github.com/alexarchambault/jupyter-kernel





--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list