刘凡 d0fdd49032 add S3 | 2 tahun lalu | |
---|---|---|
.. | ||
cluster | 2 tahun lalu | |
img | 2 tahun lalu | |
serverless | 2 tahun lalu | |
single_node | 2 tahun lalu | |
tools | 2 tahun lalu | |
CODE_OF_CONDUCT.md | 2 tahun lalu | |
CONTRIBUTING.md | 2 tahun lalu | |
LICENSE | 2 tahun lalu | |
README.md | 2 tahun lalu |
This repository is no longer maintained. The code has been merged into Data Replication Hub.
该代码仓库不再提供维护。代码已经被合并到 Data Replication Hub 项目.
Breaking-point resume supported, suitable for mass files transimission to Amazon S3
多线程断点续传,充分利用带宽,适合批量的大文件S3迁移。
Upload from local server, migrate files between Global and China Amazon S3, or migrate from AliCloud OSS to Amazon S3. Now support Single Node Version, Cluster Version and Serverless AWS Lambda Version.
从本地服务器上传 Amazon S3 或下载,或海外与中国区 Amazon S3 之间数据同步,或从阿里云 OSS 迁移大量数据到 Amazon S3。现已支持单机版,多台服务器的集群版和无服务器 AWS Lambda 版本,支持 S3 Versioning,支持即时触发或定时扫描。
Multi-threads transmission to Amazon S3, support resuming upload, auto retry, fully usage bandwidth. Optimized traffic control mechanism. A typical test result is migrate 1.2TBytes data from us-east-1 S3 to cn-northwest-1 S3 in ONE HOUR.
多线程并发传输到目的 Amazon S3,断点续传,自动重传。多文件任务并发,充分利用带宽。优化的流控机制。在典型测试中,迁移1.2TB数据从 us-east-1 S3 到 cn-northwest-1 S3 只用1小时。
Support sources:
Single node version: local folder/file, Amazon S3, AliCloud OSS
Cluster and Serverless version: Amazon S3
单机版支持的源:本地目录/文件、Amazon S3、阿里云 OSS
集群与Serverless版支持源:Amazon S3
Support destination: Amazon S3, local
支持的目的地:Amazon S3, local
In S3_TO_S3 or ALIOSS_TO_S3 mode, the data is only transimitted through memory of the middle node by single part, not saving to local disk of the node, for high performance, no storage needed and better security. This project can support data from 0 Size to TBytes level.
S3_TO_S3 或 ALIOSS_TO_S3 模式下,传输数据只以单个分片的形式过中转节点的内存,不落该节点本地盘,节省时间、存储并且数据更安全。可支撑 0 Size 至 TB 级别。
Support setup all S3 storage class, such as: standard, S3-IA, Glacier or Deep Archive
支持设置所有S3存储级别,如:标准、S3-IA、Glacier或深度归档。
Single Python file can run anywhere, suitable for one time transmission. - 单个 Python 文件可在任何地方运行。一次性的搬迁工作。
ALIOSS_TO_S3: - 阿里云OSS到S3
AWS Lambda + Amazon SQS
S3_TO_S3: Unpredictable transimission tasks, or instantly sync data. Light weight to mid-weight ( Recommanded Single file < 50GB ). Leverage break-point resuming and SQS redrive, no worry of Lambda 15 minutes timeout. Support new object in S3 bucket trigger transmission, or Jobsender scan existing S3 files.
轻中量(建议单文件< 50GB),不定期传输,或即时数据同步。利用断点续传和SQS重驱动,Lambda不用担心15分钟超时。支持S3新增文件触发传输,或Jobsender定时扫描现有S3文件。
Amazon EC2 Autoscaling + Amazon SQS
S3_TO_S3: Mass of files with single size from 0 to TByte. Cron scan tasks or instantly sync data ( S3 trigger SQS ). Support new object in S3 bucket trigger transmission, or Jobsender scan existing S3 files.
大量文件,单文件从0到TB级别。定时任务扫描或即时数据同步(S3触发SQS)。支持S3新增文件触发传输,或Jobsender定时扫描现有S3文件。
Single Node Module -- -- 进入单机版
Single node Module architecture - 单机版架构图如下:
Amazon EC2 Autoscaling Group Cluster and Serverless AWS Lambda can be deployed together, or seperated used in different senario
Amazon EC2 自动扩展集群版本和无服务器 AWS Lambda版本,可以分别单独部署和运行在不同场景,也可以一起运行。
Cluster Module (English Readme) -- -- 进入集群版(中文说明)
Serverless Module (English Readme) -- -- 进入无服务器版(中文说明)
Cluster&Serverless Module Architeture - 集群和无服务器版架构图如下:
This library is licensed under the MIT-0 License. See the LICENSE file.
Author: Huang, Zhuobin (James)