Questions tagged [dynalite]

An implementation of Amazon's DynamoDB, focussed on correctness and performance, and built on LevelDB (well, @rvagg's awesome LevelUP to be precise).

This project aims to match the live DynamoDB instances as closely as possible (and is tested against them in various regions), including all limits and error messages.

It's open source. see dynalite github repository.

4 questions
0
votes
0 answers

Testcontainers with Dynalite in Jenkins

Recently I expirienced problem with testcontainers. I am using org.testcontainers dynalite 1.17.6
leotim
  • 61
  • 1
  • 1
  • 7
0
votes
1 answer

Is it possible to change dynalite settings when using jest-dynalite

My jest tests are very slow at the moment and I suspect that one of the reasons is that dynality has slow defaults, such as an intentional delay on all updates. Is it possible to change these settings in a jest-dynalite environment? My…
gatapia
  • 3,574
  • 4
  • 40
  • 48
0
votes
0 answers

How to use Testcontainers' Dynalite module in JUnit 5 tests and SpringBoot 2.3.1

I can't figure out how to use Testcontainers' Dynalite module in a JUnit 5 test to be able to test Amazon DynamoDB, - documentation is really too succinct and minimalist. So I added the following dependencies in pom.xml:
belgoros
  • 3,590
  • 7
  • 38
  • 76
0
votes
1 answer

On Vogels with dynalite, Requested resource not found

Someone could share information on how to have vogels working dynalite? Here is what I do to instanciate my DB server locally on my computer: import dynalite from 'dynalite'; import packageJSON from '../package.json' // Returns a standard Node.js…
Damien Leroux
  • 11,177
  • 7
  • 43
  • 57