Coder Social home page Coder Social logo

joejoe007 / bytecub Goto Github PK

View Code? Open in Web Editor NEW

This project forked from songbin/bytecub

0.0 0.0 0.0 546 KB

开箱即用的物联网平台,支持物模型、自定义数据解析协议、分布式部署等,让开发者只需要关注自己的业务实现,不需要关心设备设备上报数据以及存储

License: Apache License 2.0

Java 100.00%

bytecub's Introduction

ByteCub IoT platform

文档地址

http://doc.bytecub.cn

PC WEB管理后台地址

管理后台: demo.bytecub.cn
演示帐号: demo/123456

前端代码地址

前端代码地址: https://gitee.com/byte-cub/bytecub-manager-ui

提供能力

1.MQTT通讯能力
SSL支持
retain&will 消息(集群化暂不支持)
2.集群化部署
和单例部署一样简单,只需要通过nginx/LVS等进行负载均衡配置即可
3.自定义物模型
4.自定义数据协议
只需要一行注解,就可以实现自定义数据协议。具体可查看文档
5.自定义开发平台
可根据自己项目需求,很简便安全的通过http接口向业务系统提供支持能力

压测结果

使用阿里云2核4G,单机部署情况下支持每秒5K条消息上报,数据无积压,cpu负载最高40%

联系方式

(我们的团队承接定制化服务,欢迎大家垂询相关事宜)

扫描二维码,加好友进交流群

软件架构

安装教程

外部依赖:

  1. MySQL 5.6/5.7
  2. ElasticSearch 7.6.2
  3. Redis 4.0+

docker compose脚本位于 .docker\dev-env\docker-compose.yml,通过 cd 命令进入该目录后,执行 docker-compose up -d 实现一键搭建开发环境。

数据库:

docs/db 目录下,执行sql文件,初始帐号密码admin/123456。

密码生成格式: 原始字符串MD5 -> 然后转大写 -> 二次MD5

启动:

本项目为标准springboot项目

  1. idea启动
    启动bytecub-application module下的ByteCubApplication主类即可
  2. jar包启动
    执行 mvn install,运行
  nohup java -jar /home/apps/server/bytecub/bytecub-application-1.0-SNAPSHOT.jar --spring.profiles.active=prod >/dev/null 2>log &
  

使用说明

请移步至 doc.bytecub.cn

部分截图

bytecub's People

Contributors

songbin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.