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

https://github.com/gemfire/spring-cloud-data-flow-for-vmware-gemfire

Spring Cloud Data Flow for VMware GemFire
https://github.com/gemfire/spring-cloud-data-flow-for-vmware-gemfire

Last synced: 5 months ago
JSON representation

Spring Cloud Data Flow for VMware GemFire

Awesome Lists containing this project

README

          

## Spring Cloud Dataflow for VMware GemFire

This project enables users to configure data streams for VMware GemFire for the [Spring Cloud Dataflow](https://spring.io/projects/spring-cloud-dataflow) environment by providing implementations for `java.util.function.Consumer` and `java.util.function.Supplier`. This is done by providing implementations of the [Spring Cloud Stream](https://spring.io/projects/spring-cloud-stream) project for VMware GemFire.

You need to include this dependency into your project:

**Maven**
```xml

com.vmware.gemfire
spring-cloud-starter-2022.0-gemfire-10.0
{project-version}

com.vmware.gemfire
gemfire-core
10.0.1

com.vmware.gemfire
gemfire-cq
10.0.1

```

**Gradle**
```groovy
implementation "com.vmware.gemfire:spring-cloud-starter-2022.0-gemfire-10.0:{project-version}"
implementation "com.vmware.gemfire:gemfire-core:10.0.1"
implementation "com.vmware.gemfire:gemfire-cq:10.0.1"
```

For more information on how to configure the project please refer to:
* [Spring Cloud Supplier](spring-cloud-supplier-gemfire/README.md)
* [Spring Cloud Consumer](spring-cloud-consumer-gemfire/README.md)