You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.5 kB

11 years ago
3 years ago
11 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [English](README.md)
  2. <h1><img src="public/img/favicon.png" alt="logo" width="30" height="30"> OpenData - open data project management</h1>
  3. [![Build Status](https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg)](https://drone.gitea.io/go-gitea/gitea)
  4. [![Join the Discord chat at https://discord.gg/Gitea](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea)
  5. [![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](https://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
  6. [![codecov](https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/gitea)
  7. [![GoDoc](https://godoc.org/code.gitea.io/gitea?status.svg)](https://godoc.org/code.gitea.io/gitea)
  8. [![GitHub release](https://img.shields.io/github/release/go-gitea/gitea.svg)](https://github.com/go-gitea/gitea/releases/latest)
  9. [![Help Contribute to Open Source](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea)
  10. [![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backers/badge.svg?label=backers&color=brightgreen)](https://opencollective.com/gitea)
  11. [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
  12. [![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea)
  13. ## 1.目标
  14. OpenData 的首要目标是提供对开源数据的大存储支持和管理,旨在为国家开源项目的建设贡献力量。为软件行业中的开源项目的发展提供助力。
  15. ## 2.我们所提供的
  16. - 项目管理
  17. - git代码管理
  18. - <strong>大数据集存储管理,最高单个数据集限制为1TB</strong>
  19. - 初期为社区项目免费提供30PB的算力,后续根据使用情况逐步增加
  20. ## 3.架构介绍
  21. 本项目的开发基于gitea,除gitea本身的功能外,还提供了数据集管理以及算力支持等功能。总体架构如下图所示:
  22. ![系统架构图](./assets/OPENI平台系统架构图.jpg)
  23. 其中,OpenData是本项目的后台服务;云脑提供智能算力服务;文件服务提供内部文件操作服务,如数据集解压缩、查看数据集目录结构等;
  24. minio提供数据集存储服务。
  25. ## 4.使用说明
  26. - node版本 >= v10.13.0
  27. - golang版本 >= 1.13.3
  28. ### 4.1 编译
  29. make build
  30. ### 4.2 启动
  31. ./opendata web
  32. ## 5.技术选型
  33. - web框架:Macaron
  34. - 数据库框架:xorm