awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDynamoDB Integration

Integration layers for interacting with Amazon DynamoDB NoSQL tables.

Distinct from DynamoDB: Shortlist focuses on pagination or emulation; this is a general-purpose code-first client for DynamoDB

Explore 2 awesome GitHub repositories matching data & databases · DynamoDB Integration. Refine with filters or upvote what's useful.

Awesome DynamoDB Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • servicestack/servicestackServiceStack 的头像

    ServiceStack/ServiceStack

    5,498在 GitHub 上查看↗

    ServiceStack 是一个高性能 .NET Web 框架,专为使用强类型请求和响应对象构建类型安全的 API 而设计。它作为一个基于消息的 API 引擎,将业务逻辑与传输层解耦,允许通过包括 HTTP、gRPC 和各种消息队列提供商在内的多种协议公开服务。 该框架的特点是其类型安全的 API 生成器,它从跨多种语言的服务元数据中生成原生客户端 SDK 和数据传输对象。它还包括用于微服务编排的分布式服务网关、将 C# 对象直接转换为数据库记录的代码优先 ORM,以及用于安全令牌访问的集中式身份和访问管理系统。 其更广泛的功能面涵盖通过 Pub-Sub 和服务器发送事件(SSE)进行的异步消息传递和实时事件流。它为 JSON、XML、ProtoBuf 和 MessagePack 等格式提供全面的数据序列化支持,以及包括 JWT、API 密钥和阶梯式认证在内的集成认证流程。其他工具包括自动 CRUD API 生成、后台作业执行和管理仪表盘模板。

    Executes LINQ queries against DynamoDB NoSQL tables using a code-first client.

    C#c-sharpcsvframework
    在 GitHub 上查看↗5,498
  • aws/aws-sdk-pandasaws 的头像

    aws/aws-sdk-pandas

    4,107在 GitHub 上查看↗

    aws-sdk-pandas 是一个 Python 库,将 pandas 数据帧与 AWS 服务集成,充当云数据 ETL 工具和数据湖连接器。它提供了一个统一界面,用于在内存中数据帧与云存储、数据库和数据仓库之间移动和转换数据。 该项目作为分布式计算编排器脱颖而出,能够将基于 pandas 的工作负载提交到 EMR 集群和无服务器处理环境。它进一步专门通过 Ray 集群初始化来协调分布式数据处理,以处理超出单机内存的数据集。 该库涵盖了广泛的功能,包括 S3 的对象存储管理、Athena 和 Redshift 的 SQL 查询执行,以及与 NoSQL、图和时间序列数据库的集成。它还包括通过 Glue 目录进行元数据管理、OpenSearch 数据索引以及在 QuickSight 中管理商业智能资产的实用程序。 其他功能包括检索密钥、分析 CloudWatch 日志以及管理数据质量规则集。

    Reads and writes dataframes to DynamoDB NoSQL tables using structured query interfaces.

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    在 GitHub 上查看↗4,107
  1. Home
  2. Data & Databases
  3. DynamoDB Integration

探索子标签

  • DynamoDB Configuration StoresRetrieving application configuration and credentials from DynamoDB tables. **Distinct from DynamoDB Integration:** Distinct from DynamoDB Integration: focuses on the specific use case of storing application configuration and credentials rather than general-purpose client integration.