mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
14 lines
537 B
Jsonnet
14 lines
537 B
Jsonnet
|
|
{
|
|||
|
|
pattern: {
|
|||
|
|
name: "pulsar",
|
|||
|
|
icon: "🌟☄️",
|
|||
|
|
title: "Deploy foundation messaging fabric",
|
|||
|
|
description: "Deploy Pulsar as the inter-process messaging fabric. Pulsar is a Cloud-native, distributed messaging and Streaming. Apache Pulsar is an open-source, distributed messaging and streaming platform built for the cloud. Trustgraph uses Pulsar to manage the message flow between all components.",
|
|||
|
|
requires: [],
|
|||
|
|
features: ["pulsar"],
|
|||
|
|
args: [
|
|||
|
|
]
|
|||
|
|
},
|
|||
|
|
module: "components/pulsar.jsonnet",
|
|||
|
|
}
|