Skip to content

A repository that provides samples that use MariaDB Connector/Python

License

Notifications You must be signed in to change notification settings

mariadb-corporation/dev-example-connector-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MariaDB Connector/Python Samples

⚠️ [UNMAINTAINED] This repository has been moved and is currently maintained here. ⚠️


This repository contains samples that demonstrate the capabilities of MariaDB Connector/Python.

Table of Contents

  1. Getting started with MariaDB
    1. MariaDB Platform
    2. MariaDB SkySQL
  2. Getting started with MariaDB Connector/Python
  3. MariaDB Connector/Python Samples
  4. Additional resources
  5. Support and contribution
  6. License

Getting started with MariaDB

MariaDB is a community-developed, commercially supported relational database management system, and the database you'll be using for this application.

If you don't have a MariaDB database up and running you can find more information on how to download, install and start using a MariaDB database in the MariaDB Quickstart Guide.

Getting started with MariaDB Connector/Python

Along with having access to a running instance of MariaDB and before jumping into code, you're going to need to make sure you have a few things on your machine in order to use MariaDB Connector/Python.

MariaDB Connector/Python Samples

This repository contains sample applications and usages that will help you gain an understanding of how to take advantage of MariaDB Connector/Python.

  • Simple API application: A Python application that uses Flask to expose endpoints that can be used to perform simple CRUD operations with MariaDB Connector/Python.
  • Data Visualization: Using MariaDB Connector/Python, the libraries Plotly and Pandas are used to demonstrate data analysis and visualization.

Additional resources

Support and Contribution

Please feel free to submit PR's, issues or requests to this project project or projects within the official MariaDB Corporation GitHub organization.

If you have any other questions, comments, or looking for more information on MariaDB please check out:

Or reach out to us diretly via:

License

License