You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ⚠ Planing to [transfer](https://help.github.com/articles/transferring-a-repository-owned-by-your-personal-account/) this repository to the [spring-data-dynamodb](https://github.com/spring-data-dynamodb) organization by the end of the month! ⚠ #
6
+
Everything should stay the same for links/browsing - just Git `remote`s must be updated
5
7
6
-
The primary goal of the [Spring Data](http://www.springsource.org/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 [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) based data access layers.
The primary goal of the [Spring® Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies.
14
+
15
+
This module deals with enhanced support for a data access layer built on [AWS DynamoDB](https://aws.amazon.com/dynamodb/).
16
+
17
+
Technical infos can be found on the [project page](https://derjust.github.io/spring-data-dynamodb/).
7
18
8
19
## Supported Features ##
9
20
10
21
* Implementation of CRUD methods for DynamoDB Entities
11
22
* Dynamic query generation from query method names (Only a limited number of keywords and comparison operators currently supported)
12
-
* Possibility to integrate [custom repository code](http://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.single-repository-behaviour)
23
+
* Possibility to integrate [custom repository code](https://github.com/derjust/spring-data-dynamodb/wiki/Custom-repository-implementations)
13
24
* Easy Spring annotation based integration
14
25
15
26
## Demo application ##
@@ -23,13 +34,14 @@ The major and minor number of this library refers to the compatible Spring frame
23
34
24
35
API changes will follow SEMVER and loosly the Spring Framework releases.
25
36
26
-
|`spring-data-dynamodb` version | Spring Framework compatibility | Spring Data compatibility |
0 commit comments