#micro #framework #microservices #service #game #up #docker-compose

bin+lib sophon

一个游戏框架,支持微服务

6 个版本

0.0.6 2023年2月18日
0.0.5 2023年2月17日

358游戏

每月 23 次下载

Apache-2.0

205KB
5K SLoC

sophon

分布式可扩展可容器化部署服务框架,编译镜像可以考虑使用k8s部署

基础组件部署

  • 创建docker网络-docker network create kf-net
  • 运行etcd服务- cd deploy/etcd && docker-compose up -d
  • 运行nats服务- cd deploy/nats && docker-compose up -d

安装容器部署工具

常用命令

  • sophon build x1 ...x2 # 构建 docker 服务,会根据不同配置文件构建对应服务,例如account,hall等
  • sophon push x1 .. x2 # 将本地构建服务上传到远程仓库
  • sophon pull x1 .. x2 # 将远程仓库构建服务拉取到本地仓库
  • sophon run x1 .. x2 # 创建并运行本地构建服务
  • sophon stop x1 .. x2 # 停止本地构建服务
  • sophon start x1 .. x2 # 启动已经创建的本地构建服务
  • sophon restart x1 .. x2 # 重启已经创建的本地构建服务
  • sophon clear x1 .. x2 # 清理已经创建的本地构建服务并清除镜像

依赖

~35–53MB
~1M SLoC