db64359387
Added a Percona XtraDB Cluster app to demonstrate the capabilities of application development framework to create scalable applications with active-active data replication. Change-Id: I78608d31e5edf8f2352d6c19ebfba3856eb89b23
35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
Format: 1.3
|
|
Type: Application
|
|
FullName: com.mirantis.applications.percona.XtraDBCluster
|
|
Name: Percona XtraDB Cluster
|
|
Description: |
|
|
Percona XtraDB is an enhanced version of the InnoDB storage engine for MySQL
|
|
and MariaDB. With more features, faster performance and better scalability
|
|
on modern hardware, Percona XtraDB uses memory more efficiently, providing
|
|
convenience and usability, particularly in high-load environments. It is
|
|
backwards compatible with InnoDB, so you can use it as a drop-in replacement.
|
|
Percona XtraDB also includes InnoDB's reliable ACID-compliant design and
|
|
advanced MVCC architecture.
|
|
|
|
Author: 'Mirantis, Inc'
|
|
Tags: [Database]
|
|
|
|
Classes:
|
|
com.mirantis.applications.percona.XtraDBCluster: XtraDBCluster.yaml
|
|
|
|
Require:
|
|
io.murano.applications:
|
|
com.example.databases:
|