Questions tagged [spring-data-gemfire]

Spring Data GemFire focuses on integrating Spring Framework's powerful, non-invasive programming model and concepts with Pivotal GemFire, simplifying configuration, development and providing high-level abstractions.

Pivotal GemFire is a real-time, in-memory distributed data management platform providing data-intensive applications built for a cloud architecture with enterprise-class features, such as redundancy and high-availability with linear scale-out.

To learn more about Pivotal GemFire, see here.

Spring Data GemFire focuses on integrating Spring Framework's powerful, non-invasive programming model and concepts with Pivotal GemFire to simplify the configuration and development of GemFire-based applications as well as to provide high-level abstractions for many of GemFire's core components.

To get up-to-date information on Spring Data GemFire, visit the project page, on spring.io or see the project's status in JIRA. You can also checkout the source on GitHub and even fork the project in order to submit Pull Requests (PR) if you have have an idea for a new feature or how to make it better. We encourage the community to get involved.

Finally, there is no better place to stay informed or to be involved than by following us in the Spring IO Blog. Every week, Josh Long publishes an fantastic article on "This Week in Spring" loaded with all things related to Spring.

296 questions
0
votes
1 answer

Spring-data-gemfire Boolean query only works with PDX serialization?

I have a simple Boolean field in a pojo which I am storing in a gemfire region. The pojo also includes other fields with different data types (such as String, Long, Short, Date, etc). I have written a region query for each field and they return just…
hubbardr
  • 3,153
  • 1
  • 21
  • 27
0
votes
1 answer

Values are not being populated into gemfire cache

I have 2 xml config files as below app-context.xml:
iuser
  • 209
  • 1
  • 6
  • 18
0
votes
1 answer

gemfire local region creation

I have my cache.xml as below:
iuser
  • 209
  • 1
  • 6
  • 18
-1
votes
3 answers

Fetch Last 24 hour data using Gemfire OQL

Can anyone help me with fecthing exactly last 24 hr data directly using gemfire OQL or some custom java code. i tried using LIKE query and fetch two days of data but i am not sure how two pass dynamic data in gemfire query since everything is…
-1
votes
1 answer

Integration tests with Cucumber using embedded GemFire for a Spring Boot application deployed in an Apache Geode client/server topology

I intend to write integration tests with Cucumber for a GemFire cache client application using Spring Boot and deployed in an Apache Geode client/server topology. I referred to the question - How to start Spring Boot app without depending on Pivotal…
-1
votes
1 answer

Connecting to pivotal cloud cache from a spring boot gemfire client app on non PCF (VSI) Platform

I have Pivotal cloud cache service with https URL , i can connect to the https service via gfsh . I have a spring boot app annotated with @ClientCacheAPplication which is running on a VSI , on a seperate VSI server , on a non PCF / non cloud…
Vaidy
  • 19
  • 4
-1
votes
1 answer

Error - Bean Definition Overriding - ClientGemFirePropertiesConfigurer

SSLConfiguration inherits ClientGemFirePropertiesConfigurer from EmbeddedServiceConfigurationSupport class. When I EnableSSL which loads SSLConfiguration, the runtime fails with error - Bean ClientGemfirePropertiesConfigurer already…
-1
votes
1 answer

GemfireTemplate with ClientRegionShortcut.CACHING_PROXY_HEAP_LRU doesn't cache locally

clientCache.createClientRegionFactory(ClientRegionShortcut.CACHING_PROXY_HEAP_LRU) works as expected when used with a spring-cache GemfireCacheManager and caches data locally. However when the same settings is used in conjunction with…
Divs
  • 1,578
  • 2
  • 24
  • 51
-1
votes
1 answer

Lucene integration with SDG

We are looking to use the newly added Lucene feature in Pivotal GemFire 9/Apache Geode. For this, we would need to know if there are any examples for the Lucene integration with Spring Data GemFire?
-1
votes
1 answer

Comparing two region in Gemfire

I have two huge regions REGION-A and REGION-B (200 Million rows in each region) Now I am checking to see if both the region are identical or not. Also, i want to return the mismatch. Is there any way in Gemfire to achieve this?
Vikas Rana
  • 11
  • 4
-2
votes
1 answer

Spring Gemfire Cache implementation

I am trying to implement cache mechanism provide by Spring Data GemFire. Has anyone implemented a solution? I need to check on performance and ease to implement it.
1 2 3
19
20