Skip to content

Queues and Workers implementation done with NATS and Node.js

License

Notifications You must be signed in to change notification settings

anyscripts/workers-gone-nats-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workers-gone-nats-js

Queues and Workers implementation done with NATS and Node.js

Datadog Vector

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.

Simulating infrastructure with Docker

docker compose up -d

Once 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.

Usage

npm start

License

MIT