{"id":21162373,"url":"https://github.com/webankblockchain/ddcms-docs","last_synced_at":"2025-03-14T16:14:03.887Z","repository":{"id":172688546,"uuid":"638189362","full_name":"WeBankBlockchain/DDCMS-Docs","owner":"WeBankBlockchain","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-06T09:21:39.000Z","size":6971,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-21T09:48:19.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WeBankBlockchain.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":"2023-05-09T09:12:25.000Z","updated_at":"2023-06-05T09:23:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4c349ba-7209-4ac3-afa4-be897c910e45","html_url":"https://github.com/WeBankBlockchain/DDCMS-Docs","commit_stats":null,"previous_names":["webankblockchain/data-brain-docs"],"tags_count":1,"template":false,"template_full_name":"readthedocs/tutorial-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FDDCMS-Docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FDDCMS-Docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FDDCMS-Docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FDDCMS-Docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeBankBlockchain","download_url":"https://codeload.github.com/WeBankBlockchain/DDCMS-Docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243606960,"owners_count":20318314,"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","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":[],"created_at":"2024-11-20T13:25:52.902Z","updated_at":"2025-03-14T16:14:03.868Z","avatar_url":"https://github.com/WeBankBlockchain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DDCMS简介\n\nDDCMS旨在多方协作场景中，面向数据管理需求，提供一套基于区块链的、安全可信、友好易用的分布式数据管理开源方案，服务于个人数据携带、企业间数据共享。各参与方围绕数据目录展开业务协作，使得各参与方能够快速、低成本的进行数据管理和共享、确保数据安全和隐私的同时，实现数据共享全流程可追溯、可监管、可审计。\n\n# DDCMS 角色介绍\n\n在DDCMS中包括5中角色：数据归属方、数据提供方、数据使用方、数据见证方、系统运营方。\n\n\u003cdiv align=center\u003e\u003cimg src=\"./images/roles.png\" width=\"500\"\u003e\u003c/div\u003e\n\n- 数据归属方：在数据传输共享过程中，对数据使用方的数据请求进行数据授权，在数据提供方进行授权管理。\n- 数据提供方：对外提供数据目录服务，负责审核数据目录使用申请及核验用户授权。\n- 数据使用方：对数据归属者提供服务，并经过授权通过数据目录获取数据。\n- 数据见证方：负责对数据目录的全流程进行进行审核监管，不参与具体业务。\n- 系统运营方：负责对各参与方进行KYC，确保参与方可信可靠。\n\n# DDCMS功能概述\n\nDDCMS包括三个功能模块：统一可信的数据目录管理、可追溯审计的数据传输过程管理、丰富安全的数据处理组件管理。**当前仅开源统一可信的数据目录管理模块。**\n\n### 统一可信的数据目录管理\n\n提供统一的数据目录管理功能，所有操作均上链存证，确保数据目录可信，提升管理和运营效率，降低接入成本。\n\n### 可追溯审计的数据传输过程管理\n\n每次数据的传输过程均会记录上链，确保数据流通的定量、定时、定场景，实现全流程可管理可追溯可监管审计。\n\n### 丰富安全的数据处理组件管理\n\n提供对各种数据处理组件的管理能力，企业可按需接入和使用，避免二次开发、降低接入和使用成本。\n\n# 各子工程简介\n\nDDCMS包含三个子工程：\n\n- [DDCMS-Contract](https://github.com/WeBankBlockchain/DDCMS-Contract)\n- [DDCMS-Service](https://github.com/WeBankBlockchain/DDCMS-Service)\n- [DDCMS-Front](https://github.com/WeBankBlockchain/DDCMS-Front)\n\n### DDCMS-Contract\n\nDDCMS-Contract是DDCMS的智能合约实现，对接入用户、业务、数据目录等提供链上审核及管理等能力。\n\n- [Github地址](https://github.com/WeBankBlockchain/DDCMS-Contract)\n- [Gitee地址](https://gitee.com/WeBankBlockchain/DDCMS-Contract)\n\n### DDCMS-Service\n\nDDCMS-Service是DDCMS的后端工程，采用JAVA编写，提供和DDCMS-Contract的交互能力及账户、业务、数据目录的管理能力。\n\n- [Github地址](https://github.com/WeBankBlockchain/DDCMS-Service)\n- [Gitee地址](https://gitee.com/WeBankBlockchain/DDCMS-Service)\n\n### DDCMS-Front\n\nDDCMSn-Front是一个前端项目，采用React编写，提供可视化注册、登录、业务注册、审核、数据目录注册、审核、展示、查看及管理等功能。\n\n- [Github地址](https://github.com/WeBankBlockchain/DDCMS-Front)\n- [Gitee地址](https://gitee.com/WeBankBlockchain/DDCMS-Front)\n\n\n# 快速开始\n\n具体使用方式，请参考[快速开始](https://ddcms-docs.readthedocs.io/en/latest/).\n\n# 贡献代码\n\n欢迎参与本项目的社区建设：\n- 如项目对您有帮助，欢迎点亮我们的小星星(点击项目右上方Star按钮)。\n- 欢迎提交代码(Pull requests)。\n- [提问和提交BUG](https://github.com/WeBankBlockchain/DDCMS/issues)。\n- 如果发现代码存在安全漏洞，请在[这里](https://security.webank.com)上报。\n\n# License\n\n![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)\n\n开源协议为[Apache License 2.0](http://www.apache.org/licenses/). 详情参考[LICENSE](../LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebankblockchain%2Fddcms-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebankblockchain%2Fddcms-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebankblockchain%2Fddcms-docs/lists"}