Files
MaxScale/Documentation/Documentation-Contents.md
Johan Wikman 0f1983fe1a MXS-3239 Update Clustix/Xpand documentation
- Rename files
- Change Clustrix -> Xpand in files
- Update links
- Add warning that the monitor is intended for use with a native
  Xpand cluster, not with the Xpand storage engine.
2020-10-19 14:22:21 +03:00

142 lines
5.5 KiB
Markdown

# Contents
## About MariaDB MaxScale
- [About MariaDB MaxScale](About/About-MaxScale.md)
- [Changelog](Changelog.md)
- [Limitations](About/Limitations.md)
## Getting Started
- [MariaDB MaxScale Installation Guide](Getting-Started/MariaDB-MaxScale-Installation-Guide.md)
- [Building MariaDB MaxScale from Source Code](Getting-Started/Building-MaxScale-from-Source-Code.md)
- [Configuration Guide](Getting-Started/Configuration-Guide.md)
## Upgrading MariaDB MaxScale
- [Upgrading MariaDB MaxScale from 2.3 to 2.4](Upgrading/Upgrading-To-MaxScale-2.4.md)
- [Upgrading MariaDB MaxScale from 2.2 to 2.3](Upgrading/Upgrading-To-MaxScale-2.3.md)
- [Upgrading MariaDB MaxScale from 2.1 to 2.2](Upgrading/Upgrading-To-MaxScale-2.2.md)
- [Upgrading MariaDB MaxScale from 2.0 to 2.1](Upgrading/Upgrading-To-MaxScale-2.1.md)
- [Upgrading MariaDB MaxScale from 1.4 to 2.0](Upgrading/Upgrading-To-MaxScale-2.0.md)
## Reference
- [MaxCtrl - Command Line Admin Interface](Reference/MaxCtrl.md)
- [MaxAdmin - Legacy Admin Interface](Reference/MaxAdmin.md)
- [Routing Hints](Reference/Hint-Syntax.md)
- [MaxBinlogCheck](Reference/MaxBinlogCheck.md)
- [MaxScale REST API](REST-API/API.md)
- [Module Commands](Reference/Module-Commands.md)
## Tutorials
The main tutorial for MariaDB MaxScale consist of setting up MariaDB MaxScale for the environment you are using with either a connection-based or a read/write-based configuration.
- [MariaDB MaxScale Tutorial](Tutorials/MaxScale-Tutorial.md)
These tutorials are for specific use cases and module combinations.
- [Connection Routing Tutorial](Tutorials/Connection-Routing-Tutorial.md)
- [Read Write Splitting Tutorial](Tutorials/Read-Write-Splitting-Tutorial.md)
- [Administration Tutorial](Tutorials/Administration-Tutorial.md)
- [Avro Router Tutorial](Tutorials/Avrorouter-Tutorial.md)
- [MariaDB Monitor Failover Tutorial](Tutorials/MariaDB-Monitor-Failover.md)
- [MariaDB MaxScale Information Schema Tutorial](Tutorials/MaxScale-Information-Schema.md)
- [Replication Proxy with the Binlog Router Tutorial](Tutorials/Replication-Proxy-Binlog-Router-Tutorial.md)
- [Simple Schema Sharding Tutorial](Tutorials/Simple-Sharding-Tutorial.md)
- [Filter Tutorial](Tutorials/Filter-Tutorial.md)
- [RabbitMQ and Tee Filter Data Archiving Tutorial](Tutorials/RabbitMQ-And-Tee-Archiving.md)
- [RabbitMQ Setup and MariaDB MaxScale Integration Tutorial](Tutorials/RabbitMQ-Setup-And-MaxScale-Integration.md)
- [Xpand Monitor Tutorial](Tutorials/Configuring-Xpand-Monitor.md)
- [MaxScale Xpand Tutorial](Tutorials/MaxScale-Xpand-Tutorial.md)
Here are tutorials on monitoring and managing MariaDB MaxScale in cluster environments.
- [REST API Tutorial](Tutorials/REST-API-Tutorial.md)
## Routers
The routing module is the core of a MariaDB MaxScale service. The router documentation
contains all module specific configuration options and detailed explanations
of their use.
- [Avrorouter](Routers/Avrorouter.md)
- [Binlogrouter](Routers/Binlogrouter.md)
- [Cat](Routers/Cat.md)
- [HintRouter](Routers/HintRouter.md)
- [Read Connection Router](Routers/ReadConnRoute.md)
- [Read Write Split](Routers/ReadWriteSplit.md)
- [Schemarouter](Routers/SchemaRouter.md)
- [SmartRouter](Routers/SmartRouter.md)
The legacy diagnostic routing module MaxAdmin has been deprecated: avoid using
it.
- [CLI](Routers/CLI.md)
## Filters
Here are detailed documents about the filters MariaDB MaxScale offers. They contain configuration guides and example use cases. Before reading these, you should have read the filter tutorial so that you know how they work and how to configure them.
- [Cache](Filters/Cache.md)
- [Consistent Critical Read Filter](Filters/CCRFilter.md)
- [Database Firewall Filter](Filters/Database-Firewall-Filter.md)
- [Insert Stream Filter](Filters/Insert-Stream-Filter.md)
- [Luafilter](Filters/Luafilter.md)
- [Masking Filter](Filters/Masking.md)
- [Maxrows Filter](Filters/Maxrows.md)
- [Named Server Filter](Filters/Named-Server-Filter.md)
- [Query Log All](Filters/Query-Log-All-Filter.md)
- [Hint Filter](Filters/Hintfilter.md)
- [RabbitMQ Filter](Filters/RabbitMQ-Filter.md)
- [Regex Filter](Filters/Regex-Filter.md)
- [Tee Filter](Filters/Tee-Filter.md)
- [Throttle Filter](Filters/Throttle.md)
- [Top N Filter](Filters/Top-N-Filter.md)
- [Transaction Performance Monitoring Filter](Filters/Transaction-Performance-Monitoring-Filter.md)
- [Binlog Filter](Filters/BinlogFilter.md)
## Monitors
Common options for all monitor modules.
- [Monitor Common](Monitors/Monitor-Common.md)
Module specific documentation.
- [MariaDB Monitor](Monitors/MariaDB-Monitor.md)
- [Galera Monitor](Monitors/Galera-Monitor.md)
- [ColumnStore Monitor](Monitors/ColumnStore-Monitor.md)
- [Aurora Monitor](Monitors/Aurora-Monitor.md)
- [Xpand Monitor](Monitors/Xpand-Monitor.md)
## Protocols
Documentation for MaxScale protocol modules.
- [Change Data Capture (CDC) Protocol](Protocols/CDC.md)
- [Change Data Capture (CDC) Users](Protocols/CDC_users.md)
The MaxScale CDC Connector provides a C++ API for consuming data from a CDC system.
- [CDC Connector](Connectors/CDC-Connector.md)
## Authenticators
A short description of the authentication module type can be found in the
[Authentication Modules](Authenticators/Authentication-Modules.md)
document.
- [MySQL Authenticator](Authenticators/MySQL-Authenticator.md)
- [GSSAPI Authenticator](Authenticators/GSSAPI-Authenticator.md)
## Utilities
- [RabbitMQ Consumer Client](Filters/RabbitMQ-Consumer-Client.md)
## Design Documents
- [Plugin development guide](Design-Documents/Plugin-development-guide.md)