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:
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:
Let me know if this would work for you!
- Bobby