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
817 stars 106 forks source link

Is this project dead? #214

Open stefolog opened 2 years ago

stefolog commented 2 years ago

I can see there are no new commits since 2019. Does this mean this project is now dead? We are using it in one of our projects, and if so, we need to plan migrating out of it.

Hatko commented 2 years ago

We consider using it in our project. Is there a plan to support it?

damianesteban commented 1 year ago

Last release was in 2018. I would go with dynamodb-toolbox.

ArsenyYankovsky commented 1 year ago

We have been using this ODM in production, but seeing it wasn't supported anymore we decided to fork this package and our fork is called nova-odm.

What we have done so far:

The overall goal is to keep it interface-compatible with this project (since we generally like this API), but keep it up-to-date and supported. The switch is rather easy due to interface compatibility, you just need to replace depencendies and imports like this:

@aws/dynamodb-data-mapper -> @nova-odm/mapper
@aws/dynamodb-data-mapper-annotations -> @nova-odm/annotations
@aws/dynamodb-expressions -> @nova-odm/expressions

Feel free to raise issues and send us PRs.

Nevon commented 1 year ago

Feel free to raise issues and send us PRs.

Issues are disabled on the project. I haven't really had any issues so far, but was wondering if that was intentional or how you would prefer issues to be raised?

ArsenyYankovsky commented 1 year ago

Feel free to raise issues and send us PRs.

Issues are disabled on the project. I haven't really had any issues so far, but was wondering if that was intentional or how you would prefer issues to be raised?

Thanks for noticing and letting me know! I have enabled issues on the project now.