2 रिपॉजिटरी
Web-based visual interfaces for browsing and querying database content.
Distinct from SQLite Integration: Provides a full interactive web UI for data browsing, whereas integration refers to the underlying database support.
Explore 2 awesome GitHub repositories matching data & databases · Interactive Explorers. Refine with filters or upvote what's useful.
Datasette is a tool for publishing and sharing SQLite databases as public websites. It functions as a data publishing system that provides searchable interfaces and JSON APIs to expose the contents of SQLite files. The project enables both server-side and client-side execution. It can operate as an API server or as a database browser that runs entirely within a web browser using WebAssembly, allowing for serverless database access. The system supports a variety of deployment strategies, including containerized images for cloud hosting and a local development server for testing. It includes c
Ships an interactive web interface for browsing, querying, and visualizing data stored in SQLite files.
Lux is an automated exploratory data analysis tool designed to generate intelligent visual representations of pandas dataframes. It identifies patterns and trends by recommending optimal chart types and axis mappings based on the statistical attributes of a dataset. The tool functions as an interactive data profiling layer that allows users to browse and query collections of charts using filters and wildcards. It also serves as a visualization code generator, translating automatically produced charts into programmatic code or HTML for manual refinement in external libraries. The system cover
Provides an interactive interface for browsing and querying data through iterative filtering and attribute refinement.