3 repository-uri
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 este un framework de vizualizare a datelor care permite crearea de dashboard-uri web interactive prin fișiere de configurare declarative. Prin definirea layout-urilor și a surselor de date în YAML sau JSON, utilizatorii pot genera interfețe funcționale fără a scrie cod frontend personalizat. Sistemul acționează ca un constructor de dashboard-uri care transformă aceste definiții structurate în componente vizuale, suportând atât încorporarea locală, cât și deployment-ul la distanță. Proiectul se distinge prin faptul că permite dashboard-urilor să fie găzduite și partajate prin fragmente controlate prin versiuni, permițând accesul instantaneu la vizualizările de date fără a necesita un backend dedicat. Suportă actualizări dinamice prin preluarea fișierelor de configurare la runtime și oferă controale interactive precum dropdown-uri care permit utilizatorilor să filtreze și să transforme vizualizările de date direct în browser. Framework-ul se integrează în aplicațiile web existente ca o dependență modulară, facilitând includerea analizei direct în ierarhia de vizualizare a unui proiect. Include instrumente automate pentru a genera declarații de tip static în timpul procesului de build, asigurând consistența și oferind suport pentru dezvoltatori pe măsură ce își definesc structurile de dashboard.
Enables the creation of data-driven interfaces through declarative configuration without requiring custom backend development.