Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 855 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 855 Bytes

Apache Zeppelin

Zeppelin is a collaborative data analytic and visualization tool for distributed, general-purpose data processing systems such as Apache Spark and Apache Flink. It has two main features, the data analytic phase and the data visualization phase. This project is an improvement or a re-design of the Data Visualization Component. It successfully eliminates all the limitations and drawbacks of the existing charting visualization component.

##Pre-request

  1. NodeJS with npm
  2. Bower

Run

  • npm install first
  • bower install then

This will Download all the dependencies including node js and npm

Build the application

./grunt build

Run grunt build for building

Preview Web application

./grunt serve

This will launch a WebApplication on port 9000 and update on code changes.

Testing

./grunt test