Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Elastic Stack 6.0

You're reading from  Learning Elastic Stack 6.0

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781787281868
Pages 434 pages
Edition 1st Edition
Languages
Authors (2):
Pranav Shukla Pranav Shukla
Profile icon Pranav Shukla
Sharath Kumar M N Sharath Kumar M N
Profile icon Sharath Kumar M N
View More author details

Table of Contents (19) Chapters

Title Page
Credits
Disclaimer
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Introducing Elastic Stack Getting Started with Elasticsearch Searching-What is Relevant Analytics with Elasticsearch Analyzing Log Data Building Data Pipelines with Logstash Visualizing data with Kibana Elastic X-Pack Running Elastic Stack in Production Building a Sensor Data Analytics Application Monitoring Server Infrastructure

Setting up the metadata database


We need to have a database that has metadata about the sensors. This database will hold the tables that we discussed in the Introduction to the application section.

We are storing the data in a relational database MySQL, but you can use any other relational database equally well. Since we are using MySQL, we will be using the MySQL JDBC driver to connect to the database. Please ensure that you have following things set up on your system:

  1. MySQL database community version 5.5, 5.6, or 5.7. You can use an existing database if you already have it on your system.
  2. Install the downloaded MySQL database and log in with the root user. Execute the script at this path: https://github.com/pranav-shukla/learningelasticstack/tree/master/chapter-10/files/create_sensor_metadata.sql.
  3. Log in to the newly created sensor_metadata database and verify that the three tables—sensor_type, locations, and sensors—exist in the database.

You can verify that the database was created and populated...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}