awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesHigh-Performance Data Transfer

Tools and techniques for moving large volumes of data between systems by maximizing network and hardware throughput.

Distinct from High-Performance Data Transfer: Existing candidates focus on event streaming [f0_mt1], audio [f0_mt2], or tensor transfer [f0_mt3], whereas this is general high-volume file transfer.

Explore 5 awesome GitHub repositories matching devops & infrastructure · High-Performance Data Transfer. Refine with filters or upvote what's useful.

Awesome High-Performance Data Transfer GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • houtianze/bypyAvatar de houtianze

    houtianze/bypy

    8,555Voir sur GitHub↗

    bypy is a Python client for interacting with Baidu Yun cloud storage via its official API. It functions as both a library for programmatic integration and a command-line manager for organizing and listing files within a cloud account. The project features a multi-process transfer tool that utilizes parallel processing to accelerate high-volume uploads and downloads. It provides bidirectional directory synchronization to align content between local file systems and remote cloud storage by identifying missing or outdated files. The tool covers recursive file transfers, automated cloud data bac

    Provides a multi-process transfer tool that uses parallel processing to accelerate high-volume cloud uploads and downloads.

    Python
    Voir sur GitHub↗8,555
  • pgbackrest/pgbackrestAvatar de pgbackrest

    pgbackrest/pgbackrest

    4,160Voir sur GitHub↗

    pgBackRest est un outil de sauvegarde et de restauration distribué pour PostgreSQL. Il fonctionne comme un moteur de sauvegarde incrémentale et un gestionnaire de récupération à un point dans le temps, permettant la création de sauvegardes complètes, différentielles et incrémentales à travers des dépôts locaux et distants. Le système se distingue par ses sauvegardes incrémentales au niveau bloc, qui réduisent le stockage et le temps de transfert en enregistrant uniquement les données modifiées. Il s'intègre avec le stockage d'objets compatible S3 via HTTP et utilise le traitement parallèle pour maximiser le débit pendant les opérations de sauvegarde et de restauration. L'outil couvre des capacités complètes de reprise après sinistre, incluant l'archivage des journaux de transactions (WAL) pour la restauration à un point dans le temps et la vérification d'intégrité basée sur des sommes de contrôle pour détecter la corruption des données. Il fournit également une automatisation du cycle de vie des sauvegardes via une rotation pilotée par politique et sécurise les données via le chiffrement du dépôt et des protocoles de transport sécurisés.

    Optimizes large-volume data movement by adjusting compression levels, buffer sizes, and parallel process counts.

    C
    Voir sur GitHub↗4,160
  • peak/s5cmdAvatar de peak

    peak/s5cmd

    3,921Voir sur GitHub↗

    s5cmd is a command line interface for high-performance data transfers and management tasks across S3 compatible storage services. It functions as a parallel data transfer tool and bucket synchronization utility, designed to accelerate the uploading and downloading of large volumes of files using concurrent workers. The tool acts as a batch command processor capable of executing thousands of object management operations in parallel from command files or piped streams. It also serves as an S3 Select query client, allowing the execution of SQL expressions against stored JSON records to retrieve

    Provides high-performance data movement between local systems and cloud storage using parallel workers to saturate available bandwidth.

    Goawsclifilesystem
    Voir sur GitHub↗3,921
  • tgdrive/teldriveAvatar de tgdrive

    tgdrive/teldrive

    2,950Voir sur GitHub↗

    Teldrive is a web-based cloud storage interface that uses Telegram as a backend for storing and organizing files. It functions as an encrypted cloud drive and a remote storage bridge, allowing users to manage files through a dedicated file manager. The system optimizes data throughput by using a proxy to aggregate multiple authentication tokens, which bypasses single-account rate limits to increase upload and download speeds. It ensures data privacy through per-file salt encryption for both file data and metadata. The project covers remote file management, including the ability to mount stor

    Bypasses API rate limits using multiple authentication tokens to maximize upload and download speeds.

    Godrivegolangrclone
    Voir sur GitHub↗2,950
  • sfu-db/connector-xAvatar de sfu-db

    sfu-db/connector-x

    2,561Voir sur GitHub↗

    Connector-X is a high-performance SQL data extraction library and bridge for transferring relational database records into memory-efficient data structures. It functions as a parallel database connector and federated query engine capable of executing and joining queries across multiple remote database connections to aggregate data locally. The project distinguishes itself through a zero-copy approach to data loading, which transfers SQL query results into memory structures without duplicating data. It maximizes throughput by partitioning SQL queries into threads, employing parallel columnar a

    Moves large datasets from SQL databases into memory using parallel threads and zero-copy methods for maximum speed.

    Rustcppdatabasedataframe
    Voir sur GitHub↗2,561
  1. Home
  2. DevOps & Infrastructure
  3. High-Performance Data Transfer

Explorer les sous-tags

  • Parallel Cloud TransfersCapabilities to accelerate cloud storage uploads and downloads using multiple concurrent processes. **Distinct from High-Performance Data Transfer:** Distinct from High-Performance Data Transfer: specifically focuses on parallelizing API-based cloud storage operations rather than low-level network or tensor throughput.