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 是一款自动化探索性数据分析工具,旨在为 pandas 数据帧生成智能视觉表示。它通过根据数据集的统计属性推荐最佳图表类型和轴映射来识别模式和趋势。 该工具作为一个交互式数据分析层,允许用户使用过滤器和通配符浏览和查询图表集合。它还充当可视化代码生成器,将自动生成的图表转换为程序代码或 HTML,以便在外部库中进行手动优化。 该系统涵盖了广泛的探索性分析功能,包括自动图表编码、通过步骤推荐进行引导式发现,以及将视觉配置导出为声明式规范的能力。 该项目直接集成到 pandas 中,通过交互式可视化组件覆盖默认的数据帧打印方式。
Provides an interactive interface for browsing and querying data through iterative filtering and attribute refinement.