Big Data Visualization Project
1. Local Setup
In order to set up the stack locally, follow the following steps
1.1 Set up the env file
Copy the contents of .env.sample
in .env
cp .env.sample .env
Do that in the producer folder as well
Replace the placeholders with the desired values
1.2 Install the NodeJS dependencies (optional)
npm install
1.3 Producer container
For the container to work, the following command needs to be run in the producer folder
find . -type f -print0 | xargs -0 dos2unix
1.4 Start the docker compose stack
docker compose up