Queues and Workers implementation done with NATS and Node.js
A lightweight, ultra-fast tool for building observability pipelines
Vector is a tool for building observability pipelines. It is a single, static binary with no external dependencies that runs on Linux, macOS, Windows, and Docker. Vector can collect, transform, and route logs, metrics, and traces.
docker compose up -dOnce docker is up and running, you can access the NATS server at localhost:4222 and the NATS Streaming server at localhost:4223. Now you can start the workers and the Vector.
npm start