Skip to content

ggreen/spring-geode-showcase

Repository files navigation

Spring Geode Showcase

The project contains various examples using the In-Memory NO-SQL data management solution Apache Geode

OLTP Apache Geode Support

Real-time transactions can be fast and furious. Think about building the next big retail market app. Users of the app need to get the answers as quickly as possible. Any slow down to response times will have those users going somewhere else. When the application is popular more and more users will come. Having highly scalable and fast data services is essential. This session will highlight and describe

What is OLTP? What are its characteristics? What are the data service challenges?

How Apache Geode can be used to meet needs such as

  • Performance
  • Scalability
  • Strong Consistency
  • NoSQL characteristics
  • High Availability
  • Fault Tolerance
  • WAN Replication

Applications

Application Notes
applications/account-location-rest-service Kotlin Spring Boot application thats demonstrates transactions
applications/account-rest-service Java Spring Boot application for Spring Data Geode CRUD operations