Cloud Computing Explained: What is Serverless SQL and Why Should You Care? – hackernoon.com

@adipolakAdi Polak

Software Developer Blogger Speaker 1 of 25 influential women in Software Development

Well. Let's start by examining what Serverless really means.

According toWikipedia, serverless computing is a cloud computing execution model where the cloud provider manages the server and dynamically allocates the resource needed to finish the task.

That means, as users, we are in charge of the logic only. We don't need to take care of the servers, capacity planning, or maintenance operations scale. It doesn't mean they are not happening; they are, just not by us.

According toWikipedia, SQL is a domain-specific programming language used for managing data held in relational databases.

Serverless SQL is a distributed computing tool that enables us to process distributed data using SQL language without managing the databases servers themselves. If we have data, or "big data" in one or more of our data lake/storages, likeAWS S3orAzure blob storage,we can run SQL query on that data without the need to build a pipeline or inject the data into distributed databases such as Cassandra or MongoDB.

This is a huge advantage, especially when we would like to interact with offline data without creating the pipelines or peek at completely fresh new data that was just sunk into the storage before replicating/transforming and saved into a dedicated Database.

As with all cloud services, there is a need to understand the cost model. with serverless, we pay-per-use. That means that we pay for the amount of processed data.

If we ran a

Lead Photo by C Dustin on Unsplash

Also published at https://towardsdatascience.com/what-is-serverless-sql-and-how-to-use-it-for-data-exploration-eadad1f1a036

Software Developer Blogger Speaker 1 of 25 influential women in Software Development

Create your free account to unlock your custom reading experience.

Follow this link:
Cloud Computing Explained: What is Serverless SQL and Why Should You Care? - hackernoon.com

Related Posts

Comments are closed.