-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current status #20
Comments
It is not maintained: nowadays I'm mostly using plain dynamo (aws-sdk with
DocumentClient:
http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html
).
On Sun, 30 Jul 2017 at 06:00, Sergey Antoninko ***@***.***> wrote:
What is current status of this project? Couldn't find any live fork or
successor or alternative.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARPmGhlAEuJtSgxwlBKawIL0mdV8EWuks5sS7mkgaJpZM4OnfHg>
.
--
Andrea Gariboldi, Technical Screener || [Toptal](https://www.toptal.com/)
|| andrea.gariboldi (skype)
|
Yeah. It feels weird that documentClient is the only production-ready option for dynamodb+node for that many years. I understand, why regular ORM-like solutions didn't work, but it must be possible to have something of higher level than this. For example, Titan with dynamodb looked good, but I don't want to run an instance for such things and I saw no attempts to do some stateless language-agnostic protocol for that. dyngodb was a very interesting idea in that sense. What stopped you? |
This was one thing: I reimplemented the protocol from scratch in dyngo but at the end of the exercise I think the entire project should be refactored with async / await + better coding standards and probably having a proper port of dynamodb-transactions via: I simply do not have enough time to bring this forward now. |
What is current status of this project? Couldn't find any live fork or successor or alternative.
The text was updated successfully, but these errors were encountered: