In this repository you can find all demonstartions and quickstart examples for SilverWare. It is divided into two categories:
- Demos - these are complex examples usually presented at conferences and other events.
- Quickstarts - simple examples, each of the typically showing a single feature, can be used as basic building blocks and code templates.
- 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.
- 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.