avvero / camel-graph

Camel-graph is the viewer for routes in servicemix and camel applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camel-graph

camel-graph

Camel-graph is the viewer for routes in servicemix and camel applications. Article with intention and result explanation (Russian)

Requirenment

Viewer work over JMS with help of jolokia, so jolokia is required to be in your application or in servicemix.

Example

main-sm

Configuration - services.json

{
  "environments": [
    {
      "name": "dev",
      "services": [
        {
          "name": "smx",
          "url": "http://localhost:8181",
          "color": "#62aa34",
          "authorization": {
            "login": "smx",
            "pass": "smx"
          }
        }
      ]
    }
  ]
}

Launch

go build
./camel-graph -httpPort=8080

About

Camel-graph is the viewer for routes in servicemix and camel applications


Languages

Language:JavaScript 38.7%Language:Go 29.9%Language:CSS 19.3%Language:HTML 12.1%