
NDXDeveloper/formation-mariadb
📚 TutorialNDXDeveloper
Comprehensive MariaDB 12.3 LTS training covering SQL, high availability, Kubernetes, and vector search for RAG.
This repository serves as a comprehensive curriculum for mastering MariaDB 12.3 LTS. It spans from foundational SQL concepts, such as indexing and transaction management, to advanced architectural topics like Galera Cluster and MaxScale for high availability. A significant portion of the training is dedicated to DevOps and Kubernetes integration, providing practical guidance for deploying and managing MariaDB in containerized environments.
Notably, the inclusion of MariaDB Vector modules addresses the growing demand for database-native AI support. It teaches users how to perform vector similarity searches directly within the database, which is essential for building efficient RAG pipelines without needing external vector stores. The curriculum is modular, allowing learners to progress from basic database administration to complex, AI-integrated cloud-native deployments. It is an essential resource for professionals aiming to bridge the gap between traditional relational database management and modern AI-driven application development.
💡Highlights
- ├─20-module MariaDB 12.3 LTS course
- ├─Native MariaDB Vector/RAG support
- └─Kubernetes & Galera cluster focus
🎯For
- ├─Database Administrators
- ├─DevOps Engineers
- └─AI/ML Developers