• This repository has been archived on 27/Sep/2021
  • Stars
    star
    29
  • Rank 830,232 (Top 17 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dynamo DB Database Done Scala-way

D4S - "Dynamo DB Database Done Scala-way"

Logo

ATTENTION:

The repo is archived. D4S is distributed as a part of PlayQ Toolkit.

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.