Skip to content

naderfares/spring-data-dynamodb

 
 

Repository files navigation

layout title permalink
page
About
/about/

Build Status Maven Central

Spring Data DynamoDB

The primary goal of the Spring® Data project is to make it easier to build Spring-powered applications that use data access technologies.

This module deals with enhanced support for a data access layer built on AWS DynamoDB.

Technical infos can be found on the project page.

Quick Start

Download the JAR though Maven Central

Add the following to your pom.xml:

<dependency>
  <groupId>io.github.naderfares</groupId>
  <artifactId>spring-data-dynamodb</artifactId>
  <version>6.0.9</version>
</dependency>

or via Gradle

compile group: 'io.github.naderfares', name: 'spring-data-dynamodb', version: '6.0.9'

Version & Spring Framework compatibility

The major and minor number of this library refers to the compatible Spring framework version. The build number is used as specified by SEMVER.

API changes will follow SEMVER and loosely the Spring Framework releases.

spring-data-dynamodb version Spring Boot compatibility Spring Framework compatibility Spring Data compatibility
1.0.x >= 3.1 && < 4.2
4.2.x >= 1.3.0 && < 1.4.0 >= 4.2 && < 4.3 Gosling-SR1
4.3.x >= 1.4.0 && < 2.0 >= 4.3 && < 5.0 Gosling-SR1
4.4.x >= 1.4.0 && < 2.0 >= 4.3 && < 5.0 Hopper-SR2
4.5.x >= 1.4.0 && < 2.0 >= 4.3 && < 5.0 Ingalls
5.0.x >= 2.0 && < 2.1 >= 5.0 && < 5.1 Kay-SR1
5.1.x == 2.1 >= 5.1 Lovelace-SR1
5.2.x >= 2.2 >= 5.2 Moore-RELEASE, Nuemann-RELASE
6.0.x >= 3.2.5 >=6.1.6 2023.1.5

spring-data-dynamodb depends directly on spring-data as also spring-tx.

compile and runtime dependencies are kept to a minimum to allow easy integration, for example into Spring-Boot projects.

History

The code base has some history already in it - let's clarify it a bit:

About

This module deals with enhanced support for a data access layer built on AWS DynamoDB.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%