https://github.com/zaszab/myelastic-proxy
MySQL read-write proxy based on ProxySQL
https://github.com/zaszab/myelastic-proxy
aws mysql-proxy proxysql rds
Last synced: 3 months ago
JSON representation
MySQL read-write proxy based on ProxySQL
- Host: GitHub
- URL: https://github.com/zaszab/myelastic-proxy
- Owner: zaszab
- Created: 2018-02-07T12:20:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T12:18:40.000Z (about 7 years ago)
- Last Synced: 2024-12-26T13:11:47.251Z (5 months ago)
- Topics: aws, mysql-proxy, proxysql, rds
- Homepage: https://www.myelastic.io/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyElastic proxy
MySQL proxy using read-write query split. Helps seperating your queries: all SELECT queries will go the read server, every other to the write.
https://www.myelastic.io/
### Installing to production
You can create a high-available read-write split mysql proxy on AWS less then $30/month. I have created a documentation how to do that with AWS Aurora. It is compatible with AWS RDS MySQL too, or any other master-slave mysql cluster.
http://bit.ly/2GGmNf8
### Testing locally
You can download the source to your local machine. You will need Docker installed.
Edit the proxysql.cnf, add the writer and reader MySQL server IP address or hostname. Create a mysql user in your database and fill it in the config. Then run docker run.