You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recipe is a pre-configured Mashling JSON file which can be customized or used as is for a specific gateway use case.
9
9
10
-
***Event Dispatcher And Router** - Apache Kafka based event dispatcher that conditionally routes events to various handlers based on content. Download the recipe from https://www.mashling.io/gateway/event-dispatcher-router-mashling.
11
-
***Tunable HTTP Router** - This gateway queries different endpoints based on the context supplied as environment flag. Download the recipe from https://www.mashling.io/gateway/tunable-rest-gateway.
12
-
***MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/gateway/mqtt-producer.
13
-
***REST Conditional Gateway** - This is a REST- based microgateway app. Download the recipe from https://www.mashling.io/gateway/secure-rest-gateway-with-basic-auth.
14
-
***HTTP Trigger To Kafka Publisher** - This is a simple recipe that illustrates receiving messages on a HTTP trigger and publishing it via Kafka. Download the recipe from https://www.mashling.io/gateway/RestTrigger-To-KafkaPublisher.
15
-
***Content-Based MQTT And HTTP Router** - A conditional MQTT and HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/gateway/mqtt-gateway.
16
-
***Mutual SSL HTTP Microgateway** - This is the HTTP based microgateway app with mutual SSL enabled. Download the recipe from https://www.mashling.io/gateway/secure-rest-gateway.
17
-
***Distributed Tracing** - A microgateway with distributed tracing configured with Zipkin as the tracer. Download the recipe from https://www.mashling.io/gateway/rest-gateway-with-tracing.
18
-
***Content-Based HTTP Router** - A conditional HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/gateway/rest-conditional-gateway.
19
-
***MQTT FaaS Dispatcher** - MQTT trigger that content routes to either a AWS Lambda function or an endpoint for Live Apps case creation. Download the recipe from https://www.mashling.io/gateway/mqtt-lambda-tci.
10
+
***Event Dispatcher And Router** - Apache Kafka based event dispatcher that conditionally routes events to various handlers based on content. Download the recipe from https://www.mashling.io/recipe/event-dispatcher-router-mashling.
11
+
***Tunable HTTP Router** - This gateway queries different endpoints based on the context supplied as environment flag. Download the recipe from https://www.mashling.io/recipe/tunable-rest-gateway.
12
+
***MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/recipe/mqtt-producer.
13
+
***REST Conditional Gateway** - This is a REST- based microgateway app. Download the recipe from https://www.mashling.io/recipe/secure-rest-gateway-with-basic-auth.
14
+
***HTTP Trigger To Kafka Publisher** - This is a simple recipe that illustrates receiving messages on a HTTP trigger and publishing it via Kafka. Download the recipe from https://www.mashling.io/recipe/RestTrigger-To-KafkaPublisher.
15
+
***Content-Based MQTT And HTTP Router** - A conditional MQTT and HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/recipe/mqtt-gateway.
16
+
***Mutual SSL HTTP Microgateway** - This is the HTTP based microgateway app with mutual SSL enabled. Download the recipe from https://www.mashling.io/recipe/secure-rest-gateway.
17
+
***Distributed Tracing** - A microgateway with distributed tracing configured with Zipkin as the tracer. Download the recipe from https://www.mashling.io/recipe/rest-gateway-with-tracing.
18
+
***Content-Based HTTP Router** - A conditional HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/recipe/rest-conditional-gateway.
19
+
***MQTT FaaS Dispatcher** - MQTT trigger that content routes to either a AWS Lambda function or an endpoint for Live Apps case creation. Download the recipe from https://www.mashling.io/recipe/mqtt-lambda-tci.
20
20
21
21
The pre-configured recipes are available at https://www.mashling.io/moreRecipes.
0 commit comments