

I want to join the content of the sales and date tables, adding information on the gross sales for an event ( total_price in the query), and the percentile in terms of all time gross sales compared to all events. I need to create a query that gives me a single view of what is going on with sales. Let’s build a query in Redshift to export the data to S3. My data is stored across multiple tables. To understand their relevance, each event should have a way of comparing its relative sales to other events.

I want to correlate this data with social media comments on the events stored in my data lake. To try this new feature, I create a new cluster from the Redshift console, and follow this tutorial to load sample data that keeps track of sales of musical events across different venues. Or you can use different tools such as Amazon Athena, Amazon EMR, or Amazon SageMaker. You can then analyze the data in your data lake with Redshift Spectrum, a feature of Redshift that allows you to query data directly from files on S3. The Parquet format is up to 2x faster to unload and consumes up to 6x less storage in S3, compared to text formats. This enables you to save data transformation and enrichment you have done in Redshift into your S3 data lake in an open format. You can now unload the result of a Redshift query to your S3 data lake in Apache Parquet format. Let’s explain the interactions you see in the diagram better, starting from how you can use these features, and the advantages they provide. This architectural diagram gives a quick summary of how these features work and how they can be used together with other AWS services. Federated Query to be able, from a Redshift cluster, to query across data stored in the cluster, in your S3 data lake, and in one or more Amazon Relational Database Service (RDS) for PostgreSQL and Amazon Aurora PostgreSQL databases.Data Lake Export to unload data from a Redshift cluster to S3 in Apache Parquet format, an efficient open columnar storage format optimized for analytics.Today, we are launching two new features to help you improve the way you manage your data warehouse and integrate with a data lake: To get information from unstructured data that would not fit in a data warehouse, you can build a data lake. A data lake is a centralized repository that allows you to store all your structured and unstructured data at any scale. With a data lake built on Amazon Simple Storage Service (Amazon S3), you can easily run big data analytics and use machine learning to gain insights from your semi-structured (such as JSON, XML) and unstructured datasets. Amazon Redshift is a fast, fully managed data warehouse that makes it simple and cost-effective to analyze data using standard SQL and existing Business Intelligence (BI) tools. A data warehouse is a database optimized to analyze relational data coming from transactional systems and line of business applications.
