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
- Host: GitHub
- URL: https://github.com/gemfire/spring-cloud-data-flow-for-vmware-gemfire
- Owner: gemfire
- License: apache-2.0
- Created: 2023-10-03T20:12:03.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-09T01:37:46.000Z (12 months ago)
- Last Synced: 2025-07-09T01:46:25.584Z (12 months ago)
- Language: Java
- Size: 402 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING_CLA.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)