https://github.com/karesti/infinispan-spring-boot-protobuf
https://github.com/karesti/infinispan-spring-boot-protobuf
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/karesti/infinispan-spring-boot-protobuf
- Owner: karesti
- Created: 2021-08-29T13:42:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T09:02:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T09:44:26.483Z (over 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Cross Site Replication
Run Infinispan with Docker Compose and Cross Site Replication
https://github.com/infinispan/infinispan-simple-tutorials/tree/main/infinispan-remote/cross-site-replication
### More Spring Boot examples
Simple tutorials: https://github.com/infinispan/infinispan-simple-tutorials/tree/main/integrations/spring-boot
Near Caching: https://github.com/infinispan-demos/infinispan-near-cache
### Run App
`mvn clean package spring-boot:run`
Heat the cache running `./cache-heater.sh`
### Queries
`from springone.Customer ORDER BY age DESC`
`from springone.Customer c WHERE c.age: [35 to 50] ORDER BY age ASC`
`from springone.Customer c WHERE c.name:'Len'`
`from springone.Customer c WHERE c.name:'Len'~1`