DEV Community

Discussion on: Community Discussion Thread — Redis x DEV Hackathon

Collapse
 
yuhuishishishi profile image
I love integers

I am interested in developing a redis module that can load a jupyter notebook into redis and execute it to return results.
This is similar to what redisAI module is doing, but for serving notebooks instead of ML models.

Some things I am not sure --

  1. My understanding is that redis module SDK is only available in C lang.
  2. How to interplay between C and Python if parts of the code are written in Python.

Any good references? Or

Collapse
 
chinwendu20 profile image
Maureen Ononiwu

Hi. Did you figure this out?

Collapse
 
yuhuishishishi profile image
I love integers

Looked into how to develop a redis module. Looks like the SDK only supports C language.