Copyright © 2018, Oracle and/or its afliates. All rights reserved.
Copyright © 2019, Oracle and/or its afliates. All rights reserved.
Docker Compose setup for
MySQL InnoDB Cluster
Balasubramanian Kandasamy
MySQL Release Engineering
FOSSASIA’19 – March 16, 2019
Safe Harbor Statement
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 3
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied
upon in making purchasing decisions. The development, release, and timing of any
features or functionality described for Oracle’s products remains at the sole discretion of
Oracle.
Program Agenda
MySQL InnoDB Cluster
MySQL Shell
Demo – MySQL InnoDB Cluster setup using Docker compose
Q&A
1
2
3
4
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 4
Program Agenda
MySQL InnoDB Cluster
MySQL Shell
Demo – MySQL InnoDB Cluster setup using Docker compose.
Q&A
1
2
3
4
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 5
100%
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 6
Virtually all organizations require
their most critical systems to be
highly available
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 7
MySQL InnoDB Cluster: Vision
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 8
MySQL InnoDB Cluster: Overview
App Servers with
MySQL Router
InnoDB Cluster
MySQL Group
Replication
MySQL Shell
Setup, Manage,
Orchestrate
One Product
Full Stack HA
Solution
Easy to use!
Clients
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 9
Program Agenda
MySQL InnoDB Cluster
MySQL Shell
Demo – MySQL InnoDB Cluster setup using Docker compose.
Q&A
1
2
3
4
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 10
MySQL Shell: Introducton
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 11
• Advanced command-line client and code editor for the MySQL Server
• Mult-Language: JavaScript, Python, and SQL
• Supports both Document and Relatonal models
• Perform data queries or updates, and administration operatons:
 Scriptable DevOps APIs
 Unified Interface for MySQL Developers and DBAs: one tool...!
• Intuitive and easy to use
MySQL InnoDB Cluster Setup: Requirements
• MySQL Server Containers (3)
• MySQL Shell Container
• MySQL Router Container
• Simple DB applicaton
Copyright © 2019 Oracle and/or its afliates. All rights reserved. 12
Program Agenda
MySQL InnoDB Cluster
MySQL Shell
Demo – MySQL InnoDB Cluster setup using Docker compose
Q&A
1
2
3
4
5
Copyright © 2018, Oracle and/or its afliates. All rights reserved. 13
Copyright © 2018, Oracle and/or its afliates. All rights reserved.
Copyright © 2019, Oracle and/or its afliates. All rights reserved.
Docker Compose for MySQL
InnoDB Cluster
Demo!
Resources
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 15
• MySQL InnoDB Cluster Userguide:
– http://dev.mysql.com/doc/refman/en/mysql-innodb-cluster-userguide.html
• MySQL Shell Userguide:
– https://dev.mysql.com/doc/refman/en/mysql-shell.html
• Blog:
– https://mysqlrelease.com/2018/03/docker-compose-setup-for-innodb-cluster/
• APIs Reference manuals
– JavaScript: https://dev.mysql.com/doc/dev/mysqlsh-api-javascript/
– Python: https://dev.mysql.com/doc/dev/mysqlsh-api-python/
Q&A
Copyright © 2019, Oracle and/or its afliates. All rights reserved. 16

Docker Compose Setup for MySQL InnoDB Cluster

  • 2.
    Copyright © 2018,Oracle and/or its afliates. All rights reserved. Copyright © 2019, Oracle and/or its afliates. All rights reserved. Docker Compose setup for MySQL InnoDB Cluster Balasubramanian Kandasamy MySQL Release Engineering FOSSASIA’19 – March 16, 2019
  • 3.
    Safe Harbor Statement Copyright© 2019, Oracle and/or its afliates. All rights reserved. 3 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
  • 4.
    Program Agenda MySQL InnoDBCluster MySQL Shell Demo – MySQL InnoDB Cluster setup using Docker compose Q&A 1 2 3 4 Copyright © 2019, Oracle and/or its afliates. All rights reserved. 4
  • 5.
    Program Agenda MySQL InnoDBCluster MySQL Shell Demo – MySQL InnoDB Cluster setup using Docker compose. Q&A 1 2 3 4 Copyright © 2019, Oracle and/or its afliates. All rights reserved. 5
  • 6.
    100% Copyright © 2019,Oracle and/or its afliates. All rights reserved. 6 Virtually all organizations require their most critical systems to be highly available
  • 7.
    Copyright © 2019,Oracle and/or its afliates. All rights reserved. 7 MySQL InnoDB Cluster: Vision
  • 8.
    Copyright © 2019,Oracle and/or its afliates. All rights reserved. 8 MySQL InnoDB Cluster: Overview
  • 9.
    App Servers with MySQLRouter InnoDB Cluster MySQL Group Replication MySQL Shell Setup, Manage, Orchestrate One Product Full Stack HA Solution Easy to use! Clients Copyright © 2019, Oracle and/or its afliates. All rights reserved. 9
  • 10.
    Program Agenda MySQL InnoDBCluster MySQL Shell Demo – MySQL InnoDB Cluster setup using Docker compose. Q&A 1 2 3 4 Copyright © 2019, Oracle and/or its afliates. All rights reserved. 10
  • 11.
    MySQL Shell: Introducton Copyright© 2019, Oracle and/or its afliates. All rights reserved. 11 • Advanced command-line client and code editor for the MySQL Server • Mult-Language: JavaScript, Python, and SQL • Supports both Document and Relatonal models • Perform data queries or updates, and administration operatons:  Scriptable DevOps APIs  Unified Interface for MySQL Developers and DBAs: one tool...! • Intuitive and easy to use
  • 12.
    MySQL InnoDB ClusterSetup: Requirements • MySQL Server Containers (3) • MySQL Shell Container • MySQL Router Container • Simple DB applicaton Copyright © 2019 Oracle and/or its afliates. All rights reserved. 12
  • 13.
    Program Agenda MySQL InnoDBCluster MySQL Shell Demo – MySQL InnoDB Cluster setup using Docker compose Q&A 1 2 3 4 5 Copyright © 2018, Oracle and/or its afliates. All rights reserved. 13
  • 14.
    Copyright © 2018,Oracle and/or its afliates. All rights reserved. Copyright © 2019, Oracle and/or its afliates. All rights reserved. Docker Compose for MySQL InnoDB Cluster Demo!
  • 15.
    Resources Copyright © 2019,Oracle and/or its afliates. All rights reserved. 15 • MySQL InnoDB Cluster Userguide: – http://dev.mysql.com/doc/refman/en/mysql-innodb-cluster-userguide.html • MySQL Shell Userguide: – https://dev.mysql.com/doc/refman/en/mysql-shell.html • Blog: – https://mysqlrelease.com/2018/03/docker-compose-setup-for-innodb-cluster/ • APIs Reference manuals – JavaScript: https://dev.mysql.com/doc/dev/mysqlsh-api-javascript/ – Python: https://dev.mysql.com/doc/dev/mysqlsh-api-python/
  • 16.
    Q&A Copyright © 2019,Oracle and/or its afliates. All rights reserved. 16