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

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

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

7 مستودعات

Awesome GitHub RepositoriesAsynchronous Query Execution

The offloading of database queries to background workers to prevent request timeouts.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Asynchronous Query Execution. Refine with filters or upvote what's useful.

Awesome Asynchronous Query Execution GitHub Repositories

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

    apache/superset

    73,451عرض على GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizations through a centralized interface. The platform distinguishes itself through a robust semantic layer that transforms raw database schemas into calculated columns and virtual metrics, enabling consistent business logic across an organization. It features a plugin-based visualiz

    Offloads long-running database queries to background workers to prevent web request timeouts.

    TypeScriptanalyticsapacheapache-superset
    عرض على GitHub↗73,451
  • yutiansut/quantaxisالصورة الرمزية لـ yutiansut

    yutiansut/QUANTAXIS

    9,955عرض على GitHub↗

    Quantaxis is a quantitative trading framework designed for building, backtesting, and executing automated strategies across global equities, futures, and cryptocurrencies. It integrates an event-driven backtesting engine, a multi-market execution gateway for order routing, and a quantitative data pipeline for ingesting and storing multi-asset market data. The system features a Rust-accelerated financial library that utilizes Apache Arrow for high-performance technical indicator calculation and zero-copy data processing. It provides a containerized infrastructure model designed for orchestrati

    Implements asynchronous query execution to improve data retrieval speed for large financial datasets.

    Pythonquant
    عرض على GitHub↗9,955
  • sequel-ace/sequel-aceالصورة الرمزية لـ Sequel-Ace

    Sequel-Ace/Sequel-Ace

    7,440عرض على GitHub↗

    Sequel Ace is a native macOS application that serves as a management client for MySQL and MariaDB database instances. It provides a graphical user interface for executing SQL queries and administering database structures without the use of a command line. The project enables the visualization of relational database structures and records in a visual format. It includes a visual query editor and data browser for writing and executing SQL statements to retrieve or modify data. The application handles database administration tasks and data storage through a native desktop interface. It manages

    Offloads database requests to background threads to maintain user interface responsiveness during large data fetches.

    Objective-Chacktoberfestmacosmariadb
    عرض على GitHub↗7,440
  • tencentmusic/supersonicالصورة الرمزية لـ tencentmusic

    tencentmusic/supersonic

    4,913عرض على GitHub↗

    Supersonic is an LLM-based data analysis platform and semantic layer engine that translates natural language questions into executable SQL queries. It functions as a business intelligence dashboard and text-to-SQL interface, allowing users to retrieve business metrics and insights through a conversational interface. The system decouples business definitions from physical database schemas by using a governed logical layer to define unified metrics and dimensions. This semantic modeling allows the platform to map human language patterns to curated models and translate abstract semantic statemen

    Offloads database queries to background workers to maintain user interface responsiveness during long-running executions.

    Java
    عرض على GitHub↗4,913
  • frectonz/sql-studioالصورة الرمزية لـ frectonz

    frectonz/sql-studio

    3,549عرض على GitHub↗

    SQL Studio هي منصة إدارة قواعد بيانات قائمة على الويب مصممة لتوفير واجهة موحدة للتفاعل مع محركات قواعد بيانات علائقية متعددة وتنسيقات ملفات منظمة. تعمل كعميل شامل يتيح للمستخدمين تصفح سجلات قاعدة البيانات، وفحص بيانات المخطط الوصفية، وتنفيذ استعلامات مخصصة من خلال لوحة تحكم مركزية. تتميز المنصة بتقديم كل من اتصال قاعدة البيانات عن بعد والتحليل بدون خادم داخل المتصفح للملفات المسطحة مثل Parquet وCSV. وهي تدمج محرراً ذكياً واعياً بالكود يدعم تسليط الضوء على بناء الجملة والإكمال الواعي بالسياق، إلى جانب أدوات مرئية لتوليد مخططات علاقة الكيان ونظرات عامة هيكلية لفهارس قاعدة البيانات. تعطي بنية النظام الأولوية لاستجابة الواجهة والأداء عند التعامل مع مجموعات البيانات الكبيرة. وهي تستخدم معالجة خلفية غير متزامنة لتنفيذ الاستعلام وتنفذ عرض القائمة الافتراضية لإدارة عرض البيانات الجدولية الواسعة. الأداة متاحة كتطبيق عبر الأنظمة الأساسية يدعم مجموعة متنوعة من أنظمة قواعد البيانات، بما في ذلك PostgreSQL، وMySQL، وSQLite.

    Offloads long-running database queries to background workers to maintain interface responsiveness.

    Rustduckdblibsqlmariadb
    عرض على GitHub↗3,549
  • jorgerojas26/lazysqlالصورة الرمزية لـ jorgerojas26

    jorgerojas26/lazysql

    3,481عرض على GitHub↗

    LazySQL is a terminal user interface database manager and SQL client. It functions as a query runner and connection manager for interacting with SQL databases from the command line. The project features a read-only connection mode that blocks mutation commands to prevent accidental data loss. It supports automated pre-connection tasks, including the execution of shell commands and the establishment of SSH tunnels, and allows for both global and project-specific configuration. The interface provides a tree-based schema browser for navigating tables, a dedicated SQL query editor with tabular r

    Maintains interface responsiveness by offloading database requests to background threads and supporting query cancellation.

    Go
    عرض على GitHub↗3,481
  • spring-projects/spring-data-elasticsearchالصورة الرمزية لـ spring-projects

    spring-projects/spring-data-elasticsearch

    2,959عرض على GitHub↗

    Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an object mapper, a repository abstraction, and a query DSL wrapper, providing both a standard and a reactive client for executing asynchronous search and persistence operations. The project distinguishes itself by automating data access through repository interfaces, which generate query logic based on method naming conventions. It enables the construction of complex search queries using a domain-specific language and supports advanced search capabilities such as vector similar

    Executes database queries in background tasks to ensure the main execution thread remains non-blocking.

    Java
    عرض على GitHub↗2,959
  1. Home
  2. DevOps & Infrastructure
  3. Scheduling
  4. Asynchronous Query Execution