Chapter 10: Extending Redshift's Capabilities
Amazon Redshift allows you to analyze all your data using standard SQL, using your existing business intelligence tools. Organizations are looking for more ways to extract valuable insights from the data, such as big data analytics, machine learning (ML) applications, and a range of analytical tools to drive new use cases and business processes. Building an entire solution by sourcing data, transforming data, reporting data, and ML can easily be accomplished by taking advantage of the capabilities provided by AWS' analytical services. With native integrations between the analytical services already built in, you don't have to write any additional code while using these capabilities.
The following recipes will be covered in this chapter:
- Managing Amazon Redshift ML
- Visualizing data using QuickSight
- AppFlow for ingesting SaaS data in Redshift
- Data wrangling using Databrew
- Utilizing ElastiCache for...