更新README (#231)
This commit is contained in:
parent
d76b599ddd
commit
599ca456f3
27
README.md
27
README.md
|
|
@ -1,7 +1,7 @@
|
|||
# JetLinks 物联网基础平台
|
||||
|
||||

|
||||

|
||||

|
||||
[](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)
|
||||
[](https://www.oscs1024.com/project/jetlinks/jetlinks-community?ref=badge_small)
|
||||

|
||||
|
|
@ -18,34 +18,37 @@ JetLinks 基于Java8,Spring Boot 2.x,WebFlux,Netty,Vert.x,Reactor等开发,
|
|||
|
||||
## 核心特性
|
||||
|
||||
支持统一物模型管理,多种设备,多种厂家,统一管理。
|
||||
#### 开放源代码
|
||||
|
||||
统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议的设备。
|
||||
全部源代码开放,可自由拓展功能,不再受制于人.前后端分离,接口全开放。
|
||||
|
||||
灵活的规则引擎,设备告警,消息通知,数据转发.
|
||||
#### 统一设备接入,海量设备管理
|
||||
TCP/UDP/MQTT/HTTP、TLS/DTLS、不同厂商、不同设备、不同报文、统一接入,统一管理。
|
||||
|
||||
强大的ReactorQL引擎,使用SQL来处理实时数据.
|
||||
#### 规则引擎
|
||||
灵活的规则模型配置,支持多种规则模型以及自定义规则模型. 设备告警,场景联动,均由统一的规则引擎管理。
|
||||
|
||||
地理位置:统一管理地理位置信息,支持区域搜索.
|
||||
#### 数据权限控制
|
||||
灵活的非侵入数据权限控制。可实现菜单、按钮、数据三维维度的数据权限控制。可控制单条数据的操作权限。
|
||||
|
||||
## 技术栈
|
||||
|
||||
1. [Spring Boot 2.3.x](https://spring.io/projects/spring-boot)
|
||||
1. [Spring Boot 2.7.x](https://spring.io/projects/spring-boot)
|
||||
2. [Spring WebFlux](https://spring.io/) 响应式Web支持
|
||||
3. [R2DBC](https://r2dbc.io/) 响应式关系型数据库驱动
|
||||
4. [Project Reactor](https://projectreactor.io/) 响应式编程框架
|
||||
4. [Netty](https://netty.io/) ,[Vert.x](https://vertx.io/) 高性能网络编程框架
|
||||
4. [Netty](https://netty.io/),[Vert.x](https://vertx.io/) 高性能网络编程框架
|
||||
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) 业务功能基础框架
|
||||
|
||||
## 架构
|
||||
|
||||

|
||||

|
||||
|
||||
## 设备接入流程
|
||||
|
||||

|
||||

|
||||
|
||||
## 模块
|
||||
|
||||
|
|
@ -62,6 +65,6 @@ JetLinks 基于Java8,Spring Boot 2.x,WebFlux,Netty,Vert.x,Reactor等开发,
|
|||
|
||||
## 文档
|
||||
|
||||
[快速开始](http://doc.jetlinks.cn/basics-guide/quick-start.html)
|
||||
[快速开始](http://doc.jetlinks.cn/install-deployment/start-with-source.html)
|
||||
[开发文档](http://doc.jetlinks.cn/dev-guide/start.html)
|
||||
[常见问题](http://doc.jetlinks.cn/common-problems/network-components.html)
|
||||
[常见问题](http://doc.jetlinks.cn/common-problems/install.html)
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 376 KiB |
1
flow.svg
1
flow.svg
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 238 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 63 KiB |
Loading…
Reference in New Issue