All Projects → kantord → Just Dashboard

kantord / Just Dashboard

Licence: mit
📊 📋 Dashboards using YAML or JSON files

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Just Dashboard

Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+84.98%)
Mutual labels:  big-data, business-intelligence, data-visualization, dashboard
Plotly Graphing Library For Matlab
Plotly Graphing Library for MATLAB®
Stars: ✭ 234 (-84.51%)
Mutual labels:  data-science, data-visualization, d3, d3js
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (-85.84%)
Mutual labels:  big-data, business-intelligence, data-visualization, dashboard
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (+2721.58%)
Mutual labels:  data-science, data-engineering, business-intelligence, data-visualization
Metatron Discovery
Powerful & Easy way for big data discovery
Stars: ✭ 297 (-80.34%)
Mutual labels:  business-intelligence, data-visualization, chart, dashboard
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-85.77%)
Mutual labels:  data-visualization, chart, d3, d3js
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (-94.97%)
Mutual labels:  data, data-visualization, chart, d3
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (-83.79%)
Mutual labels:  json, csv, yaml, data
Datagear
数据可视化分析平台,使用Java语言开发,采用浏览器/服务器架构,支持SQL、CSV、Excel、HTTP接口、JSON等多种数据源
Stars: ✭ 266 (-82.4%)
Mutual labels:  data, data-visualization, chart, dashboard
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (-31.04%)
Mutual labels:  d3, chart, data-engineering, business-intelligence
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (-36%)
Mutual labels:  json, csv, data, data-visualization
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+1673.86%)
Mutual labels:  business-intelligence, data, data-visualization, dashboard
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (-18.07%)
Mutual labels:  data-science, data-visualization, d3, d3js
Tabix
Tabix.io UI
Stars: ✭ 1,152 (-23.76%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Awesome Bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
Stars: ✭ 10,478 (+593.45%)
Mutual labels:  data-science, data, data-visualization
Pythondata
repo for code published on pythondata.com
Stars: ✭ 113 (-92.52%)
Mutual labels:  data-science, big-data, data-visualization
Graphia
A visualisation tool for the creation and analysis of graphs
Stars: ✭ 67 (-95.57%)
Mutual labels:  data-science, data, data-visualization
Awesome Business Intelligence
Actively curated list of awesome BI tools. PRs welcome!
Stars: ✭ 1,157 (-23.43%)
Mutual labels:  data-science, business-intelligence, data-visualization
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+2939.71%)
Mutual labels:  business-intelligence, data-visualization, dashboard
Setl
A simple Spark-powered ETL framework that just works 🍺
Stars: ✭ 79 (-94.77%)
Mutual labels:  data-science, big-data, data-engineering

just-dashboard

DocumentationGetting startedChart types

Travis Codecov

just-dashboard turns this:

dashboard "Food":
  - h1 text: Food
  - h2 text: By caloric content
  - 3 columns:
    - rows:
      - h3 text: Bananas
      - pie chart: {
          "columns": [
            ["Protein", 5], ["Sugar", 10], ["Other carbs", 40], ["Fat", 1]
          ]
        }
    - rows:
      - h3 text: Tofu
      - pie chart: {
          "columns": [
            ["Protein", 30], ["Sugar", 0], ["Other carbs", 40], ["Fat", 3]
          ]
        }
    - rows:
      - h3 text: Peanut butter
      - pie chart: {
          "columns": [
            ["Protein", 20], ["Sugar", 2], ["Other carbs", 20], ["Fat", 50]
          ]
}

Into this:

Screenshot of a dashboard that compares the macronutrients in bananas, tofu and peanut butter.

To host your dashboard, you can roll your own backend, or:

  • Create a public GitHub gist with a file named dashboard.yml or dashboard.json (depending on your preferred format)
  • Access it as a shareable dashboard at: http://bottoml.in/e/{Github username}/{Gist ID}

In fact, I've created a Gist with the example above: https://gist.github.com/kantord/2973bdd4ad689642562018bb4091ffbd; thus it's accessible as a dashboard at: http://bottoml.in/e/kantord/2973bdd4ad689642562018bb4091ffbd

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].