jnosql icon indicating copy to clipboard operation
jnosql copied to clipboard

Increase the Support for DynamoDB

Open otaviojava opened this issue 2 years ago • 12 comments

Database name

DynamoDB

Database details

We currently have DynamoDB in our repository but with a massive leak of documentation and test.

We need to check if we want to keep this database, and if yes, we need to:

  • [x] Create documentation on README fixed: https://github.com/eclipse/jnosql-databases/pull/219
  • [x] Create TestContainer test for it. Fixed: https://github.com/eclipse/jnosql-databases/pull/219
  • [ ] Provide support to Document API. WIP: https://github.com/eclipse/jnosql-databases/pull/260

Relevance

It is relevant because we already have it in our repository.

otaviojava avatar May 13 '23 10:05 otaviojava

@otaviojava, the AWS DynamoDB API is providing an interesting way to supporting to persist and query data in its key-value data structure, maybe we could provide support for the Document NoSQL API. What do you think?

dearrudam avatar May 15 '23 04:05 dearrudam

@dearrudam if they can support both, go for it :)

otaviojava avatar May 15 '23 08:05 otaviojava

@dearrudam I've updated to one more item. That is the document support.

otaviojava avatar May 15 '23 09:05 otaviojava

Hello guys, how you doing? How can I help with this task? Is this what you and Gabriel are working on the SouJava lives right now @dearrudam ?

brunobarros2093 avatar May 18 '23 22:05 brunobarros2093

Hey @bbwithpointers, how are you doing? Yeah! Gabriel and I are doing the "Coffee.withJava" series on the SouJava Youtube channel by talking about contributing to this project, but in the last lives we have been working on this issue: #365

dearrudam avatar May 20 '23 03:05 dearrudam

@bbwithpointers, it'll be awesome to work on this task together! Let's book a discussion! What do you think?!

dearrudam avatar May 20 '23 05:05 dearrudam

@dearrudam lets do it, would be a honor :) gonna send a tweet for you so we can schedule this chat

brunobarros2093 avatar May 20 '23 18:05 brunobarros2093

Hello guys, how you doing? Is the last issue still open? Can I help you @dearrudam if so?

brunobarros2093 avatar Aug 06 '23 04:08 brunobarros2093

Sure! @techpordentro, let's book a meeting to talk about it! 👍

dearrudam avatar Aug 06 '23 04:08 dearrudam

@otaviojava, FYI I'm working on it! Here's the branch with such codes: https://github.com/dearrudam/jnosql-databases/tree/feat/dynamodb-document-support

dearrudam avatar Dec 27 '23 06:12 dearrudam

That is nice @dearrudam You can create draft if you wish, so everyone can check the status in live.

otaviojava avatar Dec 27 '23 11:12 otaviojava

That's great!!! It's my first draft PR!!! https://github.com/eclipse/jnosql-databases/pull/260

Thanks, @otaviojava

dearrudam avatar Dec 27 '23 12:12 dearrudam