An open API service indexing awesome lists of open source software.

https://github.com/wcm-io-caravan/caravan-io

Micro Services I/O Resilient Transport Layer.
https://github.com/wcm-io-caravan/caravan-io

caravan http netflix osgi resilience wcm-io

Last synced: 6 months ago
JSON representation

Micro Services I/O Resilient Transport Layer.

Awesome Lists containing this project

README

          

wcm.io Caravan I/O
======
[![Build](https://github.com/wcm-io-caravan/caravan-io/actions/workflows/maven-build.yml/badge.svg?branch=develop)](https://github.com/wcm-io-caravan/caravan-io/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io-caravan_caravan-io&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io-caravan_caravan-io)

wcm.io Caravan - JSON Data Pipelining Infrastructure

![Caravan](https://github.com/wcm-io-caravan/caravan-tooling/blob/master/public_site/src/site/resources/images/caravan.gif)

Micro Services I/O Resilient Transport Layer.

Documentation: https://caravan.wcm.io/io/

Issues: https://github.com/wcm-io-caravan/caravan-io/issues

Wiki: https://wcm-io.atlassian.net/wiki/

Continuous Integration: https://github.com/wcm-io-caravan/caravan-io/actions

Commercial support: https://wcm.io/commercial-support.html

## Build from sources

If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://caravan.wcm.io/maven.html) in your settings.xml.

See [Maven Settings](https://github.com/wcm-io-caravan/caravan-io/blob/develop/.maven-settings.xml) for an example with a full configuration.

Then you can build using

```
mvn clean install
```