Spring Data DynamoDB
AboutOverviewOverviewOverviewIntroductionOverview

Welcome to the spring-data-dynamodb wiki!

Conceptual

  • Supported Spring Data Comparison Operators
  • Use Hash Range keys

Implementation

How-Tos and explanations relevant during the implementation of DynamoDB solutions:

  • Access to releases
  • Quick Start - XML-based configuration
  • Custom Repository implementations
  • DynamoDB Hash Key Example
  • DynamoDB GSI Example
  • Query Size Limits and Pageable
  • Projections
  • Autocreate Tables

Operational

Topics that address operational/devops topics:

  • Spring-Data REST
  • Alter table name during runtime
  • Amazon DynamoDB Accelerator (DAX)
  • Multi Repository configuration

Posts

  • Jan 3, 2025

    Welcome to Jekyll!

subscribe via RSS

Spring Data DynamoDB

  • Spring Data DynamoDB
  • naderfares@gmail.com
  • naderfares
  • naderfares

The Spring® Data project simplifies building Spring-powered applications by providing a consistent and intuitive programming model for various data access technologies. Spring Data DynamoDB integrates Spring with Amazon DynamoDB, a fully managed NoSQL database, enabling seamless data access with familiar Spring abstractions. It supports CRUD operations, declarative queries, and automatic object-to-table mapping, all while leveraging DynamoDB’s scalability and performance. This module makes working with DynamoDB straightforward, allowing developers to focus on building robust and scalable applications with minimal boilerplate code.