About the MariaDB Jupyter Kernel

The MariaDB Jupyter Kernel is an Open-Source kernel for Jupyterarrow-up-right which enables users to run MariaDB in a Jupyterarrow-up-right notebook.

Notebooks can be run in a variety of environments, ranging from your local computer for testing purposes via JupyterLabarrow-up-right to complex Zero to JupyterHub Kubernetes systemsarrow-up-right running in the cloud.

The mariadb_kernelarrow-up-right project is agnostic about the complexity of your Jupyterarrow-up-right infrastructure, it can run on any of them thanks to the way Jupyterarrow-up-right designed its kernel machinery. As long as MariaDB is installed on the host running the kernel and there is MariaDB Server running somewhere, things should work out as expected.

Motivation

We created the mariadb_kernelarrow-up-right project with some simple goals in mind:

  • Help existing MariaDB users have an alternative to the classical mariadb command-line client based on Jupyter.

  • Bring MariaDB Server to Jupyter and Python users who would like to use our Open-Source database for handling their datasets.

If you would love to be able to run SQL against MariaDB data from Jupyter notebooks or you want to run a training program and help your employees learn SQL, if you are a teacher and you’d love to use Jupyter for your SQL classes or you are a data scientist trying to quickly chart or explore your datasets, you should take a look at this project.

Contents

spinner

Last updated

Was this helpful?