Skip to content
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

Status? #1

Open
alexgorbatchev opened this issue Jun 11, 2014 · 7 comments
Open

Status? #1

alexgorbatchev opened this issue Jun 11, 2014 · 7 comments
Labels

Comments

@alexgorbatchev
Copy link

Curious what is the status of this module? Is it ready to be used? I noticed it's not listed on the official repo.

@tmpaul
Copy link
Owner

tmpaul commented Jun 11, 2014

Version 0.1.5-1 includes a lot of functionalities and bug fixes. Please refer the Readme file for usage info. If you have any doubts about usage, kindly ask it here. The adapter is still under development, but all major CRUD operations are supported. I am still writing the tests for this adapter. Once the tests are finished, a stable version will be released and linked to from the jugglingdb page.

@alexgorbatchev
Copy link
Author

Thanks for the update! I'm just getting interested in DynamoDB and wondering if you might have any good links for me to look at? I've been looking through all the slides I could find but that's about it so far.

@tmpaul
Copy link
Owner

tmpaul commented Jun 12, 2014

The documentation hosted at AWS site is exhaustive. If you are using nodejs, you can refer the low level APIs by visiting http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/frames.html and clicking DynamoDB in the frame on the left. The blog by Amazon CTO http://www.allthingsdistributed.com/2013/12/dynamodb-global-secondary-indexes.html is also pretty good. Also take a look at aws-sdk package for nodejs.

@pporada-gl
Copy link

What's the status on this then? It's been 2 years since the last update. Is this project dead?

@akinnee-gl
Copy link

Tried using this and my app is throwing a 500 but the debug messages only say nice things.

@tmpaul
Copy link
Owner

tmpaul commented Jun 28, 2016

Hi, this module was originally written to support an internal project, and since then I have not had much time to work on this. I presumed that since no new issues are created on this repository, that it works okay. @akinnee-gl Can you tell me what version of jugglingdb you are using ? The dependencies might be out of date, so the best way to check is using dynamodb local. Also what does the body of the 500 response say ?

@akinnee-gl
Copy link

I switched to the mysql adapter, which is fine for what I need. It looked like it's the only one up to date.

I was trying to use this for an Atlassian Connect addon. Their framework uses "jugglingdb": "~0.2.10". I didn't see any useful output. The debug messages in the console made it seem like it was working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants