MariaDB Essentials
Title | MariaDB Essentials PDF eBook |
Author | Emilien Kenler |
Publisher | Packt Publishing Ltd |
Pages | 206 |
Release | 2015-10-27 |
Genre | Computers |
ISBN | 178398287X |
Quickly get up to speed with MariaDB—the leading, drop-in replacement for MySQL, through this practical tutorial About This Book Get to know the basic SQL queries so you can quickly start using MariaDB Take control of your data through the advanced features of MariaDB Exploit the full potential of MariaDB's exclusive features through quick, practical examples Who This Book Is For If you don't know the SQL language, but you want to quickly jump into the SQL world and learn how to use MariaDB, or if you already know how to use MySQL but you want to go further, then this book is ideal for you. What You Will Learn Install and configure MariaDB Create databases, tables, and indexes Import and export data from and to external files Work with views and virtual columns Create, read, update, and delete records in your database Use dynamic columns Set up a powerful full-text search system Access your external data from MariaDB through the CONNECT engine In Detail 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. Style and approach This is a complete guide that uses concrete examples to help you understand and exploit the full potential of MariaDB.
MariaDB Crash Course
Title | MariaDB Crash Course PDF eBook |
Author | Ben Forta |
Publisher | Addison-Wesley Professional |
Pages | 371 |
Release | 2011-08-29 |
Genre | Computers |
ISBN | 0132842351 |
MariaDB is a database server that offers drop-in replacement functionality for MySQL. Built by some of the original authors of MySQL, with assistance from the broader community of free and open source software developers, MariaDB offers a rich set of feature enhancements to MySQL, including alternate storage engines, server optimizations, and patches. MariaDB Crash Course teaches you all you need to know to be immediately productive with MariaDB. Master trainer Ben Forta introduces all the essentials through a series of quick, easy-to-follow, hands-on lessons. Instead of belaboring database theory and relational design, Forta focuses on teaching solutions for the majority of users who simply want to interact with data. Learn how to: Retrieve and sort data Filter data using comparisons, regular expressions, and full text search Join relational data Create and alter tables Insert, update, and delete data Leverage the power of stored procedures and triggers Use views and cursors Manage transactional processing Create user accounts and manage security via access control
Learning MySQL and MariaDB
Title | Learning MySQL and MariaDB PDF eBook |
Author | Russell J.T. Dyer |
Publisher | "O'Reilly Media, Inc." |
Pages | 408 |
Release | 2015-03-30 |
Genre | Computers |
ISBN | 1449362877 |
"With an easy, step-by-step approach, this guide shows beginners how to install, use, and maintain the world's most popular open source database: MySQL. You'll learn through real-world examples and many practical tips, including information on how to improve database performance. Database systems such as MySQL help data handling for organizations large and small handle data, providing robust and efficient access in ways not offered by spreadsheets and other types of data stores. This book is also useful for web developers and programmers interested in adding MySQL to their skill sets. Topics include: Installation and basic administration ; Introduction to databases and SQL ; Functions, subqueries, and other query enhancements ; Improving database performance ; Accessing MySQL from popular languages"--
MariaDB High Performance
Title | MariaDB High Performance PDF eBook |
Author | Pierre MAVRO |
Publisher | Packt Publishing Ltd |
Pages | 483 |
Release | 2014-09-23 |
Genre | Computers |
ISBN | 178398161X |
This book is aimed at system administrators/architects or DBAs who want to learn more about how to grow their current infrastructure to support larger traffic. Before beginning with this book, we expect you to be well-practiced with MySQL/MariaDB for common usage. You will be able to get a grasp quickly if you are comfortable with learning and building large infrastructures for MariaDB using Linux.
OpenStack Object Storage (Swift) Essentials
Title | OpenStack Object Storage (Swift) Essentials PDF eBook |
Author | Amar Kapadia |
Publisher | Packt Publishing Ltd |
Pages | 174 |
Release | 2015-05-30 |
Genre | Computers |
ISBN | 178528956X |
If you are an IT administrator and you want to enter the world of cloud storage using OpenStack Swift, then this book is ideal for you. Basic knowledge of Linux and server technology is beneficial to get the most out of the book.
Mastering MariaDB
Title | Mastering MariaDB PDF eBook |
Author | Federico Razzoli |
Publisher | Packt Publishing Ltd |
Pages | 599 |
Release | 2014-09-24 |
Genre | Computers |
ISBN | 1783981555 |
This book is intended for intermediate users who want to learn how to administrate a MariaDB server or a set of servers. It is aimed at MariaDB users, and hence working knowledge of MariaDB is a prerequisite.
Raspberry Pi and MQTT Essentials
Title | Raspberry Pi and MQTT Essentials PDF eBook |
Author | Dhairya Parikh |
Publisher | Packt Publishing Ltd |
Pages | 272 |
Release | 2022-09-16 |
Genre | Computers |
ISBN | 1803238399 |
Get familiar with all the concepts related to Raspberry Pi and MQTT, build innovative IoT projects, and discover how to scale these projects to the next level Key FeaturesLearn some of the most popular tools used in IoT – Raspberry Pi, MQTT, ESP8266 and moreBuild exciting projects such as an IoT weather station and a smart switch boardDiscover the advantages of taking your MQTT broker globalBook Description The future of IoT has the potential to be limitless. Wouldn't it be great if you could add it to your own technological stacks? But where to start? With the basics, of course. In this book, you will start by learning about the most popular hardware and communication protocol, Raspberry Pi and MQTT. You will see how to use them together by setting up your own MQTT server on Raspberry Pi and understand how it works. This book explores MQTT in detail, including the clients and devices that you can connect to your server. You will discover two very popular IoT development boards among project developers: the ESP8266 and ESP32 development boards. Then, you will learn how to build interactive dashboards on your Pi and monitor your client devices. The book also shows you how to build a dashboard using another popular software – Node-RED. You will be able to put your skills to the test by creating two full-scale projects. That's not all: you will also learn how to host your own MQTT server on a virtual cloud service. Finally, you will be guided on how to move forward from here, what technologies to learn, and some project recommendations to polish or test your knowledge. By the end of this book, you will be able to build meaningful projects using Raspberry Pi and MQTT and create dashboards for your projects on Node-RED. What you will learnConfigure and use a Raspberry Pi for IoT projectsImplement the MQTT communication protocol for projectsUnderstand how to set up the NodeMCU and ESP32 boards as MQTT clientsControl a NodeMCU board through a Node-RED dashboard hosted on Raspberry PiGet LAMP server, Home Assistant, and MariaDB on the Raspberry PiSet up an online MQTT broker on a cloud service or enterprise service provider platformBuild full-scale, end-to-end prototype projectsWho this book is for This book is for students who are interested in IoT and want to build projects using the available developer hardware. Educators who want to introduce a course on IoT into their curriculum, technology enthusiasts, and IoT developers who are just getting started will also benefit from this book. No prior knowledge about the two main topics that the book covers is required - Raspberry Pi and MQTT. A basic understanding of what IoT is will also be useful but not mandatory.