Popularity
2.2
Stable
Activity
8.7
Growing
29
8
6

Programming language: Scala
License: Apache License 2.0
Tags: Database    
Latest version: v1.0.14-M3

d4s alternatives and similar packages

Based on the "Database" category.
Alternatively, view d4s alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of d4s or a related project?

Add another 'Database' Package

README

D4S - "Dynamo DB Database Done Scala-way"

What is it? Build

D4S - is a Scala library that allows you to work with DynamoDB in a pure functional way. It's powered by Izumi, uses Bifunctor IO and allows you to choose whatever effect type you want to use. It provides flexible and extensible DSL, supports AWS SDK v2 and has great integration with ZIO.

include the following components:

  1. d4s – core package, the lib itself.
  2. d4s-circe – provides circe codecs to encode the data.
  3. d4s-test - provides test environment and docker containers via DIstage TestKit.
  4. metrics - a small yet convenient package for metrics aggregation.
  5. aws-common - tagging and namespaces

Please proceed to the microsite for more information.