This repository contains the SDL-Vis implementation of the SmartDataLake project. It consists of two major components:
- The Visual Explorer provides an interactive web interface where the different visual analytics applications of SDL-Vis are implemented as tabs.
- The Visual Analytics Engine implements the backend functionality of SDL-Vis, interfacing between the mining components of the SmartDataLake pipeline and the visual frontend.
Before starting the project, you have to add your personal credentials to connect to the EPFL VPN and services requiring authentication.
The credentials are supplied via the .env
files in the ./config
folder.
Create a copy of each env.example
file, delete the .example
part of the filename, and enter your credentials in the respective environment variables.
The project is fully dockerized. Type docker-compose up
to start all services.
As soon as all containers are running, the interface of the Visual Explorer will be available under http://127.0.0.1:3000
.
The REST API of the Visual Analytics Engine will be available under http://127.0.0.1:3001
.
This software is being developed in the context of the SmartDataLake project. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 825041.