KumKeeHyun / toiot

Internet of Things platform for device management, data collection, analytics and visualization, remote control and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toiot

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.

toiot_arch

Table of contents

Output

  • Dashboard dashboard
  • Sink and Sensor Mangement sink_register
    sensor_register
    register_node_ex
    node_table_map
  • Service service

Quickstart

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.

Installation

$ git clone https://github.com/SSU-NC/toiot

Run

$ docker-compose up

Stop

$ docker-compose down

Port Forwarding

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

Installation & Run

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.

Detail

WIKI

Help

yoonje.choi.dev@gmail.com

License

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.

About

Internet of Things platform for device management, data collection, analytics and visualization, remote control and more.

License:Apache License 2.0


Languages

Language:Go 39.3%Language:TypeScript 37.5%Language:JavaScript 21.4%Language:HTML 0.9%Language:CSS 0.6%Language:Dockerfile 0.3%