From c58cc0c42a604d9f3883a5621e83a12ceaa53502 Mon Sep 17 00:00:00 2001 From: Nick Vyzas Date: Thu, 3 Oct 2019 01:06:13 +0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c9e981c14..b785ecb84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ ProxySQL +Introduction +============ + +ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). +All the while getting the unlimited freedom that comes with a GPL license. + +Its development is driven by the lack of open source proxies that provide high performance. + +Useful links +=============== + +- [Official website](http://www.proxysql.com/) +- [Documentation](https://github.com/sysown/proxysql/wiki) +- [DockerHub Repository](https://hub.docker.com/r/proxysql/proxysql) +- [Benchmarks and blog posts](http://www.proxysql.blogspot.com/) +- [Forum](https://groups.google.com/forum/#!forum/proxysql/) +- [Linkedin group](https://www.linkedin.com/groups/13581070/) + Getting started ===============