awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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-wordالصورة الرمزية لـ houbb

    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.