Skip to content

This repository holds some python libraries and plugins designed to be used with MemSQL.

License

Notifications You must be signed in to change notification settings

memsql/memsql-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4334c62 · Mar 25, 2022
Mar 17, 2022
Mar 25, 2022
Jul 25, 2019
Mar 25, 2022
Apr 21, 2020
Mar 17, 2022
Jul 17, 2018
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022

Repository files navigation

MemSQL Python Libraries

This library contains various plugins and wrappers designed by MemSQL engineers for a couple of important python libraries.

Install

pip install memsql

Copy and paste the following steps to get started quickly on Ubuntu:

sudo apt-get update
sudo apt-get install -y mysql-client python-dev libmysqlclient-dev python-pip
sudo pip install memsql

Copy and paste the following to get started with RHEL based distributions such as Amazon Linux or Centos:

sudo yum update
sudo yum install -y gcc mysql-devel
sudo pip install memsql

Testing

Run tests by executing make test.