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

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

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

2 个仓库

Awesome GitHub RepositoriesCustom Data Source Definitions

Mechanisms for defining custom functions to read from or write to external databases and APIs.

Distinct from Custom Data Source Connectivity: None of the candidates cover general SQL engine data source extensibility; most are for images, telemetry, or media lists.

Explore 2 awesome GitHub repositories matching data & databases · Custom Data Source Definitions. Refine with filters or upvote what's useful.

Awesome Custom Data Source Definitions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • alasql/alasqlA

    AlaSQL/alasql

    7,278在 GitHub 上查看↗

    AlaSQL is a JavaScript SQL database engine that allows for the filtering, grouping, and joining of in-memory object arrays and JSON data. It functions as an in-memory SQL database and client-side data processor, enabling the execution of SQL statements against JavaScript arrays and external data sources in both browser and server environments. The project serves as a universal data query tool capable of performing relational joins across diverse sources, such as merging Google Spreadsheets, SQLite files, and remote APIs into a single result set. It also acts as an IndexedDB SQL wrapper, allow

    Allows users to define custom JavaScript functions to integrate external databases and remote APIs as SQL data sources.

    JavaScript
    在 GitHub 上查看↗7,278
  • houbb/sensitive-wordhoubb 的头像

    houbb/sensitive-word

    5,896在 GitHub 上查看↗

    该项目是一个高性能 Java 库和内容审核框架,旨在检测并屏蔽文本中的违禁词。它利用确定性有限自动机 (DFA) 扫描器来实现高效的最长匹配词检测。 该引擎以文本规范化管线和噪声过滤预处理器为特色,这些组件标准化字符大小写、脚本和宽度,同时删除散布的特殊字符以防止过滤规避。它支持动态字典管理,允许在后台更新黑名单和白名单,而无需重启系统。 该框架涵盖了广泛的审核功能,包括用于违规分类的基于标签的词汇分类、用于处理嵌套敏感词的递归匹配处理,以及用于识别 URL 和电子邮件地址等结构化数据的模式检测。它还包括用于输入清理的实用程序,以删除 HTML 标签和脚本元素。

    Connects the engine to external databases or files to automatically populate word lists and metadata tags.

    Javadfadirty-wordfilter
    在 GitHub 上查看↗5,896
  1. Home
  2. Data & Databases
  3. Custom Data Source Definitions

探索子标签

  • Dictionary Data Source IntegrationConnecting the moderation engine to external databases or files to populate word lists and tags. **Distinct from Custom Data Source Definitions:** Focuses on populating word lists from external sources rather than general API or database connectivity.