Skip to content

KuldeepGupta04/fuse

 
 

Repository files navigation

Open Source, Camel based iPaaS

Welcome to the Fuse open source stack which consists of:

Here's a Demo

For slides and videos see this blog post on the CamelOne 2013 keynote.

<iframe src="http://player.vimeo.com/video/68126320" width="500" height="313" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

Camel in the cloud demo from CamelOne 2013 from James Strachan on Vimeo.

Creating a Fabric

You can try a download of the Fuse Fabric code or build the project with maven via:

cd fabric/fuse-fabric/target
tar xf fuse-fabric-99-master-SNAPSHOT.tar.gz
cd fuse-fabric-99-master-SNAPSHOT

From the distro, start up the Fuse container via:

bin/fusefabric

Once the container starts up, create a Fabric:

fabric:create -r manualip -m localhost --new-user admin --new-user-password admin

then to enable the hawtio console:

container-add-profile root hawtio

you should be able to then open it at http://localhost:8181/hawtio/

to add kibana for ElasticSearch based search of logs, metrics & camel messages:

container-add-profile root kibana

the profile I used in the demo video is exmaple-camel-fabric or can be created via the console via:

container-create-child  --profile example-camel-fabric root mycamel

About

Fuse Fabric : a provisioning, configuration and management solution for Apache Karaf, Apache ServiceMix and Fuse

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.8%
  • JavaScript 19.3%
  • Scala 5.2%
  • HTML 3.6%
  • CoffeeScript 3.1%
  • CSS 1.3%
  • Other 1.7%