Phoenix是一个高性能的响应式微服务框架
该仓库包含代码示例,每个文件夹都代表一个案例,案例介绍参考README.md
- hello-world: 使用Phoenix简单上手入门案例
- bank-account: 使用Phoenix开发的简单银行账户管理服务
- trade-risk: 使用Phoenix开发的高性能金融风控服务,该案例以为分支讲解方式,参考另一个仓库
- shopping-cart: 使用Phoenix开发的购物车服务,该案例介绍了Phoenix查询聚合根内容的方法
- inverter: 使用Phoenix开发的电站逆变器实时监控,该案例使用了除Phoenix Transaction外大部分Phoenix的功能,包括
分布式数据
,是使用Phoenix开发的全面案例。
如果你想要体验这些案例,例如:
- git clone https://github.com/phoenixio/phoenix-samples.git
- cd bank-account
每一个案例都在README.md
中说明如何学习运行.
Copyright [C] iquantex inc. [https://www.iquantex.com/]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.