All Projects → cybozu-go → Moco

cybozu-go / Moco

Licence: mit
A MySQL operator for binlog-based semi-sync replication

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Moco

Kudo
Kubernetes Universal Declarative Operator (KUDO)
Stars: ✭ 849 (+2194.59%)
Mutual labels:  mysql, kubernetes-operator
Mysql Operator
Bulletproof MySQL on Kubernetes using Percona Server
Stars: ✭ 527 (+1324.32%)
Mutual labels:  mysql, kubernetes-operator
Operators
Collection of Kubernetes Operators built with KUDO.
Stars: ✭ 175 (+372.97%)
Mutual labels:  mysql, kubernetes-operator
Mysql Operator
Create, operate and scale self-healing MySQL clusters in Kubernetes
Stars: ✭ 855 (+2210.81%)
Mutual labels:  mysql, kubernetes-operator
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-8.11%)
Mutual labels:  mysql
Readmarvel
ReadMarvel's open sourced code
Stars: ✭ 31 (-16.22%)
Mutual labels:  mysql
Mrseedbox
[unmaintained] A Containerized Seedbox with Embedded Media Player
Stars: ✭ 30 (-18.92%)
Mutual labels:  mysql
Mysql Udf
A set of C++ user-defined functions for MySQL servers.
Stars: ✭ 29 (-21.62%)
Mutual labels:  mysql
Fieldtop
Finds near-overflow columns in MySQL databases
Stars: ✭ 36 (-2.7%)
Mutual labels:  mysql
Docs4dev
后端开发常用框架文档及中文翻译,包含 Spring 系列文档(Spring, Spring Boot, Spring Cloud, Spring Security, Spring Session),大数据(Apache Hive, HBase, Apache Flume),日志(Log4j2, Logback),Http Server(NGINX,Apache),Python,数据库(OpenTSDB,MySQL,PostgreSQL)等最新官方文档以及对应的中文翻译。
Stars: ✭ 974 (+2532.43%)
Mutual labels:  mysql
Botvid 19
Messenger Bot that scrapes for COVID-19 data and periodically updates subscribers via Facebook Messages. Created using Python/Flask, MYSQL, HTML, Heroku
Stars: ✭ 34 (-8.11%)
Mutual labels:  mysql
Lealone Plugins
与 Lealone 集成的各类插件(例如网络框架以及不同的数据库协议和存储引擎)
Stars: ✭ 31 (-16.22%)
Mutual labels:  mysql
Pyetl
python ETL framework
Stars: ✭ 33 (-10.81%)
Mutual labels:  mysql
Fullstack Graphql
🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.
Stars: ✭ 955 (+2481.08%)
Mutual labels:  mysql
Linux Tutorial
《Java 程序员眼中的 Linux》
Stars: ✭ 7,757 (+20864.86%)
Mutual labels:  mysql
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-18.92%)
Mutual labels:  mysql
Kopf
A Python framework to write Kubernetes operators in just few lines of code.
Stars: ✭ 971 (+2524.32%)
Mutual labels:  kubernetes-operator
Mysqldump Php
PHP version of mysqldump cli that comes with MySQL
Stars: ✭ 975 (+2535.14%)
Mutual labels:  mysql
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-10.81%)
Mutual labels:  mysql
Javabrainmap
Java 体系涉及到的各方面知识点脑图总结,万物皆脑图。The knowledge of all aspects of the Java system is summarized in the brain map.
Stars: ✭ 33 (-10.81%)
Mutual labels:  mysql

GitHub release CircleCI PkgGoDev Go Report Card

MOCO

MOCO is a Kubernetes operator for MySQL. Its primary function is to manage a cluster of MySQL using binlog-based, semi-synchronous replication.

MOCO is designed for the following properties:

  • Durability
    • Do not lose any data under a given degree of faults.
  • Availability
    • Keep the MySQL cluster available under a given degree of faults.
  • Business Continuity
    • Perform a quick recovery if some failure is occurred.

Features

TBD

Supported MySQL versions

8.0.18 and 8.0.20

Supported Kubernetes version

1.20 and 1.19

Documentation

docs directory contains documents about designs and specifications.

Docker images

Docker images are available on Quay.io

License

MOCO is licensed under MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].