Book Image

MariaDb Essentials

Book Image

MariaDb Essentials

Overview of this book

This book will take you through all the nitty-gritty parts of MariaDB, right from the creation of your database all the way to using MariaDB’s advanced features. At the very beginning, we show you the basics, that is, how to install MariaDB. Then, we walk you through the databases and tables of MariaDB, and introduce SQL in MariaDB. You will learn about all the features that have been added in MariaDB but are absent in MySQL. Moving on, you’ll learn to import and export data, views, virtual columns, and dynamic columns in MariaDB. Then, you’ll get to grips with full-text searches and queries in MariaDb. You’ll also be familiarized with the CONNECT storage engine. At the end of the book, you’ll be introduced to the community of MariaDB.
Table of Contents (15 chapters)
MariaDB Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Using the CONNECT Storage Engine

If you are working in the Business Intelligence domain, or have to do some Business Intelligence tasks, you may find most of the tasks tedious. The CONNECT engine is here to solve this problem, and allows you to connect external data sources to MariaDB. You will also be able to make some data transformations directly with the CONNECT engine, without having to write complex queries.

This chapter will also tell you more about the community, its members and its goal, and where to find help or more information now that you have acquired a lot of knowledge about MariaDB.

In this chapter, we will cover the following topics:

  • Understanding the CONNECT storage engine

  • Accessing CSV files

  • Accessing XML and HTML files

  • The XCOL table type

  • The OCCUR table type

  • The PIVOT table type

  • MariaDB community

  • MariaDB resources

  • Included storage engines