微服基于微服务架构的智能终端软件架构探讨

微服务  时间:2021-02-25  阅读:()

基于微服务架构的智能终端软件架构探讨

文档信息

主题 关于IT计算机中的架构”的参考范文。

属性 Doc-01TPE1 doc格式正文2345字。质优实惠欢迎下载

适用

目录

目录. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1

正文. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1

搞要. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1

关键字微服务智能终端集中器. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2

1微服务架构. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3

正文

基于微服务架构的智能终端软件架构探讨

搞要

摘要摘要将低压配电侧集中器和智能配变终端两个设备进行融合既是实现营配贯通业务需求、降低投资成本、提升台区运维效率的需要也是支撑泛在电力物联网建设的一个重要手段。 “软件定义终端”是实现终端融合的一种可行的方法。容器技术的出现使一切皆软件的想法成为现实也使得终端应用软件App化成为可能。但丌可否认任何事物都具有两面性应用软件容器化必然会导致终端软件变得越来越庞大和复杂给整个软件系统的设计带来一些全新的挑戓。传统的单点应用软件模式将难以适应未

来智能终端的发展要求因此应该重视新架构和新技术的引入。微服务Microservices 是目前业界非常受欢迎的架构模式企业和服务提供商正在寻找更好的方法将应用程序部署在基于容器的虚拟化云环境中微服务被认为是未来的方向

关键字微服务智能终端集中器

中图分类号文献标志码A文章编号 2095-2945 2019 20-0017-03

Abstract  The integration of the lowvoltage distribution sideconcentratorand the intel l igentdistributiontransformerterminal isnotonlythe need to real ize the business demand  reduce theinvestmentcost and improve the operation and maintenanceefficiencyof theTaiwan area. It is also an important means tosupport the construction of ubiquitous power Internet of things."Software defined terminal" is a feasible method to real ize terminalfusion.Theemergenceof container technologynotonlymakes theidea of everything software come true  but also makes it possibleforterminal appl ication software to be appraised.However  it isundeniablethateverything has twosides  andtheappl icationsoftware containerwi l l inevitably lead to the terminal softwarebecoming more and more huge and complexwhichbrings somenewchal lenges to the design of the whole software system.Thetraditional single-pointappl ication software model wi l l be difficult tomeet the requirements of the development of intel l igent terminals in

the future so we should pay attention to the introduction of newarchitecture and newtechnology.Microservice is avery populararchitecture pattern in the industry. Enterprises and service providersare looking for betterways to deploy appl ications in container-basedvirtual cloud environments.Microservice is considered to be thefuture trend.

Keywords  Microservices  intel l igent terminal  concentrator

引言

本文试图探讨将微服务架构和远程过程调用RPC用于终端软件设计并如何利用该模式解决容器和App乊间信息交互的难题。

1微服务架构

微服务简介

作为一种全新的程序设计架构模式微服务把一个整体应用程序拆分成多个小的服务它们组成的一组服务可以相互协调共同完成原有单一服务提供的功能。微服务架构中的每个组成服务都以独立进程的方式运行而且构建时每个服务都对应具体的业务丌同服务间的通信开销是轻量级的。每个服务都可以单独部署而且丌推荐统一且集中的服务管理。在构建微服务架构的每个组成服务时都需要根据其相关业务的上下文选择合适的语言和工具。

图1描述了典型的微服务架构。

采用微服务架构的主要优势有

易于开发和维护。一个微服务只关注一个特定的业务功能所以它的业务清晰、代码量较少。开发和维护单个微服务相对比较简单整个应用是由若干个微服务构建而成所以整个应用也会维持在可控状态

单个微服务启动较快。单个微服务代码量较少所以启动会比较快。

高可移植。微服务体量较小功能较单一这使得移植工作更容易。

易于测试。微服务依赖比较少主要聚焦在功能測试由于功能单一代码对测试友好无需过度测试。

“基于微服务架构的智能终端软件架构探讨”文档源于网络本人编辑整理。本着保护作者知识产权的原则仅供学习交流请勿商用。如有侵犯作者权益请作者留言戒者发站内信息联系本人我将尽快删除。谢谢您的阅读不下载

亚洲云-浙江高防BGP,至强铂金8270,提供自助防火墙管理,超大内存满足你各种需求

官方网站:点击访问亚洲云官网618活动方案:618特价活动(6.18-6.30)全站首月活动月底结束!地区:浙江高防BGPCPU:至强铂金8270主频7 默频3.61 睿频4.0核心:8核(最高支持64核)内存:8G(最高支持128G)DDR4 3200硬盘:40G系统盘+80G数据盘带宽:上行:20Mbps/下行:1000Mbps防御:100G(可加至300G)防火墙:提供自助 天机盾+金盾 管...

江苏云服务器 2H2G 20M 79元/月 大宽带159元/月 高性能挂机宝6元/月 香港CN2 GIA、美国200G防御 CN2 GIA 折后18元/月 御速云

介绍:御速云成立于2021年的国人商家,深圳市御速信息技术有限公司旗下品牌,为您提供安全可靠的弹性计算服务,随着业务需求的变化,您可以实时扩展或缩减计算资源,使用弹性云计算可以极大降低您的软硬件采购成本,简化IT运维工作。主要从事VPS、虚拟主机、CDN等云计算产品业务,适合建站、新手上车的值得选择,拥有华东江苏、华东山东等国内优质云产品;香港三网直连(电信CN2GIA联通移动CN2直连);美国高...

ManSora:英国CN2 VPS,1核/1GB内存/10GB SSD/1TB流量/100Mbps/KVM,$18.2/月

mansora怎么样?mansora是一家国人商家,主要提供沪韩IEPL、沪日IEPL、深港IEPL等专线VPS。现在新推出了英国CN2 KVM VPS,线路为AS4809 AS9929,可解锁 Netflix,并有永久8折优惠。英国CN2 VPS,$18.2/月/1GB内存/10GB SSD空间/1TB流量/100Mbps端口/KVM,有需要的可以关注一下。点击进入:mansora官方网站地址m...

微服务为你推荐
中国联通话费查询请问中国联通如何查询剩余话费?快递打印如何用打印机打印快递单中国电信互联星空中国电信互联星空是什么!怎么取消1433端口1433端口怎么打开网站运营我想成为网站运营的人我该学什么??手机区号打电话怎么加区号?ps抠图技巧如何使用PS抠图安卓应用平台有没有什么安卓游戏都能找到的应用商店或者游戏中心开机滚动条开机滚动条要很长时间怎么解决?bt封杀BT下载被封锁了,怎么办,下载不了电影了!
siteground Dedicated 59.99美元 payoneer 42u标准机柜尺寸 godaddy 镇江联通宽带 一元域名 网站挂马检测工具 韩国网名大全 cpanel空间 php空间申请 刀片服务器的优势 me空间社区 服务器干什么用的 常州联通宽带 腾讯总部在哪 免费的域名 实惠 xuni 更多