官方安装指南
https://thingsboard.io/docs/installation/
从官方发布的安装指南可以看到,ThingsBoard 最新版本分Community Edition 社区版和Professional Edition专业版,社区版安装较为简单,不需要单独安装配置数据库不过仅作为测试和学习,如果要大规模应用于生产最好还是安装Professional Edition专业版。
- thingsboard/tb-cassandra – 超级大的single instance of ThingsBoard with Cassandra database.The most performant and recommended option but requires at least 4GB of RAM. 8GB is recommended.
- thingsboard/tb-postgres – 一般的single instance of ThingsBoard with PostgreSQL database.Recommended option for small servers with at least 1GB of RAM and minimum load (few messages per second). 2-4GB is recommended.
- thingsboard/tb – 最小型的 single instance of ThingsBoard with embedded HSQLDB database.Note: Not recommended for any evaluation or production usage and is used only for development purposes and automatic tests.
其他安装可以参照
https://blog.youkuaiyun.com/julyqian/article/details/88081367
填坑
https://www.cnblogs.com/danny-djy/p/9051714.html
本ID就是参照这两片文章,在本地用eclipse导入后跑起来的,写的很细安装过程就不再重复了,接下来本ID会连载几篇文章介绍ThingsBoard的使用,边学习边记录。