Report this

What is the reason for this report?

Equivalent of Azure Table storage

Posted on October 27, 2024

Hi everyone! I’d like to know if DO has the equivalent of Azure Table storage (https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-overview). Thank you!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey!

As far as I can see from the documentation page that you’ve shared, Azure Table storage is very similar to a NoSQL database:

The service is a NoSQL datastore.

If this is what you are after, the DigitalOcean Managed Databases with MongoDB might fit your use-case just right.

MongoDB is a NoSQL database, which, like Azure Table Storage, allows you to store documents in a flexible schema-less format. It supports quick data retrieval and could be a good alternative if you need a similar key-value structure for non-relational data:

https://www.digitalocean.com/products/managed-databases-mongodb

Let me know if this would work for you!

- Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.