3 रिपॉजिटरी
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 एक डेटा विज़ुअलाइज़ेशन फ्रेमवर्क है जो घोषणात्मक कॉन्फ़िगरेशन फ़ाइलों के माध्यम से इंटरैक्टिव वेब डैशबोर्ड के निर्माण को सक्षम बनाता है। YAML या JSON में लेआउट और डेटा स्रोतों को परिभाषित करके, उपयोगकर्ता कस्टम फ्रंटएंड कोड लिखे बिना कार्यात्मक इंटरफ़ेस उत्पन्न कर सकते हैं। सिस्टम एक डैशबोर्ड बिल्डर के रूप में कार्य करता है जो इन संरचित परिभाषाओं को विज़ुअल घटकों में बदल देता है, जो स्थानीय एम्बेडिंग और रिमोट तैनाती दोनों का समर्थन करता है। यह प्रोजेक्ट डैशबोर्ड को संस्करण-नियंत्रित स्निपेट के माध्यम से होस्ट और साझा करने की अनुमति देकर खुद को अलग करता है, जो एक समर्पित बैकएंड की आवश्यकता के बिना डेटा विज़ुअलाइज़ेशन तक त्वरित पहुंच को सक्षम बनाता है। यह रनटाइम पर कॉन्फ़िगरेशन फ़ाइलों को प्राप्त करके गतिशील अपडेट का समर्थन करता है, और ड्रॉपडाउन जैसे इंटरैक्टिव नियंत्रण प्रदान करता है जो उपयोगकर्ताओं को सीधे ब्राउज़र के भीतर डेटा दृश्यों को फ़िल्टर और बदलने की अनुमति देते हैं। यह फ्रेमवर्क मौजूदा वेब एप्लिकेशन में एक मॉड्यूलर निर्भरता के रूप में एकीकृत होता है, जो प्रोजेक्ट के व्यू पदानुक्रम के भीतर सीधे एनालिटिक्स के समावेश की सुविधा प्रदान करता है। इसमें निर्माण प्रक्रिया के दौरान स्थिर प्रकार की घोषणाएं उत्पन्न करने के लिए स्वचालित टूल शामिल हैं, जो सुसंगतता सुनिश्चित करते हैं और डेवलपर्स को उनके डैशबोर्ड संरचनाओं को परिभाषित करते समय समर्थन प्रदान करते हैं।
Enables the creation of data-driven interfaces through declarative configuration without requiring custom backend development.