Giter Site home page Giter Site logo

mysql-cluster-poc's Introduction

MySQL Cluster PoC

This repository, mysql-cluster-poc, contains a Docker Compose setup and all necessary configuration files to run a local MySQL Cluster using the NDB storage engine. This setup is designed for testing the MySQL partitioning feature and serves as a proof-of-concept for a highly available MySQL Cluster architecture.

High Available Cluster Architecture

Prerequisites

To run the MySQL Cluster PoC, you need the following installed on your system:

  • Docker
  • Docker Compose

Getting Started

To set up and run the local MySQL Cluster, follow these steps:

  1. Clone the mysql-cluster-poc repository:

    git clone https://github.com/your_username/mysql-cluster-poc.git
    
  2. Change your working directory to the mysql-cluster-poc folder:

    cd mysql-cluster-poc
    
  3. Run the MySQL Cluster using Docker Compose:

    docker-compose -f docker-compose.yml up
    

    Docker Compose Up Output

  4. Once the MySQL Cluster is up and running, you can connect to the SQL node using the exposed port 3306 and start testing the partitioning feature.

Exploring MySQL Partitioning

After setting up the MySQL Cluster PoC, you can use the various types of table partitions available in MySQL to optimize data management and query performance. Refer to this blog post for an in-depth explanation of MySQL table partitioning types and examples.

Stopping and Cleaning Up

When you're done testing the MySQL partitioning feature, you can stop and remove the Docker containers by running the following command:

docker-compose down

This will stop and remove all containers associated with the MySQL Cluster PoC.

For further information or assistance, feel free to contact me directly [email protected].

mysql-cluster-poc's People

Watchers

 avatar

Forkers

madhupocham

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.