awslabs / dynamodb-data-mapper-js

A schema-based data mapper for Amazon DynamoDB.
https://awslabs.github.io/dynamodb-data-mapper-js/
Apache License 2.0
818 stars 106 forks source link

Is this project dead? #138

Open johndoe2361289638165 opened 5 years ago

johndoe2361289638165 commented 5 years ago

Latest commit on 24 Nov 2018, no 1.0 release after more than one year...is this project just some experimental stuff or is it considered to become the official data-mapper for js/ts?

cloudsolver commented 5 years ago

I hope not!!

tpennetta commented 5 years ago

I agree that if this is still being under active development by AWS Labs there should be a more active commit history and progression toward a full release. This project is very valuable in the wild if this can get to 1.0.

However, it is open source, so as a community perhaps we can do our best to contribute to the cause.

johndoe2361289638165 commented 5 years ago

Is it on the roadmap that this project will be integrated in the aws-sdk?

LucasBadico commented 5 years ago

Dead I think not. The guys just need some help.. I see just one guy working on this.

kennu commented 5 years ago

This project is the best way to use DynamoDB in TypeScript apps so I really hope AWS will continue development. Transaction support is probably the biggest thing missing right now.

michaelwittwer commented 5 years ago

If someone is looking for some alternative DynamoDB client, we just released our first production ready version, with some up to date features like transactions and lots more. https://github.com/shiftcode/dynamo-easy

Perhaps the two projects can benefit from each other in the future.

ajhool commented 5 years ago

@chrisradek @srchase @jeskew a lot of us in the typescript community rely on this project and we aren't seeing issues being answered by the aws team, is it still actively maintained or should we seek other clients? Could it be pulled into the aws-sdk?

I also submitted a support ticket to aws to hopefully get the seemingly last maintainer some help on this project and I recommend that others do the same if they'd like this project to continue seeing support.

jthomerson commented 4 years ago

I'm curious to hear from those who have used this project thoughts on whether @shiftcoders/dynamo-easy could just replace it? That project is actively maintained and appears to solve the same problems that this project attempted to.

LucasBadico commented 4 years ago

the true diference is that this data-mapper library is following the data-mapper library interfaces from other languages.

gricey432 commented 4 years ago

To bring in the important part from https://github.com/aws/aws-sdk-js/issues/2637

Yes, we have plan to move the library to V3 after it comes to offictial.

So looks like this library is dead for now and is going to become part of v3 js sdk at some point in the future

acomagu commented 4 years ago

I hoooope resume development. This is the best ORM for DynamoDB because it still has clean and cleverly moduled codebase, and very simple/useful interface. This still covers almost usecases of DynamoDB and works well. It was sad if this repo continue dying.

kennu commented 4 years ago

It is great that this library will be part of AWS SDK v3. I hope we could get instructions here when and how to start using it.