awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Shopify avatar

Shopify/dashingArchived

0
View on GitHub↗
10,911 estrellas·1,153 forks·JavaScript·MIT·4 vistasshopify.github.com/dashing↗

Dashing

Dashing is a Ruby dashboard framework used to build real-time, full-screen data displays. It employs a Ruby domain-specific language for defining data sources and visual components, utilizing a grid-based widget system to organize information for automated visual reporting.

The framework is optimized for television screens and large monitors in office or operations environments. It implements a server-sent events architecture to push live data updates from any source directly to the browser.

The system includes a background job scheduler for periodic data refreshes and automated metric reporting. Client-side rendering is handled by a CoffeeScript runtime within a single-page application shell.

Features

  • TV-Optimized Monitoring Displays - Offers a layout engine specifically optimized for full-screen display on televisions and large monitors in office environments.
  • Dashboard Frameworks - Provides a complete framework for building real-time, metric-driven visual dashboards.
  • Event-Driven Visualizations - Pushes real-time data from various sources to browser widgets using event-driven transport.
  • Server-Sent Events - Implements Server-Sent Events to push real-time data updates from the server to the browser.
  • Domain Specific Languages - Provides a Ruby DSL for declaring data sources, templates, and update intervals for widgets.
  • Real-Time Monitoring Systems - Enables real-time tracking of metrics and system health through automatically updating full-screen displays.
  • Dashboard Widgets - Provides a system of modular, self-contained widgets that independently render and refresh real-time data.
  • Operations Center Displays - Creates visual dashboards optimized for large monitors and television screens in operations centers.
  • TV Display Optimizations - Optimizes real-time data displays for television screens and large monitors in operations environments.
  • Grid Layout Engines - Employs a grid-based layout engine to organize data widgets on full-screen displays.
  • Widget Engines - Implements a widget engine that organizes self-contained data components on a fixed grid.
  • Ruby DSL Dashboard Definitions - Provides a Ruby DSL for declaratively defining dashboard widgets and their associated data sources.
  • Ruby Frameworks - Provides a comprehensive Ruby framework for building real-time, full-screen data displays.
  • Dashboard Frameworks - Provides a Ruby-centric framework for defining the layout and data sources of information dashboards.
  • Visual Metric Reporting - Automates the process of fetching metrics and pushing updates to a visual dashboard.
  • Data Refresh Scheduling - Automates the periodic refreshing of dashboard data views to keep metrics up to date.
  • Real-Time Message Push - Uses persistent network connections to push real-time data updates from various sources directly to dashboard widgets.
  • Background Job Schedulers - Provides a Ruby-based scheduler to trigger periodic data refreshes for dashboard widgets.
  • Widget Lifecycle Managers - Manages the instantiation and rendering of dashboard components using a shared client-side message bus.
  • Client-Side Runtimes - Implements a CoffeeScript-based runtime in the browser for managing widget state and interactions.
  • Single-Page Applications - Utilizes a single-page application shell to maintain a persistent session for seamless full-screen transitions.
  • Data Visualization - Framework for building custom operational dashboards.

Historial de estrellas

Gráfico del historial de estrellas de shopify/dashingGráfico del historial de estrellas de shopify/dashing

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Dashing

Proyectos open-source similares, clasificados según cuántas características comparten con Dashing.
  • glanceapp/glanceAvatar de glanceapp

    glanceapp/glance

    35,169Ver en GitHub↗

    Glance is a self-hosted web portal designed to aggregate real-time data, system monitoring, and content feeds into a single, customizable dashboard. It functions as a centralized interface for managing internal tools and network services, allowing users to secure their portal with password authentication and define the application's visual identity and layout through structured configuration files. The platform is built on a modular widget engine that treats individual dashboard components as isolated units. This architecture enables users to arrange widgets into custom pages and columns, wit

    Goaggregatordashboarddocker
    Ver en GitHub↗35,169
  • dodyg/practical-aspnetcoreAvatar de dodyg

    dodyg/practical-aspnetcore

    10,382Ver en GitHub↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    Ver en GitHub↗10,382
  • apppear/chartviewAvatar de AppPear

    AppPear/ChartView

    5,633Ver en GitHub↗

    ChartView is a SwiftUI-native charting library that provides bar, line, pie, and ring chart components within a unified grid-based layout system. The library renders charts by composing SwiftUI views declaratively from data models, letting the framework handle layout and updates without intermediate drawing layers. The library supports multiple chart types that share a common grid layout, enabling composable data visualizations with synchronized axes and backgrounds. Bar charts display data as vertical bars, line charts plot connected data points with gradient fills and optional markers, pie

    Swift
    Ver en GitHub↗5,633
  • filamentphp/filamentAvatar de filamentphp

    filamentphp/filament

    31,215Ver en GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    PHPadminalpine-jsbuilder
    Ver en GitHub↗31,215
Ver las 30 alternativas a Dashing→

Preguntas frecuentes

¿Qué hace shopify/dashing?

Dashing is a Ruby dashboard framework used to build real-time, full-screen data displays. It employs a Ruby domain-specific language for defining data sources and visual components, utilizing a grid-based widget system to organize information for automated visual reporting.

¿Cuáles son las características principales de shopify/dashing?

Las características principales de shopify/dashing son: TV-Optimized Monitoring Displays, Dashboard Frameworks, Event-Driven Visualizations, Server-Sent Events, Domain Specific Languages, Real-Time Monitoring Systems, Dashboard Widgets, Operations Center Displays.

¿Qué alternativas de código abierto existen para shopify/dashing?

Las alternativas de código abierto para shopify/dashing incluyen: glanceapp/glance — Glance is a self-hosted web portal designed to aggregate real-time data, system monitoring, and content feeds into a… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… apppear/chartview — ChartView is a SwiftUI-native charting library that provides bar, line, pie, and ring chart components within a… filamentphp/filament — Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel… purescript/purescript — PureScript is a statically typed, purely functional programming language that compiles to JavaScript. It is designed… nodebb/nodebb — NodeBB is a real-time, self-hosted community forum platform built on Node.js. It is designed to support scalable…