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

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

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

2 个仓库

Awesome GitHub RepositoriesMulti-Backend Query Generators

Tools that translate abstract query logic into multiple platform-specific database or log management syntaxes.

Distinct from Multi-Backend Compilers: Candidates were focused on AI/ML compilers or graph queries; this is specifically for log/SIEM query generation.

Explore 2 awesome GitHub repositories matching data & databases · Multi-Backend Query Generators. Refine with filters or upvote what's useful.

Awesome Multi-Backend Query Generators GitHub Repositories

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

    SigmaHQ/sigma

    10,136在 GitHub 上查看↗

    Sigma is a suite of tools for defining generic log signatures and translating them for multiple backends. It provides a structured way to define malicious behavior and detection logic independently of any specific backend technology, acting as a translation engine that maps generic event fields and correlation logic to the proprietary query languages of security data lakes and SIEM platforms. The project features a plugin-based multi-backend query generator that exports security detections into various database and log management formats. It also includes a threat framework mapping tool that

    Exports security detections into multiple different database and log management formats via a plugin-based converter.

    Pythonelasticsearchidslogging
    在 GitHub 上查看↗10,136
  • querydsl/querydslquerydsl 的头像

    querydsl/querydsl

    4,964在 GitHub 上查看↗

    Querydsl 是一个用于构建类型安全查询的框架。它使用流畅的 API 和基于注解的代码生成从领域模型创建镜像类,从而实现数据库查询的编译时验证,并消除了手动字符串拼接的需要。 该项目提供了一种统一的查询语法,可转换为多个后端的特定方言,包括 SQL、MongoDB、Lucene 和 JDO。它支持高级查询功能,如公用表表达式(CTE)、窗口函数、地理空间操作和复杂的嵌套子查询。 除了数据检索外,该框架还涵盖了用于批量更新和删除的类型安全 DML 执行,以及将结果映射到 Java Bean、构造函数或元组。它包括对内存集合查询的支持,并与 Spring 框架集成以进行事务管理和连接处理。

    Translates a unified query syntax into specific dialects for SQL, MongoDB, and Lucene backends.

    Java
    在 GitHub 上查看↗4,964
  1. Home
  2. Data & Databases
  3. Multi-Backend Query Generators