From c615fc7703254f653a4b93ee788b49f79729f0a1 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Thu, 18 Apr 2019 14:45:40 -0500 Subject: [PATCH] Adding MariaDB and PerconaDB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MariaDB and Percona (DB) are both forks of the popular MySQL database. They are often used as more performant, open source alternatives to MySQL especially for managed hosting platforms. They’re also sponsored and used by corporate tech companies like Microsoft, IBM, Tencent, Alibaba, RedHat, and others. - https://mariadb.com - https://www.percona.com - https://github.com/percona - https://github.com/MariaDB/server - https://docs.acquia.com/acquia-cloud/arch/tech-platform - https://pantheon.io/blog/using-mariadb-mysql-replacement Also added reference for Pantheon platform. Refer to #2670, #2671 --- src/apps.json | 16 ++++++++++++++++ src/icons/mariadb.svg | 16 ++++++++++++++++ src/icons/percona.svg | 13 +++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/icons/mariadb.svg create mode 100644 src/icons/percona.svg diff --git a/src/apps.json b/src/apps.json index 327729bb9..443824821 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6052,6 +6052,14 @@ "script": "\\/assets\\/js\\/manycontacts\\.min\\.js", "website": "http://www.manycontacts.com" }, + "MariaDB": { + "cats": [ + 34 + ], + "implies": "MySQL", + "icon": "mariadb.svg", + "website": "https://mariadb.org" + }, "Marionette.js": { "cats": [ 12 @@ -7727,6 +7735,14 @@ "script": "cdn\\.pendo\\.io*\\.js", "website": "https://pendo.io" }, + "Percona": { + "cats": [ + 34 + ], + "implies": "MySQL", + "icon": "percona.svg", + "website": "https://www.percona.com" + }, "Percussion": { "cats": [ 1 diff --git a/src/icons/mariadb.svg b/src/icons/mariadb.svg new file mode 100644 index 000000000..119938104 --- /dev/null +++ b/src/icons/mariadb.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/icons/percona.svg b/src/icons/percona.svg new file mode 100644 index 000000000..383ae281d --- /dev/null +++ b/src/icons/percona.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + +