diff --git a/.readme/architecture.png b/.readme/architecture.png new file mode 100644 index 00000000..d0b59350 Binary files /dev/null and b/.readme/architecture.png differ diff --git a/.readme/architecture.vsdx b/.readme/architecture.vsdx new file mode 100644 index 00000000..63d3f67e Binary files /dev/null and b/.readme/architecture.vsdx differ diff --git a/README.md b/README.md index 5fa4962c..5a4de070 100644 --- a/README.md +++ b/README.md @@ -1 +1,101 @@ -# myems +# MyEMS + + [中文](#MyEMS 介绍) | [EN](#MyEMS Introduction) + +## MyEMS 介绍 + +MyEMS是领先的免费开源能源管理系统。 +MyEMS由资深专业团队开发维护。 +MyEMS系统基于MIT开源软件许可协议 + +## MyEMS架构 +![MyEMS Architecture](/.readme/architecture.png) + +## 组件 + +MyEMS项目由下列组件构成: + +### MyEMS Web APP + +参考仓库 [myems](https://github.com/myems/myems.git) 获取更多信息。 + +### MyEMS 管理面板 + +参考仓库 [myems-admin](https://github.com/myems/myems-admin.git) 获取更多信息。 + +### MyEMS 数据库 + +参考仓库 [myems-database](https://github.com/myems/myems-database.git) 获取更多信息。 + +### MyEMS 数据清洗服务 + +参考仓库 [myems-cleaning](https://github.com/myems/myems-cleaning.git) 获取更多信息。 + +### MyEMS 数据规范化服务 + +参考仓库 [myems-normalization](https://github.com/myems/myems-normalization.git) 获取更多信息。 + +### MyEMS 数据汇总服务 + +参考仓库 [myems-aggregation](https://github.com/myems/myems-aggregation.git) 获取更多信息。 + +### MyEMS API接口 + +参考仓库 [myems-api](https://github.com/myems/myems-api.git) 获取更多信息。 + +### MyEMS MQTT 服务 + +参考仓库 [myems-mqtt](https://github.com/myems/myems-mqtt.git) 获取更多信息。 + +### MyEMS BACnet/IP 服务 + +参考仓库 [myems-bacnet](https://github.com/myems/myems-bacnet.git) 获取更多信息。 + + +## MyEMS Introduction +MyEMS is an advanced open source Energy Management System. +MyEMS is developed and maintained by an experienced development team. +This project is under MIT license. + +## Architecture +![MyEMS Architecture](/.readme/architecture.png) + +## Components + +This project is compose of following components: + +### MyEMS Web APP + +See the repository [myems](https://github.com/myems/myems.git) for more information. + +### MyEMS Administration Panel + +See the repository [myems-admin](https://github.com/myems/myems-admin.git) for more information. + +### MyEMS Database + +See the repository [myems-database](https://github.com/myems/myems-database.git) for more information. + +### MyEMS Cleaning Service + +See the repository [myems-cleaning](https://github.com/myems/myems-cleaning.git) for more information. + +### MyEMS Normalization Service + +See the repository [myems-normalization](https://github.com/myems/myems-normalization.git) for more information. + +### MyEMS Aggregation Service + +See the repository [myems-aggregation](https://github.com/myems/myems-aggregation.git) for more information. + +### MyEMS API + +See the repository [myems-api](https://github.com/myems/myems-api.git) for more information. + +### MyEMS MQTT Service + +See the repository [myems-mqtt](https://github.com/myems/myems-mqtt.git) for more information. + +### MyEMS BACnet/IP Service + +See the repository [myems-bacnet](https://github.com/myems/myems-bacnet.git) for more information.