mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Fix pulsar manager template import * Add pattern categories. Update parameters with new schema. * Add more parameters to config
14 lines
574 B
Jsonnet
14 lines
574 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: [
|
||
],
|
||
category: [ "foundation" ],
|
||
},
|
||
module: "components/pulsar.jsonnet",
|
||
}
|