Internet of Things platform for device management, data collection, analytics and visualization and more. Toiot provides a powerful enterprise-class platform for those with little web skills, and provides drivers for sensors and hardware boards.
This feature is used to lightly
run this application. All platform elements run on a single server. If you want to run enterprise-class, please refer to Installation & Run and customize.
$ git clone https://github.com/SSU-NC/toiot
$ docker-compose up
$ docker-compose down
Host | Container | Service |
---|---|---|
3307 | 3306 | mysql |
8081 | 8081 | application |
8082 | 8082 | logic |
8083 | 8083 | health check |
3000 | 3000 | ui |
2181 | 2181 | zookeeper |
9092 | 9092 | kafka |
9200 | 9200 | elasticsearch |
5601 | 5601 | kibana |
This document describes how to personally set up and use this platform. You can launch applications on multiple servers, or you can set various options to make use of a lot of computing resources.
Copyright 2020 Keehyun Kum, Haegyeong Im, Jungsu Kim, Sehee Jeong, Yoonje Choi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.