Add CouchBase sample

This commit is contained in:
David Turanski
2020-12-07 09:25:02 -05:00
parent 9d9804c365
commit 15cf920c13
24 changed files with 1779 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
= Couchbase Stream Applications
A sample Spring Cloud Stream Application and Consumer to demonstrate testing strategies using TestContainers.
This project includes the following modules:
* link:couchbase-consumer/[couchbase-consumer] - A Consumer to upsert documents into Couchbase
* link:couchbase-sink/[couchbase-sink] - A Spring Cloud Stream sink application to invoke the consumer
== Build
```bash
./mvnw clean install
```