3 repositorios
Tools that allow developers to define and generate data-driven dashboards using programming code.
Distinct from Code-based Dashboard Configuration: Candidates focus on prompt-based or usage-specific dashboards; this is a general-purpose code-driven builder.
Explore 3 awesome GitHub repositories matching data & databases · Code-Driven Dashboard Builders. Refine with filters or upvote what's useful.
NiceGUI is a web framework that enables the creation of interactive user interfaces and dashboards using only Python. It functions as a reactive system, automatically synchronizing state between the server and the browser to update interface elements in real time without requiring manual intervention. The framework allows developers to build complex web applications by writing standard Python logic, eliminating the need to author custom HTML, CSS, or client-side scripts. It manages the orchestration of the interface by dynamically injecting necessary assets and reconciling changes to the comp
Creates data-driven dashboards and control panels directly via a Python backend.
Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter notebooks into a wide range of output formats. It functions as a multi-format document converter, a reproducible research platform, a static site generator for technical content, and an interactive dashboard builder, all within a single framework. The system is distinguished by its ability to produce HTML, PDF, Word, ePub, and slide decks from a single Markdown source, while embedding executable code blocks in Python, R, Julia, or Observable for dynamic, reproducible document
Assembles data visualizations and controls into publishable dashboards using Python, R, or Observable.
Just-dashboard es un framework de visualización de datos que permite la creación de paneles web interactivos a través de archivos de configuración declarativos. Al definir diseños y fuentes de datos en YAML o JSON, los usuarios pueden generar interfaces funcionales sin escribir código frontend personalizado. El sistema actúa como un constructor de paneles que transforma estas definiciones estructuradas en componentes visuales, admitiendo tanto la incrustación local como el despliegue remoto. El proyecto se distingue por permitir que los paneles se alojen y compartan a través de fragmentos controlados por versiones, permitiendo el acceso instantáneo a visualizaciones de datos sin requerir un backend dedicado. Admite actualizaciones dinámicas obteniendo archivos de configuración en tiempo de ejecución, y proporciona controles interactivos como menús desplegables que permiten a los usuarios filtrar y transformar vistas de datos directamente dentro del navegador. El framework se integra en aplicaciones web existentes como una dependencia modular, facilitando la inclusión de análisis directamente dentro de la jerarquía de vistas de un proyecto. Incluye herramientas automatizadas para generar declaraciones de tipo estático durante el proceso de compilación, asegurando la consistencia y proporcionando soporte para los desarrolladores a medida que definen sus estructuras de panel.
Enables the creation of data-driven interfaces through declarative configuration without requiring custom backend development.