NATS工具
You use NATS when you run applications ('client' applications from NATS' point of view) that leverage NATS to communicate with other applications, receive data streams and invoke services.
These applications leverage any of the 40+ client libraries available for NATS and connect to an instance of the NATS service that can can be either a single server, a cluster of servers or even a global super-cluster such as Synadia's NGS. And, if the application is written in Go, it can even embed its own server.
Beside those client applications, the NATS Ecosystem also has many tools to interact with other applications and services over nats and streams, support server configuration, enhance monitoring or tune performance such as:
General interaction and management
nats - The
nats
Command Line Tool is the best way to interact with, test and manage NATS and JetStream from a terminal or from scripts
Security
nk - Generate NKeys
nsc - Configure Operators, Accounts and Users
nats account server - Serve Account JWTs (legacy, replaced by the built-in NATS resolver)
Monitoring
nats top - Monitor NATS Server
prometheus-nats-exporter - Export NATS server metrics to Prometheus and a Grafana dashboard.
Benchmarking
see nats
最后更新于