1
1
# MaxScale by MariaDB Corporation
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/mariadb-corporation/MaxScale.svg?branch=2.0 )] ( https://travis-ci.org/mariadb-corporation/MaxScale )
4
+
3
5
The MariaDB Corporation MaxScale is an intelligent proxy that allows
4
6
forwarding of database statements to one or more database servers using
5
7
complex rules, a semantic understanding of the database statements and the
@@ -26,23 +28,27 @@ as external shared objects and are referred to as routing modules.
26
28
An Google Group exists for MaxScale that can be used to discuss ideas,
27
29
issues and communicate with the MaxScale community.
28
30
29
-
30
- Forum: http://groups.google.com/forum/#!forum/maxscale
31
+
32
+ - Forum: http://groups.google.com/forum/#!forum/maxscale
33
+
34
+ We're also on the #maria and #maxscale channels on FreeNode.
31
35
32
- Bugs can be reported in the MariaDB Corporation bugs database:
33
- https://jira.mariadb.org/projects/MXS/issues
36
+ Please report all feature requests, improvements and bugs in the [ MariaDB Jira] ( https://jira.mariadb.org/projects/MXS/issues ) .
34
37
35
38
# Documentation
36
39
37
40
For information about installing and using MaxScale, please refer to the
38
- documentation. It is in Markdown format.
41
+ documentation. The official documentation can be found on the
42
+ [ MariaDB Knowledge Base] ( https://mariadb.com/kb/en/mariadb-enterprise/maxscale/ ) .
43
+
44
+ - [ MariaDB MaxScale 2.0 Documentation] ( https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-20-contents/ )
45
+ - [ MariaDB MaxScale 1.4 Documentation] ( https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-14/maxscale-maxscale-contents/ )
46
+
47
+ The module and configuration documentation can be found in the _ Documentation_
48
+ directory of the source tree.
39
49
40
- You can point your browser to the MaxScale project at GitHub. Look
41
- inside the "Documentation" directory, where you will find a file named
42
- Documentation-Contents.md. Click on that, and GitHub will show the
43
- documentation in its intended display format. The contents page lists
44
- the available documents and has links to them.
50
+ # Contributing Code
45
51
46
- If you do not want to rely on the internet, then clone the project
47
- from GitHub and point your browser to the Documentation-Contents.md
48
- file in your local file system and proceed as above .
52
+ Read the [ Contributing ] ( https://github.com/mariadb-corporation/MaxScale/wiki/Contributing )
53
+ page on the wiki for more information on how to do pull request and where to do
54
+ them .
0 commit comments