Skip to content

Commit

Permalink
Merge pull request #192 from TIBCOSoftware/chore-update-readme
Browse files Browse the repository at this point in the history
correcting recipe urls in docs folder
  • Loading branch information
rameshpolishetti authored May 24, 2018
2 parents cfa09b1 + 7e1de0b commit 5930f4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/web/content/getting-started/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ You can also disable the ping service using the command:
./mashling-gateway -c <path to mashling json> -p=false
```

The health check endpoint is available at *http://<GATEWAY IP>:<PING-PORT>/ping* with an expected result of:
The health check endpoint is available at *http://GATEWAY-IP:PING-PORT/ping* with an expected result of:

```
{"response":"Ping successful"}
```

A more detailed health check response is available at *http://<GATEWAY IP>:<PING-PORT>/ping/details* with an example result of:
A more detailed health check response is available at *http://GATEWAY-IP:PING-PORT/ping/details* with an example result of:

```
{"Version":"0.2","Appversion":"1.0.0","Appdescription":"This is the first microgateway app"}
Expand Down
20 changes: 10 additions & 10 deletions docs/web/content/getting-started/recipes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ pre: "<i class=\"fa fa-spoon\" aria-hidden=\"true\"></i> "

A recipe is a pre-configured Mashling JSON file which can be customized or used as is for a specific gateway use case.

* **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.
* **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.
* **MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/gateway/mqtt-producer.
* **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.
* **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.
* **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.
* **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.
* **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.
* **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.
* **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.
* **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.
* **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.
* **MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/recipe/mqtt-producer.
* **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.
* **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.
* **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.
* **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.
* **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.
* **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.
* **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.

The pre-configured recipes are available at https://www.mashling.io/moreRecipes.

0 comments on commit 5930f4e

Please sign in to comment.