Setting up the Services

Day 4 - When we have set up the services.

Setting Up the Services

The kickoff call gave us precious instructions on how we could use cloud resources to deliver our project.

Blog posts were also helpful in understanding how RediSearch could be used, Ed Sandoval's LinkedIn activity feed had been a mine of information and helped us find the most relevant blog posts.

Saturn Cloud

The first resource that was available was Saturn Cloud. Saturn Cloud provides an environment where data science teams can contribute on managed Jupyter Notebook, and also use powerful servers with lots of RAM, CPUs, and GPUs to perform their compute workloads. It has services to run notebooks, jobs, and APIs with very little setup.

You can sign up and try it for free. Once this is done you, can create resources and user recipes which are infrastructure as code-like templates to quick start your configuration.

You just hit Create New Python Server to get a Jupyter server with GPU and CUDA enabled with Nvidia's RAPIDS framework.

Configuring our IDE's with an SSH connection to Saturn Cloud was also an easy process, and enabled our data scientists to work directly within VSCode with the classical terminal and file explorer.

The process of configuring this took about 30 minutes overall.

Redis Enterprise Cloud

The second resource we used is Redis Enterprise Cloud. This tool also comes up with a free trial which is limited in memory.

But during the Hackathon, Redis Ventures provided us credits to use both products with the full developer experience.

We created a new subscription, using a flexible plan. Redis Cloud Enterprise can support AWS, GCP and Azure. As part of the set-up, we had to define: - cloud provider: we chose AWS - region where to deploy - database replication: we didn't need it - database size: 26 GB - high availability.

Redis Cloud Enterprise really has a lot of configuration settings if you want to fine tune your production workloads.

Install Redis Insights

After getting our Redis credentials from Redis Cloud, we configured a desktop graphical user interface called Redis Insights

Redis insights enabled us to easily inspect for hashes, and also run some low level Redis commands using its terminal.

links