[AWS] Create a Glue Catalog Table using AWS CDK
AWS CDK is a framework to manage cloud resources based on AWS CloudFormation. In this post, I will focus on how to create a Glue Catalog Table using AWS CDK.
AWS CDK is a framework to manage cloud resources based on AWS CloudFormation. In this post, I will focus on how to create a Glue Catalog Table using AWS CDK.
Cloud Composer is a fully managed version of the open source workflow tool Apache Airflow on Google Cloud Platform (GCP). To run docker container from Cloud Composer, one of the way is to use the KubernetesPodOperator
, which can launch Kubernetes pods into Kubernetes.
This post will cover these topics:
KubernetesPodOperator
The Airflow scheduler monitors all tasks and DAGs, it triggers tasks and provides tools to check their status. However, to schedule these tasks could be tricky.
In this post, I am going to explore a Hotel Review dataset from Kaggle using pandas and visualize data using matplotlib.
Amazon Elastic MapReduce (EMR) is a managed cluster platform on Amazon Web Services (AWS) for big data processing and analysis. It provides a simplifier way to run big data frameworks such as Apache Hadoop and Apache Spark.
This post will focus on running Apache Spark on EMR, and will cover:
對 Tensorflow 的架構以及 Session 有了基本概念,接下來要了解 Tensorflow 是怎麼利用 Variables 來 maintain state。
繼續來看 Session 的部分。
Session 是 Tensorflow 用來執行命令的語句。可以利用 seesion.run()
來執行已經建立好的 graph 上的某個部份的運算結果。這裡 Session 的筆記和範例程式碼一樣來自官方文件。
這系列紀錄了學習 Google Tensorflow 的歷程和一些小心得,主要是參考官方文件。
先從簡介開始吧。
前幾天接到了一個臨時的任務,寫一個 API。我速速就完成了工作,一切都滿順利的。直到昨天, Mentor 跟我說了一句話:你這個服務是要架在 Windows Server 上的哦…