基于微服务架构的智能终端软件架构探讨
文档信息
主题 关于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 complexwhichbrings 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描述了典型的微服务架构。
采用微服务架构的主要优势有
易于开发和维护。一个微服务只关注一个特定的业务功能所以它的业务清晰、代码量较少。开发和维护单个微服务相对比较简单整个应用是由若干个微服务构建而成所以整个应用也会维持在可控状态
单个微服务启动较快。单个微服务代码量较少所以启动会比较快。
高可移植。微服务体量较小功能较单一这使得移植工作更容易。
易于测试。微服务依赖比较少主要聚焦在功能測试由于功能单一代码对测试友好无需过度测试。
“基于微服务架构的智能终端软件架构探讨”文档源于网络本人编辑整理。本着保护作者知识产权的原则仅供学习交流请勿商用。如有侵犯作者权益请作者留言戒者发站内信息联系本人我将尽快删除。谢谢您的阅读不下载
BuyVM商家属于比较老牌的服务商,早年有提供低价年付便宜VPS主机还记得曾经半夜的时候抢购的。但是由于这个商家风控非常严格,即便是有些是正常的操作也会导致被封账户,所以后来陆续无人去理睬,估计被我们风控的抢购低价VPS主机已经手足无措。这两年商家重新调整,而且风控也比较规范,比如才入手他们新上线的流媒体优化VPS主机也没有不适的提示。目前,BuyVM商家有提供新泽西、迈阿密等四个机房的VPS主机...
金山云618年中促销活动正在进行中!金山云针对企业级新用户优惠力度比普通个人用户优惠力度要大,所以我们也是推荐企业新用户身份购买金山云企业级云服务器,尽量购买3年配置的,而不是限时秒杀活动中1年的机型。企业级用户购买金山云服务器推荐企业专区:云服务器N3 2核4G云服务器,1-5M带宽,827.64元/3年,性价比高,性能稳定!点击进入:金山云618年中促销活动目前,金山云基础型E1云服务器2核4...
外贸主机哪家好?抗投诉VPS哪家好?无视DMCA。ParkinHost今年还没有搞过促销,这次parkinhost俄罗斯机房上新服务器,母机采用2个E5-2680v3处理器、128G内存、RAID10硬盘、2Gbps上行线路。具体到VPS全部200Mbps带宽,除了最便宜的套餐限制流量之外,其他的全部是无限流量VPS。ParkinHost,成立于 2013 年,印度主机商,隶属于 DiggDigi...