By Kishore K
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
