GitHub / mariadb-developers 12 Repositories
MariaDB Developer Code Samples and Examples
mariadb-developers/mariadb-getting-started
🚀 MariaDB is a community-developed, commercially supported relational database management system. This repo provides you with an introduction to the MariaDB database products, how you can get started using them as well as additional resources you can use to learn even more about MariaDB!
Size: 1.31 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 3

mariadb-developers/docker-operator Fork of mariadb-pieterhumphrey/docker-operator
A Docker Container to run to deploy the MariaDB Operator
Language: Makefile - Size: 1.22 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mariadb-developers/mariadb-htap-quickstart Fork of mariadb-corporation/dev-example-htap-community
This walkthrough will get you up and running with a MariaDB Community Server, using ColumnStore and Docker, and to create a Hybrid Transactional/Analytical (HTAP) database solution in less than 15 minutes.
Language: Shell - Size: 7.69 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mariadb-developers/java-quickstart
This repository contains code samples for getting started with Java and MariaDB.
Language: Java - Size: 159 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 36 - Forks: 10

mariadb-developers/docker
Language: PHP - Size: 2.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 2

mariadb-developers/blog-images
Images for off-property blogs
Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mariadb-developers/nodejs-quickstart
This repository contains code samples for getting started with Node.js and MariaDB.
Language: JavaScript - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 5

mariadb-developers/reactive-programming-java-examples
Reactive examples with Java, Project Reactor, and R2DBC
Language: Java - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 2

mariadb-developers/read-write-split-java-app
Connecting a Spring Boot Java application to MaxScale with read-write splitting
Language: Java - Size: 201 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

mariadb-developers/wordle-game-clone
A Wordle clone implemented with Spring Boot, R2DBC, MariaDB, and Svelte
Language: Svelte - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 4

mariadb-developers/mariadb-connector-python-samples Fork of mariadb-corporation/dev-example-connector-python
A repository that provides samples that use MariaDB Connector/Python
Size: 2.35 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

mariadb-developers/nodejs-sequelize-quickstart
This repository will walk you through the process of quickly getting started with Sequelize, a promise-based Node.js object-relational mapping (ORM) library, to connect to and communicate with a MariaDB using the MariaDB Node.js connector.
Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 2

mariadb-developers/mariadb-columnstore-quickstart Fork of mariadb-corporation/dev-example-columnstore-quickstart
This repo provides steps to get you up and running with MariaDB ColumnStore using a Docker container.
Language: Jupyter Notebook - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 2

mariadb-developers/mariadb-json-quickstart
This repository uses the official MariaDB Docker image to demonstrate how to manage semi-structured, via JavaScript Objection Notation (JSON), within a MariaDB database.
Size: 601 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 1

mariadb-developers/todo-app-dotnet-dapper
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and .NET back-end, which utilizes the open source, third-party MySqlConnector database drive and Dapper object-relational mapping toolkit.
Language: C# - Size: 200 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

mariadb-developers/orders-app-nodejs
Orders is a web application that introduces you to the power, performance, and simplicity of MariaDB by simulating online eCommerce (ordering) traffic. The Orders app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector.
Language: JavaScript - Size: 1.38 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mariadb-developers/flights-app-nodejs
Flights is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The Flights app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector
Language: JavaScript - Size: 839 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mariadb-developers/microservices-aws-to-mariadb-INSERT
How to create lambda functions that INTO into MariaDB SkySQL Xpand database
Language: HTML - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

mariadb-developers/places-app-jdbc-spring
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/J (JDBC) and Spring Data.
Language: Java - Size: 455 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

mariadb-developers/flights-app-python
Flights is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The Flights app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector
Language: Python - Size: 831 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 4

mariadb-developers/todo-app-nodejs-sequelize
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector and the Sequelize object-relational mapping module.
Language: JavaScript - Size: 217 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

mariadb-developers/mariadb-json-samples Fork of mariadb-corporation/dev-example-json
This repository contains sample code for working with MariaDB and JavaScript Object Notation (JSON).
Size: 6.41 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

mariadb-developers/php-quickstart
This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP (via mysqli).
Language: PHP - Size: 354 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 2

mariadb-developers/microservices-dotnet Fork of mariadb-corporation/dev-example-microservices-dotnet
This repository provides a simple example of a microservice architecture using a Microsoft .NET solution with MariaDB
Language: C# - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 5

mariadb-developers/xpand-quickstart
Get started with MariaDB Xpand on SkySQL
Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

mariadb-developers/php-pdo-quickstart
This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a MariaDB database using PHP and PDO (PHP Data Objects).
Language: PHP - Size: 342 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

mariadb-developers/aws-cloudformation-templates
CFTs for linux, mariadb, primary-replica-cluster, xpand-cluster, xpand-one-node
Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mariadb-developers/places-app-python
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector
Language: Python - Size: 445 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mariadb-developers/xpand-dummies
Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mariadb-developers/python-quickstart
This repository will walk you through the process of quickly getting started with Node.js and MariaDB using the MariaDB Python connector.
Language: Python - Size: 385 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 3

mariadb-developers/microservices-aws-to-mariadb
How to create lambda functions that integrate with a MariaDB SkySQL Xpand database
Language: HTML - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mariadb-developers/todo-app-nodejs
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector
Language: JavaScript - Size: 531 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

mariadb-developers/mariadb-modern-sql-samples Fork of mariadb-corporation/dev-example-modern-sql
Size: 971 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

mariadb-developers/places-app-r2dbc-spring
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/R2DBC and Spring Data R2DBC.
Language: Java - Size: 456 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

mariadb-developers/todo-app-cpp
A simple C++ application to demonstrate create-read-update-delete (CRUD) operations on a target MariaDB database using MariaDB's C++ connector.
Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 2

mariadb-developers/nodejs-typeorm-quickstart
This repository demonstrates how to configure and use TypeORM (with the MySQLJS driver) with MariaDB.
Language: JavaScript - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mariadb-developers/.github
MariaDB Developer Code Central configuration
Size: 3.75 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/mariadb-web-admin
Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 2

mariadb-developers/typescript-quickstart
Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/todo-app-client
This repository contains the a simple web application front-end application, built with React.js, called TODO. The TODO front-end communicates with a back-end API project (which should already be up and running when this app is started).
Language: JavaScript - Size: 356 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 3

mariadb-developers/todo-app-r2dbc-spring
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/R2DBC and Spring Data R2DBC.
Language: Java - Size: 204 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

mariadb-developers/places-app-nodejs
Places is a web application that allows you to record all of your favorite locations using both structured (relational) and semi-structured (JSON) data! The Places app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector
Language: JavaScript - Size: 453 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/columnstore-developer-survey-data Fork of mariadb-corporation/dev-example-columnstore-developer-survey-data
This repository provides data and information that will enable you to transform, import and analyze the raw Stack Overflow Annual Developer Survey data with MariaDB ColumnStore.
Language: Python - Size: 8.7 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

mariadb-developers/mariadb-orm-samples Fork of mariadb-corporation/dev-example-orms
Object-Relational Mapping and MariaDB samples
Language: JavaScript - Size: 2.22 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/mariadb-connector-r2dbc-samples Fork of mariadb-corporation/dev-example-r2dbc-sample
This repository contains a simple Java application. The application contains Spring Framework dependencies, including Spring Boot and Spring Data R2DBC.
Language: Java - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/mariadb-pl-sql-samples Fork of mariadb-corporation/dev-example-pl-sql
This repository contains sample code for working with MariaDB and PL/SQL, using Oracle Compatibility Mode.
Size: 8.22 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/mariadb-nosql-listener-quickstart Fork of mariadb-corporation/dev-example-nosql-listener
This repository contains information on how to create and use a MariaDB MaxScale NoSQL Listener with MariaDB Community Server.
Language: JavaScript - Size: 1.71 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

mariadb-developers/todo-app-jdbc-spring
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Java (Maven) project back-end, which utilizes MariaDB Connector/J (JDBC) and Spring Data.
Language: Java - Size: 249 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

mariadb-developers/todo-app-python-sqlalchemy
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector and the SQLAlcemy object-relational mapping toolkit.
Language: Python - Size: 202 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

mariadb-developers/todo-app-dotnet-entityframework
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and .NET back-end, which utilizes the open source, third-party MySqlConnector database drive and Entity Framework object-relational mapping toolkit.
Language: C# - Size: 199 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

mariadb-developers/todo-app-python
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector
Language: Python - Size: 199 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

mariadb-developers/places-app-client
This repository contains the a simple web application front-end application, built with React.js, called Places. The Places front-end communicates with a back-end API project (which should already be up and running when this app is started).
Language: JavaScript - Size: 335 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

mariadb-developers/flights-app-client
This repository contains the a simple web application front-end application, built with React.js, called Flights. The Flights front-end communicates with a back-end API project (which should already be up and running when this app is started).
Language: JavaScript - Size: 351 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

mariadb-developers/mariadb-sample-apps
Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mariadb-developers/mariadb-connecting
Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
