II.
Tool JSON
Structured · livetool:pulsar
Apache Pulsar json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:pulsar",
"_kind": "Tool",
"_file": "domain/tools/tools-messaging.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Apache Pulsar",
"homepageUrl": "https://pulsar.apache.org",
"kind": "other",
"description": "Distributed pub-sub messaging and streaming platform from the Apache\nSoftware Foundation. Separates compute and storage, supports multi-tenancy,\ngeo-replication, tiered storage, and native schema registry.\n"
},
"outgoingEdges": [
{
"from": "tool:pulsar",
"to": "skill-area:event-driven-architecture",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:pulsar",
"to": "skill-area:event-driven-architecture",
"kind": "used_for"
},
{
"from": "tool:pulsar",
"to": "tool:rabbitmq",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:pulsar",
"to": "tool:nats",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:pulsar",
"to": "tool:zeromq",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
}
],
"incomingEdges": [
{
"from": "tool:rabbitmq",
"to": "tool:pulsar",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:nats",
"to": "tool:pulsar",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
},
{
"from": "tool:zeromq",
"to": "tool:pulsar",
"kind": "alternative_to",
"attributes": {
"comparison": "Message brokers"
}
}
]
}