Deploying Collector-Events with NodeJS
Pre-requirementsβ
You must have the system deployed with Docker Compose.
For the correct functioning of the Collector-Event microservice, it's also necessary to deploy the Scope-Manager
microservice with NodeJS.
Develop a feature in Collector-Eventsβ
To develop a feature with Collector-Events
is as simple as shutting the microservice's container down and then starting the microservice cloned from GitHub.
- Stop the container with this command or using the docker desktop application UI:
docker stop bluejay-collector-events
- Clone the microservice:
git clone https://github.com/governify/collector-events
Open the microservice and configure the .env file: TODO
Install the dependencies and start the microservice:
npm i
node index
It will start in the same port as the container was and will be properly connected to the entire infrastructure.
More information about Collector-Eventsβ
Visit the governify documentation to learn more about how the collector-events
works.
Visit the collector-events
repository documentation to learn more about how the collector-events
works.