2024-10-29 Data Analysis Chart by Generative AI AIAWSPythonSQL AI/ML In data analysis, we often need to create charts to visualize the data by using BI tools, such as Tableau, Power BI, AWS
2024-10-09 AWS Glue Iceberg tables schema can't be updated with Pulumi AWSCloudIaCPulumiPython Cloud ContextRecently, we’re planing to use Pulumi to manage all current existing AWS Glue Datacatalog tables which are Iceber
2024-09-19 User Survey Feedback Sentiment Analysis Base on AWS Cloud Solution AWSMachine LearningPythonSentiment Analysis Cloud IntroductionThe App Product User Survey Feedback Sentiment Analysis Solution is a cloud-based solution that uses AWS ser
2024-09-10 How to Fix AWS S3 Event Replacing Space With '+' Character Sign in Object Key Name AWSAWS LambdaAWS S3CloudPython Cloud The issue with AWS S3 Event notifications is that it replaces spaces with ‘+’ character sign in the object key name. Thi
2024-07-04 Using Pulumi to Import the AWS Resources of the Other Region AWSCloudIaCPulumiPython Cloud ContextBy default, the Pulumi import the resource in the region which is specified in the Pulumi.yaml or Pulumi.<stac
2024-03-13 Migrate a legacy application to AWS Cloud AWSCloudIaCPulumiPythonReact Cloud BackgroundRecently, we got a requirement from the company to move the application to AWS Cloud. The company has a strong
2024-02-27 Manage the Existing Cloud Resources By Using Pulumi Import AWSCloudIaCPulumiPython Cloud In many real-world scenarios, cloud infrastructure is already in place before adopting infrastructure as code (IaC) solu
2024-02-11 Pulumi - A Powerful IaC to manage the cloud infrastructure AWSCloudIaCPulumiPython Cloud To manage the application cloud infrastructure more efficiently, we can use the Terraform for IaC(Infrastructure as Code
2023-11-19 A fast in-process analytical database - DuckDB DataBaseDuckDBParquetPython Big Data OverviewDuckDB is a seriously powerful database, with a host of unique and amazing features that are straight from the w
2020-11-03 数据分析中的中位数绝对偏差(MAD) Data AnalysisMathPython Data Analysis Median Absolute Deviation (MAD),即中位数绝对偏差,是一种用于衡量数据分散程度或数据集中的异常值的方法。它是一种稳健的统计量,尤其在面对噪声和异常值时,比标准差等方法更加稳健,能更好地反映数据的整体变动。 MA