awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesCloud-Agnostic Synchronization

Interfaces that abstract different cloud storage providers into a unified synchronization layer.

Distinct from Cloud Storage: Distinct from Cloud Storage: focuses on the cross-provider synchronization abstraction rather than simple storage of files.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Cloud-Agnostic Synchronization. Refine with filters or upvote what's useful.

Awesome Cloud-Agnostic Synchronization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • activeloopai/hubAvatar activeloopai

    activeloopai/Hub

    9,177Vezi pe GitHub↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    Provides a unified interface to synchronize and stream data across diverse cloud storage providers.

    C++
    Vezi pe GitHub↗9,177
  • activeloopai/deeplakeAvatar activeloopai

    activeloopai/deeplake

    9,175Vezi pe GitHub↗

    DeepLake is AI data infrastructure consisting of a multimodal data lake, a hybrid search engine, and a serverless vector database. It provides a PostgreSQL-based AI data runtime that combines multimodal storage with streaming pipelines to load and shuffle datasets from cloud storage directly into deep learning training pipelines. The system utilizes lazy indexing to store and slice images, audio, and video without loading entire files into memory. It enables retrieval-augmented generation by persisting high-dimensional embeddings in a serverless vector store and implementing hybrid search tha

    Provides a cloud-agnostic synchronization layer to move datasets between local storage and various cloud providers.

    C++agentagentic-ragai
    Vezi pe GitHub↗9,175
  • atom-archive/xrayAvatar atom-archive

    atom-archive/xray

    8,420Vezi pe GitHub↗

    Xray is a collaborative text editor and distributed workspace manager that utilizes conflict-free replicated data types to synchronize real-time edits and directory structures across peers. It functions as both an Electron-based desktop application and a headless editor server that manages workspaces and file systems remotely for connected clients. The project distinguishes itself by integrating fine-grained version control tracking, recording keystroke-level changes and uncommitted edits between Git commits. It employs a decentralized synchronization model for working copies and uses operati

    Translates internal index operations into disk writes and monitors the file system to keep physical storage synchronized.

    Rust
    Vezi pe GitHub↗8,420
  • glushchenko/fsnotesAvatar glushchenko

    glushchenko/fsnotes

    7,404Vezi pe GitHub↗

    fsnotes is a markdown notes manager and cross-platform markdown editor for macOS and iOS. It functions as a personal knowledge base that organizes plain text and markdown files across folders using tags and bidirectional links. The system provides a secure environment through an encrypted plain text notebook that protects individual notes and folders. It implements Git-based note versioning to track document changes and maintain backups, while relying on external cloud storage services to synchronize files across devices. The application renders mathematical formulas, diagrams, and syntax-hi

    Provides synchronization of local notes across devices using external cloud storage services.

    Swift
    Vezi pe GitHub↗7,404
  • teamamaze/amazefilemanagerT

    TeamAmaze/AmazeFileManager

    6,227Vezi pe GitHub↗

    AmazeFileManager este o aplicație mobilă pentru gestionarea fișierelor locale și la distanță pe sistemul de operare Android. Acesta funcționează ca un manager de fișiere Android, un manager de aplicații pentru backup și dezinstalarea pachetelor software și un root file explorer pentru accesarea directoarelor de sistem protejate. Proiectul include un client de stocare în cloud care utilizează plugin-uri pentru a sincroniza datele între furnizori la distanță și un instrument de criptare a fișierelor pentru securizarea datelor mobile sensibile prin standarde de criptare. Aplicația oferă capabilități pentru operațiuni cu fișiere locale, vizualizarea formatelor specializate pentru baze de date și arhive, precum și căutarea și descoperirea fișierelor prin jurnale de istoric și semne de carte. Interfața este implementată folosind un framework Material Design.

    Provides a unified synchronization layer to manage files across different remote cloud providers.

    Kotlin
    Vezi pe GitHub↗6,227
  • buttercup/buttercup-desktopAvatar buttercup

    buttercup/buttercup-desktop

    4,401Vezi pe GitHub↗

    Buttercup este un manager de parole cross-platform și un magazin de credențiale criptate, conceput pentru a proteja parolele și secretele pe mai multe sisteme de operare. Funcționează ca un seif securizat pentru stocarea credențialelor sensibile, utilizând criptarea pentru toate datele stocate pe dispozitive locale sau remote. Aplicația se distinge printr-un model de sincronizare în cloud agnostic față de provider, care permite fișierelor de seif criptate să fie sincronizate între un sistem de fișiere local și diverși furnizori de stocare în cloud externi. Sistemul menține securitatea datelor prin criptare client-side și asigură integritatea datelor prin scriere atomică și persistența stării bazată pe fișiere. Aceste capabilități permit organizarea securizată a secretelor și sincronizarea consistentă pe diferite dispozitive.

    Provides a unified interface to synchronize encrypted vaults across different cloud storage providers.

    TypeScript
    Vezi pe GitHub↗4,401
  • scriptscat/scriptcatAvatar scriptscat

    scriptscat/scriptcat

    4,122Vezi pe GitHub↗

    Scriptcat is a user script manager and browser extension designed to install, execute, and manage custom JavaScript scripts to modify website behavior and extend browser functionality. It features a JavaScript sandbox environment that provides specialized APIs for storage, cookies, and system notifications, alongside a cloud-synced script repository to keep subscriptions and configurations consistent across multiple devices. The project includes an in-browser script editor for writing, testing, and debugging code directly within the browser. It also incorporates a cross-domain request engine

    Synchronizes installed scripts and subscriptions across devices using an abstracted cloud storage layer.

    TypeScriptchrome-extensiongreasemonkey-userscriptscriptcat
    Vezi pe GitHub↗4,122
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure
  4. Cloud Computing & Serverless
  5. Cloud Storage
  6. Cloud-Agnostic Synchronization

Explorează sub-etichetele

  • File-System MirroringSynchronization of local directory structures with cloud storage providers to maintain file consistency. **Distinct from Cloud-Agnostic Synchronization:** Distinct from Cloud-Agnostic Synchronization: focuses on mirroring the actual local file system rather than providing a generic API abstraction layer.