diff --git a/ADOPTERS.md b/ADOPTERS.md index 2bab3bb5a..e1995141c 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -29,6 +29,7 @@ The list of organizations that have publicly shared the usage of OpenEBS: | [Optoro](https://www.optoro.com/) | PostgreSQL, MySQL, Apache Kafka, Redis, ElasticSearch, Prometheus, Thanos | [English](./adopters/optoro/README.md) | | [Orange](https://www.orange.com/en/home) | Prometheus, Alertmanager, ChartMuseum, Harbor, GitLab, PostgreSQL, Redis, OpenLdap, RabbitMQ, MySQL, MinIO, Metabase, ... | [English](./adopters/orange/README.md) | | [Plaid Cloud](https://github.com/PlaidCloud) | Redis, Prometheus, Elasticsearch, PostgreSQL | [English](./adopters/plaidcloud/README.md) | +| [Realworks BV](https://www.realworks.nl/) | Strimzi operator for Apache Kafka, Spilo operator for PostgreSQL | [English](./adopters/realworks/README.md) | | [Renthopper](https://renthopper.co.uk) | Ruby on Rails with ActiveStorage, Redmine, Docker registry, ownCloud, Mattermost, Bitbucket, Jira and Blynk | [English](./adopters/users/laimison/README.md) | | [Sharecare, Inc.](https://www.sharecare.com/) | Prometheus, internal applications | [English](./adopters/sharecare/README.md) | | [Stratus5](https://stratus5.com/) | Redis,Ceryx, MySQL, MariaDB, Wordpress | [English](./adopters/stratus5/README.md) | diff --git a/adopters/realworks/README.md b/adopters/realworks/README.md new file mode 100644 index 000000000..4b170aa72 --- /dev/null +++ b/adopters/realworks/README.md @@ -0,0 +1,22 @@ +### **Company**: Realworks BV ([realworks.nl](https://www.realworks.nl/)) + +### Stateful Applications that you are running on OpenEBS +Strimzi operator Kafka, Spilo operator Postgres ... and possibly more on the way. + +### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? +Hostpath local PV + +### Environment +Production & Development + +### Usage +Moving all operations to Kubernetes + +### Why OpenEBS? +- NFS semantics are not safe with Kafka or Postgres; +- NFS performance sucks for busy data stores +- CSI standard +- Ease of use +- Ability to install only the required features + +OpenEBS just works, and it was easy to drop it in as a replacement for our NFS storage. Kudos! \ No newline at end of file