java教材征订管理系统源码-perl-Myriad:微服务框架

上传者: 38607864 | 上传时间: 2022-05-22 13:47:30 | 文件大小: 133KB | 文件类型: ZIP
java教材征订管理系统源码名称 Myriad - 微服务协调 概要 use Myriad; Myriad->new->run; 描述 Myriad 提供了一个框架来处理异步的、基于微服务的代码。 它旨在在 Kubernetes 等环境中使用,以支持更大系统的水平扩展。 总的来说,这个框架鼓励——但不强制——每个微服务中的单一职责:每个服务最多应该与一个外部系统集成,并且集成应该保持在与业务逻辑或聚合不同的服务中。 这与常见的微服务框架不一致,所以也许更准确地说,该框架旨在开发“纳米服务”。 你需要这个吗? 如果您希望处理比单个服务器可以处理的更多流量,或者您的开发团队超过 30-50 人左右,这可能会引起您的兴趣。 对于拥有少量用户的较小系统来说,这可能有点矫枉过正! 模块和代码布局 - 在您自己的代码中加载它以将其转换为微服务 - RPC 抽象层,在$self->rpc - 存储抽象层,在服务中作为$self->storage可用 - 订阅处理层,在$self->subscription 这三个抽象中的每一个都有不同的实现。 您可以在启动时设置一个,这将通过顶级抽象层提供功能。 服

文件下载

资源详情

[{"title":"( 92 个子文件 133KB ) java教材征订管理系统源码-perl-Myriad:微服务框架","children":[{"title":"perl-Myriad-master","children":[{"title":"xt","children":[{"title":"memory-leak.t <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false}],"spread":true},{"title":"t","children":[{"title":"defer-attrib.t <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"exception.t <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"storage.t <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"registry.t <span style='color:#111;'> 5.27KB </span>","children":null,"spread":false},{"title":"myriad.t <span style='color:#111;'> 5.37KB </span>","children":null,"spread":false},{"title":"config.t <span style='color:#111;'> 7.88KB </span>","children":null,"spread":false},{"title":"transport","children":[{"title":"memory.t <span style='color:#111;'> 3.03KB </span>","children":null,"spread":false}],"spread":true},{"title":"syntax.t <span style='color:#111;'> 3.76KB </span>","children":null,"spread":false},{"title":"commands.t <span style='color:#111;'> 4.25KB </span>","children":null,"spread":false},{"title":"service-lifecycle.t <span style='color:#111;'> 1.82KB </span>","children":null,"spread":false},{"title":"class.t <span style='color:#111;'> 346B </span>","children":null,"spread":false},{"title":"config.yml <span style='color:#111;'> 216B </span>","children":null,"spread":false},{"title":"util","children":[{"title":"secret.t <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false}],"spread":false},{"title":"bootstrap.t <span style='color:#111;'> 840B </span>","children":null,"spread":false},{"title":"redis.t <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"batch.t <span style='color:#111;'> 2.05KB </span>","children":null,"spread":false},{"title":"RPC","children":[{"title":"memory.t <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"full-cycle.t <span style='color:#111;'> 957B </span>","children":null,"spread":false},{"title":"message.t <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"multiple-rpcs.t <span style='color:#111;'> 3.71KB </span>","children":null,"spread":false}],"spread":false},{"title":"subscription.t <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false}],"spread":false},{"title":"Makefile.PL <span style='color:#111;'> 4.95KB </span>","children":null,"spread":false},{"title":"script","children":[{"title":"update-cpanfile.pl <span style='color:#111;'> 625B </span>","children":null,"spread":false}],"spread":true},{"title":"Dockerfile <span style='color:#111;'> 285B </span>","children":null,"spread":false},{"title":".circleci","children":[{"title":"config.yml <span style='color:#111;'> 3.08KB </span>","children":null,"spread":false}],"spread":true},{"title":"lib","children":[{"title":"Test","children":[{"title":"Myriad","children":[{"title":"Service.pm <span style='color:#111;'> 5.20KB </span>","children":null,"spread":false}],"spread":true},{"title":"Myriad.pm <span style='color:#111;'> 2.88KB </span>","children":null,"spread":false}],"spread":true},{"title":"yriad.pm <span style='color:#111;'> 299B </span>","children":null,"spread":false},{"title":"Myriad","children":[{"title":"Subscription","children":[{"title":"Implementation","children":[{"title":"Redis.pm <span style='color:#111;'> 6.15KB </span>","children":null,"spread":false},{"title":"Memory.pm <span style='color:#111;'> 3.26KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Config.pm <span style='color:#111;'> 12.58KB </span>","children":null,"spread":false},{"title":"Storage.pm <span style='color:#111;'> 1.87KB </span>","children":null,"spread":false},{"title":"Exception.pm <span style='color:#111;'> 755B </span>","children":null,"spread":false},{"title":"Registry.pm <span style='color:#111;'> 5.04KB </span>","children":null,"spread":false},{"title":"Redis","children":[{"title":"Pending.pm <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false}],"spread":false},{"title":"Class.pm <span style='color:#111;'> 7.03KB </span>","children":null,"spread":false},{"title":"Exception","children":[{"title":"InternalError.pm <span style='color:#111;'> 753B </span>","children":null,"spread":false},{"title":"General.pm <span style='color:#111;'> 650B </span>","children":null,"spread":false},{"title":"Builder.pm <span style='color:#111;'> 2.60KB </span>","children":null,"spread":false},{"title":"Base.pm <span style='color:#111;'> 893B </span>","children":null,"spread":false}],"spread":false},{"title":"Bootstrap.pm <span style='color:#111;'> 10.98KB </span>","children":null,"spread":false},{"title":"API.pm <span style='color:#111;'> 1.84KB </span>","children":null,"spread":false},{"title":"Transport","children":[{"title":"PostgreSQL.pm <span style='color:#111;'> 510B </span>","children":null,"spread":false},{"title":"HTTP.pm <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"Redis.pm <span style='color:#111;'> 17.58KB </span>","children":null,"spread":false},{"title":"Memory.pm <span style='color:#111;'> 7.46KB </span>","children":null,"spread":false}],"spread":false},{"title":"Storage","children":[{"title":"Implementation","children":[{"title":"Redis.pm <span style='color:#111;'> 5.62KB </span>","children":null,"spread":false},{"title":"Memory.pm <span style='color:#111;'> 5.74KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"Commands.pm <span style='color:#111;'> 5.94KB </span>","children":null,"spread":false},{"title":"RPC.pm <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"Plugin.pm <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"Util","children":[{"title":"Defer.pm <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"UUID.pm <span style='color:#111;'> 657B </span>","children":null,"spread":false},{"title":"Secret.pm <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false}],"spread":false},{"title":"Service","children":[{"title":"Storage.pm <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"Attributes.pm <span style='color:#111;'> 3.14KB </span>","children":null,"spread":false},{"title":"Remote.pm <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"Storage","children":[{"title":"Remote.pm <span style='color:#111;'> 2.05KB </span>","children":null,"spread":false}],"spread":false},{"title":"Implementation.pm <span style='color:#111;'> 13.13KB </span>","children":null,"spread":false}],"spread":false},{"title":"Service.pm <span style='color:#111;'> 3.99KB </span>","children":null,"spread":false},{"title":"Subscription.pm <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"RPC","children":[{"title":"Message.pm <span style='color:#111;'> 4.84KB </span>","children":null,"spread":false},{"title":"Implementation","children":[{"title":"Redis.pm <span style='color:#111;'> 4.30KB </span>","children":null,"spread":false},{"title":"Memory.pm <span style='color:#111;'> 4.65KB </span>","children":null,"spread":false}],"spread":false},{"title":"Client","children":[{"title":"Implementation","children":[{"title":"Redis.pm <span style='color:#111;'> 3.39KB </span>","children":null,"spread":false},{"title":"Memory.pm <span style='color:#111;'> 2.85KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"Client.pm <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false}],"spread":false},{"title":"Role","children":[{"title":"Storage.pm <span style='color:#111;'> 4.25KB </span>","children":null,"spread":false},{"title":"RPC.pm <span style='color:#111;'> 2.43KB </span>","children":null,"spread":false},{"title":"Subscription.pm <span style='color:#111;'> 1.83KB </span>","children":null,"spread":false}],"spread":false},{"title":"UI","children":[{"title":"Readline.pm <span style='color:#111;'> 4.42KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"Myriad.pm <span style='color:#111;'> 21.29KB </span>","children":null,"spread":false}],"spread":true},{"title":"Changes <span style='color:#111;'> 3.12KB </span>","children":null,"spread":false},{"title":"dist.ini <span style='color:#111;'> 234B </span>","children":null,"spread":false},{"title":"example","children":[{"title":"batch-demo.pl <span style='color:#111;'> 933B </span>","children":null,"spread":false},{"title":"rpc-demo.pl <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"Example","children":[{"title":"Service","children":[{"title":"Factor.pm <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"Secret.pm <span style='color:#111;'> 2.17KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"writing-test.pl <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"logic-demo.pl <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"use-config.pl <span style='color:#111;'> 575B </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 17.94KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 13.10KB </span>","children":null,"spread":false},{"title":"pod-inherit.patch <span style='color:#111;'> 935B </span>","children":null,"spread":false},{"title":"aptfile <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 358B </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"myriad-dev.pl <span style='color:#111;'> 142B </span>","children":null,"spread":false},{"title":"myriad.pl <span style='color:#111;'> 751B </span>","children":null,"spread":false},{"title":"myriad-start.sh <span style='color:#111;'> 88B </span>","children":null,"spread":false},{"title":"myriad-migrate-rpc-streams.pl <span style='color:#111;'> 2.52KB </span>","children":null,"spread":false}],"spread":false},{"title":"cpanfile <span style='color:#111;'> 2.48KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明