From 3361fb10eec311927f4f8ca938e704fbc4f01498 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Wed, 10 Mar 2021 13:24:32 +0100 Subject: [PATCH] Initial camel performance --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..66bc9af --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Apache Camel Performance Tests + +![master build](https://github.com/apache/camel-examples/workflows/master%20build/badge.svg) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel) +[![Javadocs](http://www.javadoc.io/badge/org.apache.camel/apache-camel.svg?color=brightgreen)](http://www.javadoc.io/doc/org.apache.camel/camel-core) +[![Stack Overflow](https://img.shields.io/:stack%20overflow-apache--camel-brightgreen.svg)](http://stackoverflow.com/questions/tagged/apache-camel) +[![Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://camel.zulipchat.com/) +[![Twitter](https://img.shields.io/twitter/follow/ApacheCamel.svg?label=Follow&style=social)](https://twitter.com/ApacheCamel) + + +[Apache Camel](http://camel.apache.org/) is a powerful open source integration framework based on known +Enterprise Integration Patterns with powerful bean integration. + +### Introduction + +This project provides performance tests for Apache Camel.