Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.09 KB

SilverWare Examples

In this repository you can find all demonstartions and quickstart examples for SilverWare. It is divided into two categories:

  1. Demos - these are complex examples usually presented at conferences and other events.
  2. Quickstarts - simple examples, each of the typically showing a single feature, can be used as basic building blocks and code templates.

Demos

  • openalt-2015 Example showed at OpenAlt 2015 in Brno. Consists of three services - a temperature sensor register, a value filter that removes duplicates, and an InfluxDB writer. All are CDI microservices.

Quickstarts

  • camel-helloworld Simple Camel microservice - a route from timer to log and stream using route specified in a Java class.
  • camel-helloworld-xml Simple Camel microservice - a route from timer to log and stream using route specified in an XML file.
  • cdi-helloworld Integration of Camel and CDI microservices - a Camel route defined in a Java class sends messages to a CDI microservice.

Demos and Quickstarts have separate execution instructions in their particular readme files.