Home About us Support Partners
Text Copied
 Home    Blog    MQTT Broker Tableau Integration

MQTT Broker Tableau Integration for IoT Data Analysis

tableau integration

MQTT Broker is a perfect middleware and fastest broker to be used for collecting data from your IoT edge devices and store and analyse it the way you needed. Tableau is a cool BI tool that will help you analyse the data in all dimensions. MQTT Broker Tableau integration will help you store all your data in the format you needed into the Tableau for a perfect data analysis. This blog helps you visualize data of MQTT Broker with Tableau by connecting it to MySQL or MongoDB.

MQTT Broker Tableau Integration using MySQL

Integrating MQTT Broker with MySQL :

For integrating MQTT Broker with MySQL, some dependencies should be installed. To achieve this, follow the below step.


  • Run the file named install_mysql_connector.sh

All the dependencies required for the integration process will be downloaded.


Changes to be done in MQTT Broker:

  • Open the Conf folder(Bevywise/MQTTRoute/conf)
  • Change the DB Server to MySQL
  • Give the MySQL Password in “MySQL Password =”
  • Save the File
  • Check that the MySQL is running on 3306 Port.
  • Start the MQTT Broker using sh runbroker.sh inside the bin/ folder.
  • Next you need to connect the client and verify the creation of “bevywise” DB in MySQL.

To Verify the DB is Created or not in MySQL:

  • Login to MySQL by the command “mysql -u<username> -p<password>”
  • Next type “show databases;” command to view the created DB.
  • In Output, you can see “bevywise” db is created.

Connect Tableau via MySQL ODBC Connector :

Tableau will use MySQL ODBC connector driver to talk to the MySQL. You might already have the required driver installed on your computer. If the driver is not available in your computer, Tableau displays a message in the connection dialog box with a link to the Driver Download page where you can find driver links and installation instructions. Click the “Data Source” drop down box and Select “MySQL”. Next choose OS & Bit Version and Install the driver.


Make the connection and set up the Tableau:

1. Start Tableau and under Connect, select MySQL. Then do the following:


  • Enter the name of the server that hosts the database.(Give “localhost” if MySQL is running in the same machine)
  • Enter the user name and password.
  • Select Sign In.

2. On the data source page, do the following:


  • From the Database drop-down list, select a database or use the text box to search for a database by name.
  • Under Table, select a table or use the text box to search for a table by name.
  • Drag the table to the canvas, and then select the sheet tab to start your analysis.

MQTT Broker Tableau Integration via MongoDB

Configuring MQTT Broker:

  • Please download and install MongoDB Plugin for Bevywise MQTT Broker.
  • Follow the steps in Readme.md file to configure and setup the MongoDB Plugin.
  • Next Restart the MQTT broker and Connect the device.

To Verify the DB is Created or not in MongoDB:

  • Login to Mongo DB by the command “mongo –port 27017”
  • Next type “show dbs” command to view the Created DB.
  • In Output, you can see “bevywise” db is created

Connecting Tableau via MongoDB Bi Connector :

Tableau use MongoDB Bi connector driver to talk to the MongoDB. You might already have the required driver installed on your computer. If the driver is not installed on your computer, Tableau displays a message in the connection dialog box with a link to the Driver Download page where you can find driver links and installation instructions. Click the “Data Source” drop down box and Select “MongoDB Bi Connector”. Next choose OS & Bit Version and Download the driver.


Creating Authentication for Mongo DB:

Login to the MongoDB shell by the command “mongo –port 27017“

Next use the “bevywise” database by the command ” use bevywise

Type the below query to create a username and password for the DB

db.createUser( { user: “<Username>”, pwd: “<Password>”, roles: [ { role: “userAdminAnyDatabase”, db: “bevywise” } ] } )

Re-start and login to the MongoDB by the command

mongo –port 27017 -u “myUserAdmin” -p “abc123” –authenticationDatabase “bevywise”

For more reference refer the Enable Auth link

Installation and Setup of MongoDB Bi connector in windows:

  • To install the Mongo DB Bi connector, Double click the downloaded .msi Connector file and Install it.
  • Next you need to check the installation of connector inside the MongoDB folder which is inside the program files.
  • Follow the link to setup the MongoDB BI Connector.
  • After Installation, don’t exit from the terminal.

Make the connection and set up the Tableau:

1.Start Tableau and under Connect, select MongoDB BI Connector. For a complete list of data connections, select More under To a Server. Then do the following:

  • Enter the name of the server as “localhost”.
  • Enter your user name with associated database name, and password.
  • Select Sign In.
  • If Tableau can’t make the connection, verify that your credentials are correct. If you still can’t connect, your computer is having trouble locating the server. Contact your network administrator or database administrator.

2. On the data source page, do the following:

  • (Optional) Select the default data source name at the top of the page, and then enter a unique data source name for use in Tableau. For example, use a data source naming convention that helps other users of the data source figure out which data source to connect to.
  • Select the sheet tab to start your analysis.

Try our MQTT Broker now for FREE.


Feel free to contact support for any questions or help.