From the course: Cloud DevOps Concepts: Understanding Processes and Services

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Considering your data

Considering your data

From the course: Cloud DevOps Concepts: Understanding Processes and Services

Start my 1-month free trial

Considering your data

- [Instructor] So in dealing with data, when you're talking about DevOps in the cloud, you really should think of data as layers, almost like layers of a cake. So we have the data access layer, which really is an API, which allows us to in essence expose the data to the applications that need to consume the data. The ability to deal with some structure of information whether it's an object-based database, whether it's relational database, a columnar database, there's some sort of an aid structure that we have to understand. The ability to provide operations for the database, our data. So things are able to run consistently and we're able to repair issues. And then finally some raw storage. You'll find that most databases that exist in the cloud and even on-premises have some sort of raw storage behind them that allows you to persist the data in hardware.

Contents