Skip to content

Eddy Analytics user interface: resources manager, pipeline builder, and dashboard creator

License

Notifications You must be signed in to change notification settings

EddyAnalytics/eddy-ui

Repository files navigation

Eddy UI

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.

image

Project Development Setup

yarn install
yarn serve
cp /public/config/development.json.example /public/config/development.json