tree: 8e22d60e3af964364c561c98830751907bb196b9 [path history] [tgz]
  1. appformer/
  2. dashbuilder-authoring/
  3. dashbuilder-backend/
  4. dashbuilder-bom/
  5. dashbuilder-client/
  6. dashbuilder-project-storage/
  7. dashbuilder-runtime-parent/
  8. dashbuilder-shared/
  9. env/
  10. kie-soup-dataset/
  11. checkstyle-suppressions.xml
  12. install.js
  13. LICENSE
  14. LICENSE-Apache-2.0.txt
  15. package.json
  16. pom.xml
  17. README.md
packages/dashbuilder/README.md

DashBuilder

DashBuilder is a general purpose dashboard and reporting web app which allows for:

  • Visual configuration and personalization of dashboards
  • Support for different types of visualizations using several charting libraries
  • Full featured editor for the definition of chart visualizations
  • Definition of interactive report tables
  • Data extraction from external systems, through different protocols
  • Support for both analytics and real-time dashboards

Licensed under the Apache License, Version 2.0

For further information, please visit the project web site dashbuilder.org

Architecture

  • Not tied to any chart rendering technology. Pluggable renderers and components
  • No tied to any data storage.
  • Ability to read data from: CSV files, Databases, Elastic Search, Prometheus, Kafka orJava generators.
  • Decoupled client & server layers. Ability to build pure lightweight client dashboards.
  • Ability to push & handle data sets on client for better performance.
  • Based on Uberfire, a framework for building rich workbench styled apps on the web.
  • Cloud-native Runtime environment.