YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

InnoDB Cluster Creation #50

Closed Jlandau2 closed 4 years ago

Jlandau2 commented 4 years ago

Group replication is possible, but with InnoDBCluster we can potentially add another layer of high availability. This will instantiate a third db instance through which we may failover to. InnoDBCluster comes with an API for ease of use, which would cut much of the previous group replication work. The biggest issue so far has been creating the network connection between the AWS instances.

Jlandau2 commented 4 years ago

Cluster has been created.