{"id":24538955,"url":"https://github.com/the-zion/matrix-core","last_synced_at":"2025-10-11T11:04:07.534Z","repository":{"id":38775628,"uuid":"477699398","full_name":"the-zion/matrix-core","owner":"the-zion","description":"欢迎来玩👏","archived":false,"fork":false,"pushed_at":"2023-03-11T15:20:07.000Z","size":7906,"stargazers_count":256,"open_issues_count":1,"forks_count":44,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-02T04:40:03.627Z","etag":null,"topics":["docker","golang","grpc","kratos","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-zion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-04T12:52:18.000Z","updated_at":"2025-08-13T00:21:30.000Z","dependencies_parsed_at":"2024-06-18T21:10:30.404Z","dependency_job_id":"74bb773b-86c6-437c-b474-424bc5b13d51","html_url":"https://github.com/the-zion/matrix-core","commit_stats":{"total_commits":2110,"total_committers":2,"mean_commits":1055.0,"dds":0.0004739336492890489,"last_synced_commit":"8b7706757eb5b760d064fc87bcaa196344a1e9ac"},"previous_names":["cube-v2/matrix-core","cube-v2/cube-core"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/the-zion/matrix-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-zion%2Fmatrix-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-zion%2Fmatrix-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-zion%2Fmatrix-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-zion%2Fmatrix-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-zion","download_url":"https://codeload.github.com/the-zion/matrix-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-zion%2Fmatrix-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007019,"owners_count":26084226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","golang","grpc","kratos","kubernetes"],"created_at":"2025-01-22T16:13:49.872Z","updated_at":"2025-10-11T11:04:07.512Z","avatar_url":"https://github.com/the-zion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# System Architecture\n![image](architecture.jpeg)\n## 一键构建\n```\nmake all\n```\n## 启动参数\n```\nconf: 各模块全局配置文件，默认为conf.yaml，若使用第三方配置中心，此参数可忽略\ntraceUrl: 链路追踪，开发环境可忽略，生产环境必配\ntraceToken: 链路追踪相关token，与traceUrl一同配置\nnacosUrl: 采用nacos作为配置中心，并发现和注册服务\nnacosNameSpace: 使用的nacos命名空间，默认为public\nnacosGroup: 使用的nacos分组，默认为DEFAULT_GROUP\nnacosConfig: 若使用nacos作为配置中心，需指明具体使用哪个配置文件\nnacosUserName: nacos账号\nnacosPassword: nacos密码\nlogSelect: 日志收集器，默认输出到标准输出，也可以选择输出到Tencent的日志服务CLS\n```\n## 模块配置文件参数-成就系统\n```\nserver{\n    http{\n        network: 配置服务端的 network 协议，如 tcp\n        address: 配置服务端监听的地址， 如：0.0.0.0:8000\n        timeout: 超时时间，默认1s\n    }\n    grpc{\n        network: 配置服务端的 network 协议，如 tcp\n        address: 配置服务端监听的地址， 如：0.0.0.0:9000\n        timeout: 超时时间，默认1s\n    }\ndata{\n    database{\n        driver: 数据库引擎，例如： mysql\n        source: 相应的登录凭证，如 账号:密码@tcp(ip:端口)/库名?charset=utf8mb4\u0026parseTime=True\u0026loc=Local\n    }\n    redis{\n        addr: ip:端口\n        read_timeout: 读超时\n        write_timeout: 写超时\n        password: 密码\n    }\n    rocketmq{\n        serverAddress: ip:端口\n        nameSpace: 命名空间\n        groupName: 消费组\n    }\n}\n......\n}\n其他模块配置类似，不再过多阐述，想知道更多细节请查看各模块的conf.proto\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-zion%2Fmatrix-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-zion%2Fmatrix-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-zion%2Fmatrix-core/lists"}