Eddy - open-source streaming data analytics platform
One of the central components of the Eddy platform is represented by the Eddy User Interface. Its main functionality consists of web application allowing project management, data pipelines building and dashboards creation. The project is built using the Vue.js JavaScript framework and acts as a client for the GraphQL API endpoints of the Eddy Kafka Bridge and Eddy Admin components.
yarn install
yarn serve
cp /public/config/development.json.example /public/config/development.json