New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

data-dashboard

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-dashboard

A data-driven dashboard console for report widgets

  • 0.5.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
decreased by-35.71%
Maintainers
0
Weekly downloads
 
Created
Source

DataDashboard

<img src=https://dna-engine.org/graphics/dna-logo.png align=right width=160 alt=logo>

A data-driven dashboard console for report widgets

License:MIT npm Build

A) Try It Out

https://data-dashboard.js.org

B) Reference Architecture

DataDashboard provides examples of creating charts and tables from REST calls, and it aims to be a reference architecture for building data-driven dashboard consoles composed of report widgets.

The list of report widgets and dashboard panels is defined in src/modules/config.js, and the routing is handled in src/modules/controller.js. Each widget has a folder under src/widgets that contains the widget's view and controller.

C) Run Locally

Install:

Then enter the terminal commands:

$ git clone https://github.com/dna-engine/data-dashboard
$ cd data-dashboard
$ npm install
$ npm start

Alternatively, fork this project and then clone your forked version.

D) Development Mode

Run the application in development mode with the command:

$ npm run dev

The web server will use the un-minified version of the application, and file watchers will automatically rebuild the appropriate parts of the application when source files change.

E) Libraries

Powered by:


MIT License

Keywords

FAQs

Package last updated on 14 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc