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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesEmbedded SQL Query Engines

Engines that run SQL queries directly against connected data sources using an embedded database system.

Distinct from SQL Query Execution Engines: Distinct from SQL Query Execution Engines: specifically uses an embedded engine (DuckDB) rather than a standalone database server.

Explore 6 awesome GitHub repositories matching data & databases · Embedded SQL Query Engines. Refine with filters or upvote what's useful.

Awesome Embedded SQL Query Engines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/datafusionالصورة الرمزية لـ apache

    apache/datafusion

    8,908عرض على GitHub↗

    Apache DataFusion is an extensible, columnar SQL query engine that runs embedded within a host application without requiring a separate server process. It processes data in columnar batches using Apache Arrow for memory-efficient analytics, and can scale analytic workloads across multiple nodes for parallel execution. The engine supports both SQL and DataFrame queries through a modular, streaming architecture that allows custom operators, data sources, functions, and optimizer rules. The engine distinguishes itself through its modular extension framework, which enables building custom query e

    Runs as an embedded SQL engine within a host application without requiring a separate server process.

    Rustarrowbig-datadataframe
    عرض على GitHub↗8,908
  • tconbeer/harlequinالصورة الرمزية لـ tconbeer

    tconbeer/harlequin

    6,165عرض على GitHub↗

    Harlequin is a terminal-based SQL IDE that runs queries against DuckDB and SQLite databases, with a plug-in adapter system for connecting to additional database engines. It provides a full-screen text editor with syntax highlighting and fuzzy autocomplete for writing SQL, and displays query results in a scrollable table within the terminal. The application distinguishes itself through a tree-based data catalog that lets you browse database schemas, local files, and remote S3 objects, with the ability to insert or copy paths directly into the query editor. It supports custom key bindings throu

    Provides a dedicated terminal-based query tool for DuckDB with result display and schema browsing.

    Python
    عرض على GitHub↗6,165
  • evidence-dev/evidenceالصورة الرمزية لـ evidence-dev

    evidence-dev/evidence

    5,919عرض على GitHub↗

    Runs SQL queries directly against connected data sources using DuckDB as the embedded query engine.

    JavaScriptanalyticsbusiness-intelligencedashboard
    عرض على GitHub↗5,919
  • google/perfettoالصورة الرمزية لـ google

    google/perfetto

    5,558عرض على GitHub↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Runs SQL queries on callstack and performance data using an embedded query engine in the UI.

    C++
    عرض على GitHub↗5,558
  • splware/esprocالصورة الرمزية لـ SPLWare

    SPLWare/esProc

    4,685عرض على GitHub↗

    esProc هو إطار عمل ETL موزع ومحرك حساب بيانات مضمن. يوفر لغة بيانات مهيكلة لآلة Java الافتراضية مصممة للاستعلامات العلائقية، وحساب البيانات المعقدة، وتحليل البيانات المهيكلة. يتميز النظام بواجهة استعلام بيانات باللغة الطبيعية تستفيد من النماذج اللغوية الكبيرة لترجمة الطلبات إلى استعلامات قابلة للتنفيذ مقابل مجموعات البيانات المهيكلة. يستخدم النظام لغة استعلام خاصة بالمجال ذات بناء جملة موجز لإنشاء علاقات الجداول واسترداد المعلومات. تغطي المنصة تكامل البيانات عبر مصادر علائقية و NoSQL متباينة وتدير سير عمل ETL لنقل البيانات بين الملفات وقواعد البيانات. تشمل الإمكانيات الإضافية إنشاء تقارير البيانات المهيكلة، وواجهة شبكة في الوقت الفعلي لتصور التنفيذ خطوة بخطوة، والقدرة على دمج مكتبات خارجية مشتركة مخصصة.

    Integrates a JVM-based engine that executes queries directly against connected data sources.

    Javacluster-computingdatabasedataset
    عرض على GitHub↗4,685
  • hellodigua/chatlabالصورة الرمزية لـ hellodigua

    hellodigua/ChatLab

    4,522عرض على GitHub↗

    ChatLab is a self-hosted chat database and data pipeline designed to normalize, store, and analyze large-scale social conversation histories. It functions as an analytics platform that uses large language models to extract patterns and insights from messaging data imported from multiple platforms. The system distinguishes itself through an AI-powered analysis engine that utilizes vector-based history analysis and agent-based function calling to summarize conversation trends. It further identifies behavioral patterns by generating visual analytics, including heatmaps, word clouds, and activity

    Combines a SQL engine with AI agents to let users query, summarize, and extract patterns from their own messaging data.

    TypeScriptaichat-analysischat-history
    عرض على GitHub↗4,522
  1. Home
  2. Data & Databases
  3. SQL Query Execution Engines
  4. Embedded SQL Query Engines

استكشف الوسوم الفرعية

  • AI-Enhanced SQL Chat AnalyzersSystems that combine a SQL engine with AI agents to query, summarize, and extract patterns from messaging data. **Distinct from Embedded SQL Query Engines:** Distinct from Embedded SQL Query Engines: adds AI agent integration for natural-language querying and pattern extraction from chat data, not just SQL execution.
  • DuckDB Query ToolsTerminal-based tools for running SQL queries against DuckDB databases with result display and schema browsing. **Distinct from Embedded SQL Query Engines:** Distinct from Embedded SQL Query Engines: focuses on a specific terminal-based tool for DuckDB, not the general embedded engine pattern.