From 72d7b6e71e5639e37f9f721647313c00bca130c3 Mon Sep 17 00:00:00 2001 From: Sergey Pronin Date: Thu, 7 Dec 2023 20:26:55 +0300 Subject: [PATCH] remove adopters (#1497) Co-authored-by: Viacheslav Sarzhan --- ADOPTERS.md | 16 --------------- adopters/example/README.md | 14 ------------- adopters/leviatan/README.md | 15 -------------- adopters/users/laimison/README.md | 33 ------------------------------- adopters/users/spron-in/README.md | 13 ------------ 5 files changed, 91 deletions(-) delete mode 100644 ADOPTERS.md delete mode 100644 adopters/example/README.md delete mode 100644 adopters/leviatan/README.md delete mode 100644 adopters/users/laimison/README.md delete mode 100644 adopters/users/spron-in/README.md diff --git a/ADOPTERS.md b/ADOPTERS.md deleted file mode 100644 index c219529cc3..0000000000 --- a/ADOPTERS.md +++ /dev/null @@ -1,16 +0,0 @@ -# Percona Operator for MySQL based on Percona XtraDB Cluster Adopters - -This is the list of organizations and users that publicly shared details of how they are using Percona Operator for running their MySQL databases. Please send PRs to add or remove organizations/users. - -The list of organizations that have publicly shared the usage of Percona Operator for MySQL based on Percona XtraDB Cluster (PXC). - -| Organization | Description | Success Story | -| :--- | :--- | :--- | -| [Leviatan](https://leviatan.com.br/) | Leviatan runs PXC Operator to implement a monolithic application in a Multiple single-tenant (MST) architecture | [Story](./adopters/leviatan/README.md) | - -The list of users that have publicly shared the usage of Percona Operator for MySQL based on Percona XtraDB Cluster. - -| User | Description | Success Story | -| :--- | :--- | :--- | -| [Sergey Pronin](https://github.com/spron-in) | Personal tests for MySQL | [Story](./adopters/users/spron-in/README.md) | -| [Laimis Valatka](https://github.com/laimison) | Running three-sites Kubernetes project where PXC Operator is successfully operating | [Story](./adopters/users/laimison/README.md) | diff --git a/adopters/example/README.md b/adopters/example/README.md deleted file mode 100644 index dff870c661..0000000000 --- a/adopters/example/README.md +++ /dev/null @@ -1,14 +0,0 @@ -Company: [Example](https://example.com/) - -**Description** -Running multiple PXCs for core applications - -**Are you evaluating or already using in development, CI/CD, production** -Production, CI/CD - -**A brief description of the use case or details on how Percona Operator is helping your projects.** -- Great replacement for Managed Databases from cloud vendors -- No vendor lock-in -- Excellent community and Percona support -- Quick bug fixes - diff --git a/adopters/leviatan/README.md b/adopters/leviatan/README.md deleted file mode 100644 index cc91b1b425..0000000000 --- a/adopters/leviatan/README.md +++ /dev/null @@ -1,15 +0,0 @@ -Company: [Leviatan](https://leviatan.com.br/) - -**Description** - -Running PXC Operator to implement a monolithic application in a Multiple single-tenant (MST) architecture - -**Are you evaluating or already using in development, CI/CD, production** - -Production - -**A brief description of the use case or details on how Percona Operator is helping your projects.** - -(English): We containerized a monolithic application that many law firms in Brazil used to host themselves. Percona's PXC operator enabled us to achieve both cost management and legal concerns (LGPD is our version of GDPR) since it allow us to completely isolate each of our client's workloads in separate HA MySQL clusters, keeping costs down and yet providing a fully managed RDBMS that just works. - -(Portuguese): Portamos para Docker um software monolítico que muitos escritórios de advocacia no Brasil costumavam hospedar eles mesmos. O operador PXC da Percona simplificou tanto o gerenciamento de custos quanto questões jurídicas (LGPD é nossa versão do GDPR) ao permitir o isolamento completo de cada uma das aplicações separando os clientes em clusters MySQL próprios, mantendo os custos baixos e ainda fornecendo um RDBMS totalmente gerenciado que simplesmente funciona. diff --git a/adopters/users/laimison/README.md b/adopters/users/laimison/README.md deleted file mode 100644 index 5a6e537cb5..0000000000 --- a/adopters/users/laimison/README.md +++ /dev/null @@ -1,33 +0,0 @@ -User: [https://github.com/laimison](laimison) - -**Description** - -I'm DevOps engineer and have an interest in Kubernetes and its operators. -Running three-sites Kubernetes project where PXC Operator is successfully operating over VPN/Wireguard. -The initial goal is to expand DevOps knowledge, learn networking, operators, solve clustering problems, prepare for CKA exam, etc. - -A fan of idea to move DBs to Kubernetes. - -An author of [percona-backup-notification](https://github.com/laimison/percona-backup-notification) - -**Are you evaluating or already using in development, CI/CD, production** - -Development and production environments and using GItOps method for deployments - -**Are you using for home use or for your organization** - -Personal lab and sites in development at current date - -**A brief description of the use case or details on how Percona Operator is helping your projects.** - -* Works in a private, public or hybrid cloud - flexible solution to stay with, now and in the future - -* Useful for development - -* Open source - -* It has a great community - -* It has a support options in case DBs are sensitive and well established in business - -* Production focused diff --git a/adopters/users/spron-in/README.md b/adopters/users/spron-in/README.md deleted file mode 100644 index 4e5c54bb7f..0000000000 --- a/adopters/users/spron-in/README.md +++ /dev/null @@ -1,13 +0,0 @@ -User: [https://github.com/spron-in](spron-in) - -**Description** -Running PXC Operator to deploy MySQL databases for personal use - -**Are you evaluating or already using in development, CI/CD, production** -Personal use - -**Are you using for home use or for your organization** -Home lab - -**A brief description of the use case or details on how Percona Operator is helping your projects.** -Cheap and out of the box MySQL database as a replacement for Managed Cloud services.