II.
Tool JSON
Structured · livetool:zeromq
ZeroMQ json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:zeromq",
"_kind": "Tool",
"_file": "domain/tools/tools-messaging.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ZeroMQ",
"homepageUrl": "https://zeromq.org",
"kind": "other",
"description": "Asynchronous messaging library providing socket primitives for distributed\nand concurrent applications. Supports patterns like push/pull, pub/sub,\nreq/rep, and dealer/router with bindings for 40+ languages.\n"
},
"outgoingEdges": [
{
"from": "tool:zeromq",
"to": "language:cpp",
"kind": "belongs_to_language"
},
{
"from": "tool:zeromq",
"to": "skill-area:event-driven-architecture",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:zeromq",
"to": "skill-area:event-driven-architecture",
"kind": "used_for"
},
{
"from": "tool:zeromq",
"to": "tool:rabbitmq",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:zeromq",
"to": "tool:nats",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:zeromq",
"to": "tool:pulsar",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
}
],
"incomingEdges": [
{
"from": "tool:rabbitmq",
"to": "tool:zeromq",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:nats",
"to": "tool:zeromq",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:pulsar",
"to": "tool:zeromq",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
}
]
}