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

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

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

3 个仓库

Awesome GitHub RepositoriesAsynchronous Operations

Database operations that execute asynchronously to prevent blocking system resources during high concurrency.

Distinct from Reactive Databases: Focuses on the non-blocking execution of CRUD tasks rather than the underlying reactive database engine.

Explore 3 awesome GitHub repositories matching data & databases · Asynchronous Operations. Refine with filters or upvote what's useful.

Awesome Asynchronous Operations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hs-web/hsweb-frameworkhs-web 的头像

    hs-web/hsweb-framework

    8,404在 GitHub 上查看↗

    This project is a Spring Boot administrative framework and enterprise backend boilerplate designed for building management systems. It provides a foundation for enterprise-level applications using a reactive programming model and non-blocking data access patterns. The framework includes a reactive CRUD system for database operations and a role-based access control system to manage user accounts and administrative permissions. It further distinguishes itself with a centralized data dictionary for maintaining standardized labels and values across application modules. The system's broader capab

    Performs asynchronous database create, read, update, and delete tasks to handle high concurrency without blocking.

    Javahswebjavajava8
    在 GitHub 上查看↗8,404
  • tortoise/tortoise-ormtortoise 的头像

    tortoise/tortoise-orm

    5,582在 GitHub 上查看↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Executes all database operations asynchronously using async/await syntax for non-blocking I/O.

    Pythonasyncasynciomysql
    在 GitHub 上查看↗5,582
  • spring-projects/spring-data-examplesspring-projects 的头像

    spring-projects/spring-data-examples

    5,421在 GitHub 上查看↗

    该项目是一个参考实现,为 Spring Data 生态系统中的数据访问模式和仓库抽象提供了大量实用示例。它作为一个全面的展示,用于在各种关系型和非关系型数据库中实现一致的数据层。 该仓库专门演示了通过在单个应用程序中集成关系型、文档型和向量数据库来实现多存储持久化。它包括用于管理高维嵌入和跨不同数据库技术的相似性搜索的向量搜索实现。 涵盖的其他功能包括用于非阻塞操作的响应式数据访问和异步数据流。该项目还提供了关于原生镜像优化的指导,以通过提前编译(AOT)提高启动性能和内存使用率。 这些示例进一步说明了多租户数据隔离、数据仓库 API 的设计以及地理空间和全文搜索的集成。

    Executes non-blocking database operations using reactive templates to handle high concurrency.

    Java
    在 GitHub 上查看↗5,421
  1. Home
  2. Data & Databases
  3. Reactive Databases
  4. Asynchronous Operations