Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7473

Jupyter (IPython) kernel for Infinispan

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Analytics
    • None

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

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

      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

              Unassigned Unassigned
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: