Spring Data
The Spring Data Aerospike library leverages the Spring Framework, which makes it easy to map data from a Java application onto the Aerospike Database and read it back. For more information, see the Spring Data overview and the Spring Framework overview on the Spring.io website.
The Spring Data Aerospike implementation supports both synchronous and reactive programming paradigms.
Documentation
See Spring Data Aerospike - Documentation for full project documentation, including installation and usage.
External resources for projects
There are a number of articles and tutorials to help you get started with Spring Data Aerospike. These include:
- How to set up Spring Data Aerospike in a Spring Boot application for basic CRUD operations
- How to create secondary index in Spring Data Aerospike
- Basic error handling in Spring Data Aerospike
- Creating custom converters
- Handling concurrent updates using optimistic locking
- Caching with Spring Boot and Aerospike
- Spring Data Aerospike: Reactive Repositories
- Spring Data Aerospike - Projections