DEV Community

Cover image for Object Storage
Souleymane. Tiendrebeogo for AWS Community Builders

Posted on • Edited on

1

Object Storage

Object Storage, a relatively new comer in the storage world when compared to Block and file storage, arose from the needed to find a better way to store safely data that are being generated at an unprecedented rate these days due to the limitation of the traditional File Storage.

Object Storage is an affordable way to store unstructured data, something that was hard to do with file Storage. Object Storage
offers storage at a relatively low cost and is designed to served areas like website hosting, web application. That is why it is widely adopted by all major cloud service providers like Amazon Web Service, Microsoft Azure and Google GCP as their primary storage.
Object Storage by design has no built-in limit, thus are is the preferred method of storing safely and affordably unstructured data like audio, video, emails and more.

Let’s go a little deeper

In an Object storage, data items that makes up the object along with its metadata are kept together in a single repository instead of being kept as files in folders or blocks, that allows the object to be easily located over a distributed system.

In Object Storage, Metadata are extremely important and can contain extremely detailed information regarding a particular object such as geolocation, camera type and more

_ Advantages of Object Storage _

As previously mentioned, Object storage allows unstructured data to be stored and managed with ease at any time.
Object Storage can be configured to replicate contents, therefore allowing deleted or damaged object to be restored.

With Object Storage, no need to overspend, you only pay for what you use, making it one of the most affordable storage options on the market, that is why it is widely adopted by the major public cloud providers.

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post