How to query S3 objects using AWS S3 SELECT with example?

How to query S3 objects using AWS S3 SELECT with example? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to query S3 objects (CSV, JSON, Compressed) using AWS S3 SELECT with examples. What is AWS S3 SELECT? With Amazon S3 Select, you can use simple structured query language (SQL) statements to filter the contents of an Amazon S3 object and retrieve just the subset of data that you…

1 Comment

How to filter json data using jq?

How to filter json data using jq? With increase use of API and event driven architectures which mostly use JSON as payload, its essential for a DevOps or Software engineer to know how to filter json data. What is JSON? JSON or JavaScript Object Notation is a text-based standard used to store and transmit data objects between applications, clients and servers in the web. A JSON data object consist of key-value pairs and arrays…

Comments Off on How to filter json data using jq?