30 مستودعات
Tools for rendering tabular data as charts to identify trends directly from query outputs.
Distinct from Query Result Fetching: Distinct from Query Result Fetching: focuses on the graphical rendering of results rather than the retrieval mechanism.
Explore 30 awesome GitHub repositories matching data & databases · Query Result Visualizers. Refine with filters or upvote what's useful.
imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides tools to increase the volume and variety of training sets by applying random geometric, color, and noise transformations to images. The library ensures spatial consistency by synchronizing transformations across images and their associated annotations, such as bounding boxes, keypoints, and segmentation maps. It uses a compositional pipeline pattern to chain multiple augmentations into sequences and employs deterministic seed management to reproduce specific data samples. The
Renders augmented images and labels to visually confirm the effects of transformation sequences.
dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d
Renders tabular data as charts to identify trends and patterns directly from query outputs.
usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through a single unified tool. It provides a standardized interface for executing queries across various data stores and serves as a multi-database query tool and schema inspector. The tool distinguishes itself by enabling cross-database data migration, allowing users to pipe result sets from one active database connection directly into another. It also features terminal-based data visualization, which renders query results as graphical charts, graphs, and images directly within the t
Provides various terminal display modes, such as table and vertical views, to customize query result appearance.
lnav is a terminal-based log viewer and analyzer designed for aggregating, filtering, and analyzing multiple log files in a single chronological view. It functions as a console application that can replace the system pager, providing syntax highlighting and document navigation for system or application logs. The project distinguishes itself by mapping unstructured log data to virtual SQLite tables, enabling the use of SQL and PRQL for structured data analysis, aggregations, and relational queries. It further differentiates its capability set through native integration for retrieving and taili
Renders SQL query outputs in a specialized view with sticky headers and numeric bar charts.
RoboMongo is a cross-platform database manager and graphical interface for administering MongoDB databases. It serves as a shell integrated development environment and query tool for managing NoSQL data stores and exploring collections across multiple server instances. The application provides a visual environment for writing and executing modern JavaScript scripts and native shell commands. It includes capabilities for running aggregate queries with paginated results and supports side-by-side views for comparing data outputs. The tool covers remote database connectivity through SSH tunnelin
Implements paginated results and side-by-side views for analyzing MongoDB aggregate queries.
This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes. The system is distinguished by its dual approach to data retrieval: a dedicated query language for SQL-like filtering and grouping, and a JavaScript data API. This API allows for programmatic metadata extraction and the creation of custom views and extensions using TypeScript typings. Its broader
Provides a visual interface for displaying filtered query results as tables, lists, or calendars.
This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data
Provides detailed explanations for why documents match or do not match specific search queries.
Databasus is a self-hosted backup platform that automates PostgreSQL backups, verifies their restorability, and stores them across multiple destinations while managing team access with role-based permissions. It combines on-the-fly AES-256-GCM encryption, cron-driven scheduling, job-queue-based verification, multi-destination storage, WAL streaming, throwaway container restore testing, and workspace-based role access control into a unified backup system. The platform distinguishes itself through automatic backup verification that restores each backup into a temporary database container for in
Provides detailed inspection of verification results including timeline, exit code, and per-table row counts.
DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc
Generates charts from SQL query data to represent database results as visual graphics.
jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f
Generates chart visualizations from query results for graphical reporting.
SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data
Displays query results below, beside, or in a separate tab from the SQL editor using a layout selector.
🔥 基于大模型和 RAG 的智能问数系统,对话式数据分析神器。Text-to-SQL Generation via LLMs using RAG.
Transforms SQL query results into charts and dashboards automatically through a configurable rendering layer.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Releases memory and resource handles associated with query results to reduce consumption.
Displays the output of SQL queries as interactive charts, graphs, and tables using a built-in component library.
AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en
Provides access to metadata such as affected row count, auto-generated IDs, and warnings from executed operations.
This is a distributed voting application designed to demonstrate a multi-service architecture. It uses stateless web frontends for submitting votes and viewing live results, with a Redis-backed queue to buffer incoming votes and a PostgreSQL database for persistent tallying. The application is built around asynchronous message queue processing, decoupling the vote submission from the tallying workflow. The project showcases how to deploy a multi-service application using container orchestration tools. It provides YAML-driven declarative deployment manifests for Docker Compose, Docker Swarm, a
Displays aggregated vote counts as they are processed, updating live through a web interface.
Sqlpad هو عميل SQL قائم على الويب ومنصة عمل متعددة المستأجرين تُستخدم لكتابة وتنفيذ وحفظ الاستعلامات عبر قواعد بيانات علائقية وتحليلية متعددة. يعمل كمدير قاعدة بيانات ODBC يتيح للمستخدمين إدارة اتصالات قواعد البيانات واستكشاف المخططات من خلال واجهة المتصفح. تتميز المنصة بكونها بيئة تعاونية حيث يمكن للمستخدمين مشاركة مستندات SQL وتنسيق تحليل البيانات. وهي تدمج اتحاد الهوية عبر OpenID Connect و SAML و LDAP و OAuth، وتوفر نظام تصور يحول نتائج الاستعلام إلى مخططات وجداول. يغطي النظام مجالات قدرات واسعة بما في ذلك التحكم في الوصول القائم على الأدوار لتقييد اتصالات قاعدة البيانات، وإدارة الجلسات ذات الحالة للمعاملات متعددة العبارات، واستبدال بيانات الاعتماد في وقت التشغيل لتعزيز الأمان. كما يوفر استمرارية الاستعلام وتتبع السجل لإدارة دورة حياة عبارات SQL المحفوظة.
Renders the output of SQL executions into visual formats to simplify data analysis.
Falcon هو عميل SQL ومدير قواعد بيانات متعدد المنصات يوفر واجهة موحدة لتنفيذ الاستعلامات عبر أنظمة قواعد بيانات متعددة. يعمل كتطبيق سطح مكتب لنظامي Windows و Mac، مما يسمح للمستخدمين بإدارة البيانات عبر بيئات قواعد بيانات متنوعة من خلال محرر استعلام واحد. تعمل الأداة كاستوديو بيانات متزامن سحابياً، مما يسد الفجوة بين نتائج قواعد البيانات المحلية والتخزين السحابي البعيد. وهذا يتيح نقل بيانات الاستعلام المعالجة إلى بيئة سحابية للتخزين الدائم والتحليل التعاوني. إلى جانب تنفيذ الاستعلامات، يتضمن التطبيق أداة تصور تحول نتائج SQL إلى مخططات تفاعلية لتحليل البيانات. وتدعم هذه الإمكانات نظام اتصال يعتمد على التعريفات (drivers) وآلية تخزين مؤقت من جانب العميل لإدارة مجموعات النتائج.
Renders tabular SQL query outputs as interactive charts to identify data trends without extra code.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Retains specific result sets in dedicated tabs to prevent them from being overwritten by subsequent query executions.
DocSearch هي مجموعة أدوات متكاملة لإضافة إمكانيات البحث إلى مواقع التوثيق. توفر واجهة بحث JavaScript و React لتضمين أشرطة بحث الإكمال التلقائي، وزاحف ويب مخصص لاستخراج ومزامنة محتوى الموقع في فهرس قابل للبحث، ونظام مراقبة لتتبع استعلامات المستخدم وأحداث التفاعل. يتميز المشروع بدمج مساعد ذكاء اصطناعي محادثي مدعوم بالتوليد المعزز بالاسترجاع (RAG). يقوم هذا المساعد بتأسيس نموذج لغوي كبير في فهرس توثيق محدد لتقديم إجابات واقعية، مع مطالبات نظام قابلة للتكوين لضبط السلوك وقيود النطاق للتحكم في الأماكن التي يظل فيها المساعد نشطاً. يغطي النظام نطاقاً واسعاً من الإمكانيات التشغيلية، بما في ذلك جدولة الزحف المؤتمتة، والتحقق من ملكية النطاق، ومعالجة نتائج البحث من خلال التصفية والنطاق. واجهة المستخدم قابلة للتخصيص بدرجة عالية عبر سمات محددة مسبقاً، وتجاوزات نصية مترجمة، وقوالب نتائج قائمة على المكونات. يمكن نشر واجهة البحث كمدخل مضمن، أو نافذة منبثقة (modal)، أو لوحة جانبية دائمة.
Supports displaying custom messages and URLs when no search results are found.