jetlinks-community/README.md

73 lines
3.9 KiB
Markdown
Raw Normal View History

2020-01-15 02:34:11 +00:00
# JetLinks 物联网基础平台
2023-02-10 05:59:03 +00:00
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jetlinks/jetlinks-community/maven.yml?branch=master)
2023-01-10 03:43:12 +00:00
![Version](https://img.shields.io/badge/version-2.0--RELEASE-brightgreen)
2022-12-23 09:10:36 +00:00
![Version](https://img.shields.io/badge/version-1.20--RELEASE-brightgreen)
2021-06-01 02:50:14 +00:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e8d527d692c24633aba4f869c1c5d6ad)](https://app.codacy.com/gh/jetlinks/jetlinks-community?utm_source=github.com&utm_medium=referral&utm_content=jetlinks/jetlinks-community&utm_campaign=Badge_Grade_Settings)
2022-06-22 10:08:07 +00:00
[![OSCS Status](https://www.oscs1024.com/platform/badge/jetlinks/jetlinks-community.svg?size=small)](https://www.oscs1024.com/project/jetlinks/jetlinks-community?ref=badge_small)
2023-05-05 11:16:32 +00:00
[![star](https://img.shields.io/github/stars/jetlinks/jetlinks-community?style=social)](https://github.com/jetlinks/jetlinks-community)
[![star](https://gitee.com/jetlinks/jetlinks-community/badge/star.svg?theme=gvp)](https://gitee.com/jetlinks/jetlinks-community/stargazers)
2021-11-25 02:19:00 +00:00
2021-04-01 01:17:09 +00:00
[![QQ①群2021514](https://img.shields.io/badge/QQ①群-2021514-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=LGf0OPQqvLGdJIZST3VTcypdVWhdfAOG&jump_from=webapi)
[![QQ②群324606263](https://img.shields.io/badge/QQ②群-324606263-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=IMas2cH-TNsYxUcY8lRbsXqPnA2sGHYQ&jump_from=webapi)
2021-11-25 02:19:00 +00:00
[![QQ③群647954464](https://img.shields.io/badge/QQ③群-647954464-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=K5m27CkhDn3B_Owr-g6rfiTBC5DKEY59&jump_from=webapi)
2022-09-19 03:43:18 +00:00
[![QQ④群780133058](https://img.shields.io/badge/QQ④群-780133058-brightgreen)](https://qm.qq.com/cgi-bin/qm/qr?k=Gj47w9kg7TlV5ceD5Bqew_M_O0PIjh_l&jump_from=webapi)
2020-02-20 11:27:36 +00:00
2020-04-30 05:01:39 +00:00
JetLinks 基于Java8,Spring Boot 2.x,WebFlux,Netty,Vert.x,Reactor等开发,
是一个开箱即用,可二次开发的企业级物联网基础平台。平台实现了物联网相关的众多基础功能,
能帮助你快速建立物联网相关业务系统。
2020-05-20 07:47:55 +00:00
2020-01-15 02:34:11 +00:00
2020-04-30 05:01:39 +00:00
## 核心特性
2020-01-15 02:34:11 +00:00
2023-01-10 03:43:12 +00:00
#### 开放源代码
2020-01-15 02:34:11 +00:00
2023-01-10 03:43:12 +00:00
全部源代码开放,可自由拓展功能,不再受制于人.前后端分离,接口全开放。
2020-01-15 02:34:11 +00:00
2023-01-10 03:43:12 +00:00
#### 统一设备接入,海量设备管理
TCP/UDP/MQTT/HTTP、TLS/DTLS、不同厂商、不同设备、不同报文、统一接入统一管理。
2020-10-30 03:27:30 +00:00
2023-01-10 03:43:12 +00:00
#### 规则引擎
灵活的规则模型配置,支持多种规则模型以及自定义规则模型. 设备告警,场景联动,均由统一的规则引擎管理。
2020-01-15 02:34:11 +00:00
2023-01-10 03:43:12 +00:00
#### 数据权限控制
灵活的非侵入数据权限控制。可实现菜单、按钮、数据三维维度的数据权限控制。可控制单条数据的操作权限。
2020-04-30 05:01:39 +00:00
## 技术栈
2020-01-15 02:34:11 +00:00
2023-01-10 03:43:12 +00:00
1. [Spring Boot 2.7.x](https://spring.io/projects/spring-boot)
2020-01-15 02:34:11 +00:00
2. [Spring WebFlux](https://spring.io/) 响应式Web支持
3. [R2DBC](https://r2dbc.io/) 响应式关系型数据库驱动
4. [Project Reactor](https://projectreactor.io/) 响应式编程框架
2023-01-10 03:43:12 +00:00
4. [Netty](https://netty.io/),[Vert.x](https://vertx.io/) 高性能网络编程框架
2020-01-15 02:34:11 +00:00
5. [ElasticSearch](https://www.elastic.co/cn/products/enterprise-search) 全文检索,日志,时序数据存储
6. [PostgreSQL](https://www.postgresql.org) 业务功能数据管理
7. [hsweb framework 4](https://github.com/hs-web) 业务功能基础框架
2020-04-30 05:01:39 +00:00
## 架构
2023-01-10 03:43:12 +00:00
![platform](./platform.png)
2020-04-30 05:01:39 +00:00
## 设备接入流程
2023-01-10 03:43:12 +00:00
![device-flow](./device-flow.png)
2020-04-30 05:01:39 +00:00
## 模块
2020-01-18 11:18:06 +00:00
```bash
--jetlinks-community
------|----docker
------|------|----dev-env # 启动开发环境
------|------|----run-all # 启动全部,通过http://localhost:9000 访问系统.
------|----jetlinks-components # 公共组件模块
2020-04-30 05:01:39 +00:00
------|----jetlinks-manager # 业务管理模块
------|----jetlinks-standalone # 服务启动模块
2020-01-18 11:18:06 +00:00
------|----simulator # 设备模拟器
```
2020-04-30 05:01:39 +00:00
## 文档
2020-01-15 02:34:11 +00:00
2023-01-10 03:43:12 +00:00
[快速开始](http://doc.jetlinks.cn/install-deployment/start-with-source.html)
2020-02-20 11:27:36 +00:00
[开发文档](http://doc.jetlinks.cn/dev-guide/start.html)
2023-01-10 03:43:12 +00:00
[常见问题](http://doc.jetlinks.cn/common-problems/install.html)