Dynobase

Dynobase

Unleash the full power of DynamoDB.

4 followers

Dynobase allows to export all operations into CLI and popular languages SDK formats. No more writing queries, just copy and paste straight into your favorite IDE.
Dynobase gallery image
Dynobase gallery image
Dynobase gallery image
Dynobase gallery image
Dynobase gallery image
Launch tags:
Productivityβ€’Developer Toolsβ€’Tech
Launch Team

What do you think? …

Parikshit Joshi
Hey @rafalwilinski, This is amazing!! A question though - When would SQL support be live?
Rafal Wilinski
@parinfuture As DynamoDB is NoSQL DB in its essence, this is a non-trivial feat to build SQL-compatible layer on top of it. Right now we're in the discovery phase looking for the best ways to implement it, both from user perspective and backend-wise. Nevertheless, I think the read-only SQL mode should be ready before the end of March.
Parikshit Joshi
@rafalwilinski Awesome Rafal! Best of luck for Dynobase :)
Rafal Wilinski
πŸ‘‹ Hi ProductHunt! Around 6 months ago, I spent 3 days debugging some data problems in DynamoDB. While it’s a great database, I found the experience of the console suboptimal. Jumping from Chrome window to Chrome window, I kept constantly retyping the same queries, the pagination was annoying, and the speed wasn’t right. I wanted to change that. Finally, I’m super happy to announce that Dynobase is live after 5 months of development. This is a result of my own pains working with DynamoDB console and community feedback. It’s free to use for 7 days. Some of the notable features are: βš™οΈ Automatic Query Code and Types generation πŸ”– Bookmarks and History πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Multiple profiles, tables, and tabs support πŸ“₯ Import/Export from and to CSV/JSON 🚨 DynamoDB Offline support I would love to hear what you think, comment below and let me know your feedback / questions, thanks!
Nathan Pointer
Hey @rafalwilinski - can Dynobase be used with Localstack?
Rafal Wilinski
@nwpointer If you start DynamoDB from Localstack on Port 8000, then yes! Right now, I hardcoded the port value as well the region to us-east-1 because these are the defaults for dynamodb-local image from AWS. In next version I'll definitely make it flexible so you could use different ports and virtual regions.
Nathan Pointer
@rafalwilinski Awesome! Thanks for the info :)