9 个仓库
Interfaces and utilities for managing remote object storage and file systems.
Distinguishing note: None of the candidates matched; this focuses on cloud-native object storage management.
Explore 9 awesome GitHub repositories matching data & databases · Cloud Storage Services. Refine with filters or upvote what's useful.
Puter is a browser-based desktop environment and cloud-native development platform that provides a virtualized graphical workspace. It enables developers to build and deploy full-stack web applications by integrating cloud storage, authentication, and serverless backend logic directly into the browser, eliminating the need for traditional server infrastructure. The platform distinguishes itself through a unified cloud storage layer and a distributed network runtime that facilitates peer-to-peer communication and cross-origin resource fetching. It features a sophisticated cross-window orchestr
Provides cloud storage and object management capabilities for persistent data storage.
Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep
Provides interfaces for managing remote object storage containers and data persistence.
Dask 是一个并行计算框架和分布式任务调度器,旨在将 Python 数据科学工作流从单机扩展到大型集群。它作为一个集群资源管理器,通过将任务及其依赖项表示为有向无环图来编排计算逻辑。这种架构允许系统在管理复杂执行要求的同时,自动将工作负载分配到可用硬件上。 该项目通过一个延迟评估引擎脱颖而出,该引擎将数据操作推迟到明确请求时才执行,从而实现全局图优化和高效的资源分配。它结合了内存感知数据溢出功能,以防止在处理超过可用内存的数据集时系统崩溃,并利用任务图融合将操作序列组合成单个执行步骤,从而最大限度地减少调度开销和节点间通信。 该平台为大规模数据分析提供了全面的功能面,包括对分布式机器学习、高性能计算集成和并行数据处理的支持。它提供了用于集群生命周期管理、性能分析和任务执行实时监控的广泛工具。用户可以在各种基础设施上部署这些环境,包括本地硬件、云提供商、容器化系统和高性能计算集群。
Connects to remote object storage services to read and write data directly from distributed computing nodes.
GitLens is a Git extension for VS Code that brings inline blame annotations, CodeLens authorship information, and an interactive commit graph directly into the editor. It provides a visual timeline of repository history with color-coded branch relationships, search, and filtering, alongside file-level annotations that show who last changed each line and why. The extension also functions as a cross-provider pull request manager, integrating with GitHub, GitLab, Bitbucket, and Azure DevOps to centralize PR and issue tracking within the IDE. What distinguishes GitLens is its AI-powered Git assis
Stores and shares work-in-progress code changes as encrypted cloud patches with access control.
Lets-chat 是一个自托管的团队沟通平台和 XMPP 聊天服务器,专为私密消息传递而设计。它为小型团队提供了一个容器化的沟通环境来交换消息和文件,并具有用于自动化对话和管理来自外部工具的消息的可编程 REST API。 该平台充当 XMPP 网关和服务器,确保与其他兼容的消息客户端的互操作性。它的独特之处在于支持企业身份管理,允许管理员通过本地账户或 LDAP 和 Kerberos 等外部目录服务验证用户身份。 该系统涵盖了广泛的协作功能,包括私密直接消息、受密码保护的群组房间和聊天记录搜索。它处理多媒体消息,支持代码片段、提及和第三方 GIF 集成,同时利用提供商层将文件上传路由到本地磁盘或远程云存储。 该应用程序被打包为容器镜像,以便在各种环境中简化部署,并可以使用环境变量进行配置。
Offloads uploaded files to remote cloud services via specialized storage plugins.
CubeFS 是一个分布式云存储系统,旨在管理跨数据中心和混合云的文件和对象存储。它作为一个多租户分布式文件系统和对象存储,能够处理艾字节(exabyte)规模的数据,并利用分布式架构存储非结构化内容。 该系统以其多协议接口层为特色,允许通过 S3、POSIX 和 HDFS 接口同时访问数据。它采用存算分离架构以独立扩展处理和持久化能力,并实施细粒度的隔离策略以分离不同租户间的资源和数据。 可靠性通过可配置的冗余策略进行管理,包括多副本镜像和纠删码。该平台包含一个多级缓存系统以加速数据访问,并与 Kubernetes 通过容器存储接口(CSI)驱动程序集成,以实现持久卷的自动化配置。
Delivers high-concurrency, low-latency cloud disk services for databases and middleware.
This repository is a comprehensive sample library providing reference implementations for automating tasks and extending functionality across Google Workspace applications. It serves as a collection of code examples and templates for building workspace automation scripts, custom add-ons, and integrated productivity tools. The project distinguishes itself by providing specialized examples for integrating large language models into productivity tools for content generation and data analysis. It also includes reference implementations for creating conversational chat apps, interactive cards, and
Manipulates information across spreadsheets, email, and cloud storage using built-in service objects.
Fog 是一个 Ruby 云基础设施 SDK,提供了一个标准化的接口,用于管理跨多个云服务商的计算、存储和网络资源。它利用多云抽象层将通用的资源请求转换为特定于服务商的 API 调用,通过一组一致的 Ruby 对象统一基础设施控制。 该项目包含一个云 API 模拟框架,可在内存中模拟服务商的响应和资源行为。这允许在不进行实际网络请求或产生服务商费用的情况下测试基础设施集成逻辑。 该 SDK 涵盖了多个核心能力领域,包括虚拟机管理、服务器配置和远程命令执行。它提供了用于云存储操作和元数据检查的工具,以及 DNS 区域和内容分发网络 (CDN) 分发的管理功能。
Offers a unified Ruby API for managing remote object storage and local filesystems.
Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like interface for structuring and managing data without writing code, while exposing all database resources via a REST API to support headless architectures. The platform distinguishes itself by integrating large language models and embedding servers to power AI assistants and automated data generation. It further extends its utility as a no-code application builder, allowing users to create custom internal portals, dashboards, and business tools using visual logic and managed data.
Interfaces with remote object storage and database services to manage application state and simplify migrations.