eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Increase the Support for DynamoDB #380

Closed otaviojava closed 3 weeks ago

otaviojava commented 1 year ago

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:

Relevance

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

dearrudam commented 1 year ago

@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?

otaviojava commented 1 year ago

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

otaviojava commented 1 year ago

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

brunobarros2093 commented 1 year ago

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 ?

dearrudam commented 1 year ago

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 commented 1 year ago

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

brunobarros2093 commented 1 year ago

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

brunobarros2093 commented 1 year ago

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

dearrudam commented 1 year ago

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

dearrudam commented 9 months ago

@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

otaviojava commented 9 months ago

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

dearrudam commented 9 months ago

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

Thanks, @otaviojava

dearrudam commented 3 weeks ago

I'll close it because the bullet points were completed