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

Jupyter (IPython) kernel for Infinispan

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • 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)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: