Developer – MariaDB https://mariadb.com Open Source Database (RDBMS) for the Enterprise Tue, 14 Nov 2023 13:31:32 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.2 MariaDB Community Server Q4 2023 maintenance releases https://mariadb.com/resources/blog/mariadb-community-server-q4-2023-maintenance-releases/ Tue, 14 Nov 2023 13:31:32 +0000 https://mariadb.com/?p=38344 Continued]]> MariaDB is pleased to announce the immediate availability of MariaDB Community Server 11.1.3, 11.0.4, 10.11.6, 10.10.7, 10.6.16, 10.5.23, and 10.4.32 maintenance releases. See the release notes and changelogs for additional details on each release and visit mariadb.com/downloads to download.

Source

]]>
MariaDB Java Connector 3.3.0 and 2.7.11 now available https://mariadb.com/resources/blog/mariadb-java-connector-3-3-0-and-2-7-11-now-available/ Wed, 08 Nov 2023 19:45:43 +0000 https://mariadb.com/?p=38305 Continued]]> MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 3.3.0, and 2.7.11 releases. Download Now Notable items in this release include: Notable items in this release include: See the release notes and changelogs for more details and visit mariadb.com/downloads/connectors/connectors-data-access/java8-connector/ to download.

Source

]]>
MariaDB Node.js Connector 3.2.2, and Python Connector 1.1.8 now available https://mariadb.com/resources/blog/mariadb-node-js-connector-3-2-2-and-python-connector-1-1-8-now-available/ Mon, 16 Oct 2023 21:07:49 +0000 https://mariadb.com/?p=38191 Continued]]> MariaDB is pleased to announce the immediate availability of MariaDB Connector/Node.js 3.2.2, and Connector/Python 1.1.8. Download Now Notable items in this release include: Notable items in this release include: See the release notes and changelogs for more details and visit mariadb.com/downloads/connectors to download.

Source

]]>
Mixing SQL and NoSQL with MariaDB and MongoDB https://mariadb.com/resources/blog/mixing-sql-and-nosql-with-mariadb-and-mongodb/ Thu, 10 Aug 2023 13:41:29 +0000 https://mariadb.com/?p=37190 Continued]]> Let’s say you have an application developed in Node.js (or any other platform). This application connects to a MongoDB database (NoSQL) to store ratings on books (number of stars given and a comment). Let’s also say that you have another application developed in Java (or Python, C#, TypeScript… anything). This application connects to a MariaDB database (SQL, relational) to manage a catalog of...

Source

]]>
Introducing Pieter Humphrey: Director of Developer Advocacy https://mariadb.com/resources/blog/introducing-pieter-humphrey-director-of-developer-advocacy/ Wed, 21 Jun 2023 17:30:48 +0000 https://mariadb.com/?p=36692 Continued]]> My name is Pieter Humphrey, and I recently joined the Developer Relations team at MariaDB – a team that focuses on helping developers to succeed with data. We create content like blog posts, technical articles and videos, appear at conferences, write sample applications, and participate in the community in a variety of ways. I look forward to serving you and highlighting community accomplishments...

Source

]]>
All About MariaDB MaxScale Database Proxy For Read-Write Splitting https://mariadb.com/resources/blog/all-about-mariadb-maxscale-database-proxy-for-read-write-splitting/ Wed, 16 Nov 2022 19:22:19 +0000 https://mariadb.com/?p=33950 Continued]]> In this article, you will learn about database proxies and how to connect a Java web service, implemented with Spring Boot and JPA, to a MaxScale instance (an intelligent database proxy) configured as a read-write splitter. A read-write splitter automatically forwards writes to primary nodes and reads to replicas. You can run the example by following the instructions in this GitHub repository.

Source

]]>
Building a Portable Database Server https://mariadb.com/resources/blog/building-a-portable-database-server/ Tue, 20 Sep 2022 16:11:37 +0000 https://mariadb.com/?p=33068 Continued]]> If you are a Software Developer, DevOps Engineer, DBA, or Systems Administrator, you need a Raspberry Pi or an equivalent single-board mini-computer. Modern distributed cloud applications run on infrastructure that requires work on networking, security, provisioning, and monitoring. These are valuable skills that you can exercise by using affordable devices that emulate the real world more closely...

Source

]]>
Create reactive Java web services that scale from the database up using the EventSource API https://mariadb.com/resources/blog/create-reactive-java-web-services-that-scale-from-the-database-up-using-the-eventsource-api/ Thu, 25 Aug 2022 17:34:15 +0000 https://mariadb.com/?p=32671 Continued]]> Every developer knows that user patience is a precious commodity. If an application makes them wait, they will at best hit refresh and at worst case give up. Developing a high-performance application at scale requires efficient resource management. This article looks at how to solve these issues for Java applications using reactive programming and non-blocking requests from the database to the...

Source

]]>
Reactive Programming with Spring Data R2DBC on MariaDB SkySQL https://mariadb.com/resources/blog/reactive-programming-with-spring-data-r2dbc-on-mariadb-skysql/ Mon, 28 Mar 2022 17:53:16 +0000 https://mariadb.com/?p=30714 Reactive Programming seeks to solve scalability challenges in modern applications. These challenges are typically characterized by the inefficient use of computing power (CPU) and memory in huge thread pools. The paradigm focuses on performing calls to I/O operations in a non-blocking fashion. A reactive system doesn’t block threads during calls to external systems such as web services and...

Source

]]>
Implementing Wordle’s game logic in SQL https://mariadb.com/resources/blog/implementing-wordles-game-logic-in-sql/ Tue, 01 Mar 2022 23:03:02 +0000 https://mariadb.com/?p=30159 Wordle is a word-guessing game that became popular in the beginning of 2022. The best way to learn the game rules is by playing it, but in short, you have to guess a five-letter word in a series of tries as you get hints on which letters are included in the word and whether they are in the right position or not. A yellow square means that the letter is in the final word but it’s in the wrong...

Source

]]>