An ADX log worker is a worker that is used to log migration progress in other workers.
Clone this repository into your local directory, Use the commands below:
# clone project to a computer
git clone https://github.com/Kuunika/adx-log-worker.git
# navigate to the project root directory
cd adx-log-worker
Install all the dependencies
# install dependencies
npm install
Create a .env
file with the contents of your .env.example file.
# copy the .env.example to .env file
cp .env.example .env
Modify the .env
file and make sure it reflects the environment settings.
# start the worker
npm start