7 مستودعات
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.
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.
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.
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.
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.
SQL Studio هي منصة إدارة قواعد بيانات قائمة على الويب مصممة لتوفير واجهة موحدة للتفاعل مع محركات قواعد بيانات علائقية متعددة وتنسيقات ملفات منظمة. تعمل كعميل شامل يتيح للمستخدمين تصفح سجلات قاعدة البيانات، وفحص بيانات المخطط الوصفية، وتنفيذ استعلامات مخصصة من خلال لوحة تحكم مركزية. تتميز المنصة بتقديم كل من اتصال قاعدة البيانات عن بعد والتحليل بدون خادم داخل المتصفح للملفات المسطحة مثل Parquet وCSV. وهي تدمج محرراً ذكياً واعياً بالكود يدعم تسليط الضوء على بناء الجملة والإكمال الواعي بالسياق، إلى جانب أدوات مرئية لتوليد مخططات علاقة الكيان ونظرات عامة هيكلية لفهارس قاعدة البيانات. تعطي بنية النظام الأولوية لاستجابة الواجهة والأداء عند التعامل مع مجموعات البيانات الكبيرة. وهي تستخدم معالجة خلفية غير متزامنة لتنفيذ الاستعلام وتنفذ عرض القائمة الافتراضية لإدارة عرض البيانات الجدولية الواسعة. الأداة متاحة كتطبيق عبر الأنظمة الأساسية يدعم مجموعة متنوعة من أنظمة قواعد البيانات، بما في ذلك PostgreSQL، وMySQL، وSQLite.
Offloads long-running database queries to background workers to maintain interface responsiveness.
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.
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.