4 个仓库
Components that automatically update visual charts and widgets in response to live data streams or code execution.
Distinct from Interactive Visualization Rendering: Distinct from Interactive Visualization Rendering: focuses on automatic reactive updates triggered by data changes, rather than manual user input.
Explore 4 awesome GitHub repositories matching data & databases · Reactive Visualization Renderers. Refine with filters or upvote what's useful.
Preswald 是一个 WebAssembly 数据应用框架,用于构建完全在浏览器中运行的 Python 交互式数据应用。它提供了一个基于浏览器的数据栈,包括 SQL 和 Python 执行环境,无需后端服务器即可离线运行。 该框架包含一个静态数据应用打包器,可将数据工作流和可视化结果打包成单个可共享的文件。这些自包含的应用实现了无服务器数据可视化和可分发的数据工作流打包。 该系统利用响应式数据仪表板界面,根据底层数据的变化自动更新特定的屏幕元素。它涵盖了本地优先的状态管理和客户端 SQL 执行,以保持浏览器会话中的操作连续性。
Automatically updates visual charts and interface elements in response to data changes.
RxMarbles 是一个用于响应式编程的交互式流可视化工具和演练场。它作为一个工具,用于使用大理石图模拟和可视化 RxJS 操作符的行为。 该工具允许用户通过沿时间轴拖动数据点来操作数据点的时间和顺序,以实时观察操作符转换的反应。这些交互式图表可以序列化为唯一 URL,从而能够生成永久链接以共享特定的操作符示例和流状态。 该系统涵盖了异步数据流的可视化和操作符逻辑的模拟。它提供了用于记录响应式流行为和调试数据事件时间的各种功能。
Renders interactive visual representations of operators that update automatically to demonstrate data stream transformations.
This project is an interactive, web-based notebook environment designed for distributed data science and large-scale computing. It serves as a development tool for executing code and performing data analysis specifically within the Apache Spark framework, providing a browser-based interface that combines code execution with reactive data visualization. The platform distinguishes itself through its deep integration with distributed infrastructure, allowing users to manage cluster resources, configure runtime dependencies, and isolate execution processes for individual notebooks. It supports co
Provides a reactive rendering engine that automatically updates charts and widgets in response to live data streams and code execution.
Angular-chart.js 是一个前端图表库,提供了一组可重用的指令,用于将 Chart.js 可视化引擎集成到 AngularJS 应用中。它作为一个封装器,将复杂的渲染逻辑封装在声明式组件中,从而实现交互式和响应式图形数据表示的创建。 该库的特色在于提供响应式数据同步,每当底层数据或配置模型发生变化时,它都会自动触发 Canvas 重绘。它还利用基于提供程序的配置系统,允许开发者集中管理全局样式、调色板和行为默认值,以确保整个应用视觉呈现的一致性。 该项目支持广泛的可视化能力,包括在单个 Canvas 上叠加多种图表类型的能力,以及集成用于专门渲染行为的自定义插件。它管理每个图表实例的完整生命周期,提供用于资源清理和事件处理的钩子,以捕获点击和悬停等用户交互。
Renders interactive data visualizations that automatically update when underlying data or configuration changes.