Skip to content

Setup of ThingsBoard IoT platform ready to go, both for development/testing and production.

License

Notifications You must be signed in to change notification settings

Leandro-Bertoluzzi/thingsboard-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thingsboard server

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Setup of ThingsBoard IoT platform ready to go, both for development/testing and production.

In particular, we use ThingsBoard with PostgreSQL as DB and RabbitMQ as message broker. According to docs:

  • PostgreSQL as database: source

ThingsBoard team recommends to use PostgreSQL for development and production environments with reasonable load (< 5000 msg/sec).

  • RabbitMQ as message broker: source

RabbitMQ is recommended if you don’t have much load and you already have experience with this messaging system.

✨ Features

✔️ Fully featured IoT monitoring system. More info at ThingsBoard's official docs.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Docker installed.

🏁 Starting

# 1. Clone this project
$ git clone https://github.com/Leandro-Bertoluzzi/thingsboard-server

# 2. Access the project folder
$ cd thingsboard-server

# 3. Copy and configure the .env files according to your setup
cp rabbitmq.env.dist rabbitmq.env
cp thingsboard.env.dist thingsboard.env

# 4. Run the project with logs
$ docker compose up -d
$ docker compose logs -f thingsboard

# ThingsBoard UI will initialize in <http://localhost:8080>
# RabbitMQ management UI will initialize in <http://localhost:15672>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Leandro Bertoluzzi

 

Back to top

About

Setup of ThingsBoard IoT platform ready to go, both for development/testing and production.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published