Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercoderz/redis_kernel
A simple kernel to interact with a redis database from IPython
https://github.com/supercoderz/redis_kernel
Last synced: 5 days ago
JSON representation
A simple kernel to interact with a redis database from IPython
- Host: GitHub
- URL: https://github.com/supercoderz/redis_kernel
- Owner: supercoderz
- Created: 2014-10-19T05:35:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T16:03:39.000Z (about 7 years ago)
- Last Synced: 2024-04-29T20:06:57.085Z (6 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-starred - supercoderz/redis_kernel - A simple kernel to interact with a redis database from IPython (others)
README
redis_kernel
============.. image:: https://img.shields.io/travis/supercoderz/redis_kernel.svg?maxAge=2592000 :target: https://travis-ci.org/supercoderz/redis_kernel
.. image:: https://img.shields.io/pypi/dw/redis_kernel.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/redis_kernel
.. image:: https://img.shields.io/pypi/v/redis_kernel.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/redis_kernel
.. image:: https://img.shields.io/pypi/pyversions/redis_kernel.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/redis_kernel
A simple IPython kernel for redisThis requires IPython 3, which is not yet released.
To install please use::
pip install redis_kernel
or::easy_install redis_kernel
To test it, install and then::
ipython qtconsole --kernel redis
For details of how this works, see IPython's docs on `wrapper kernels
`_.This connects to redis using sockets, so you dont need the redis python client