
MariaDB
MySQL
PostgreSQL
Microsoft SQL
SQLite
Oracle DBaaS
Oracle Database 12c
MongoDB
CloudNativePG
Kubernetes
Helm.sh
Patroni
StackGres
Hetzner
Amazon VPC PrivateLink
Docker Compose
MariaDB
CloudNativePGBased on our record, MariaDB should be more popular than CloudNativePG. It has been mentiond 46 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The obvious thing to do is to move to MariaDB: https://mariadb.org/. - Source: Hacker News / 6 months ago
For years, the MySQL-MariaDB situation was clearly a successful branching where both projects found new homes. One in Oracle, the other in the new MariaDB Foundation / MariaDB plc duo. Contrary to what many would have thought, Oracle invested in MySQL and continued its development in the open despite having its own close-source relational database. For a period of time, MariaDB kept merging MySQL code commit by... - Source: dev.to / 6 months ago
Installing MariaDB/MySQL system tables in '/var/mysql' ... OK Two all-privilege accounts were created. One is root@localhost, it has no password, but you need to Be system 'root' user to connect. Use, for example, sudo mariadb The second is _mysql@localhost, it has no password either, but You need to be the system '_mysql' user to connect. After connecting you can set the password, if you would need to be Able... - Source: dev.to / 8 months ago
Laravel is one of the best PHP frameworks I ever tried in my career which works very well with relational databases such MariaDB or PostgreSQL. However recently I had the opportunity to dig into NoSQL databases, specifically into MongoDB that offers amazing features like TTL indexes or embedded documents (aka One to Few relationships). - Source: dev.to / 10 months ago
In addition, it also includes MariaDB update where "Binary logs are no longer purged by default unless a replica has connected", and minio update where "the MinIO Gateway and the related filesystem mode code have been removed". - Source: dev.to / over 1 year ago
Compare against CloudNativePG on Kubernetes if you are evaluating a move off RDS entirely. - Source: dev.to / about 1 month ago
At FOSDEM PGDay last week, Jonathan Gonzalez and I presented a lightning talk about how the CloudNativePG project has been flooded with AI contributions lately, as a way of catharsis. Below is the script (somewhat). - Source: dev.to / 6 months ago
The first commit to the CloudNativePG project was made in February 2020. Just two years later, EDB began the process of donating the project to the Cloud Native Computing Foundation. This move wasnโt just symbolic, it was a deliberate strategy to ensure CloudNativePG could continue to thrive under the guidance of a broader, more diverse community of contributors. - Source: dev.to / 9 months ago
I deployed CNPG (https://cloudnative-pg.io/ ) on my basement k3s cluster, and was very impressed with how easy I could host a PG instance for a service outside the cluster, as well as good practices to host DB clusters inside the cluster. Oh, and it handles replication, failover, backups, and a litany of other useful features to make running a stateful database, like postgres, work reliably in a cluster. - Source: Hacker News / about 1 year ago
If this setup seems complex, that's because it is. Especially if you consider that you might have multiple replicas which might also need to get scheduled on new nodes etc. In many ways, it resembles the Tower of Hanoi puzzleโcareful sequencing is key. That's why it's better to leverage some tools to help you out. Especially with Postgres, there is an operator that will act as Controller (cloudnativePG) that will... - Source: dev.to / over 1 year ago
MySQL - The world's most popular open source database
Kubernetes - Kubernetes is an open source orchestration system for Docker containers
PostgreSQL - PostgreSQL is a powerful, open source object-relational database system.
Helm.sh - The Kubernetes Package Manager
Microsoft SQL - Microsoft SQL is a best in class relational database management software that facilitates the database server to provide you a primary function to store and retrieve data.
Patroni - A Template for PostgreSQL HA with ZooKeeper, Etcd, or Consul