InfoQ Homepage Google Cloud Content on InfoQ
-
Terraform Google Provider 6.0: Automatic Labeling, Extended Naming Flexibility, and More
HashiCorp released version 6.0 of the Terraform Google provider, delivering key updates to improve cloud infrastructure management and developer workflows. The release introduces automatic labeling for Terraform-created resources, expanded naming flexibility, and removal of deprecated features. It also simplifies handling Google IDs and IAM binding for external resources.
-
Google Proposes Adding Pipe Syntax to SQL
In a recent paper titled "SQL Has Problems. We Can Fix Them", a research team at Google proposed the introduction of a new Pipe Syntax in SQL. Google's solution to address perceived limitations in SQL is currently available in the GoogleSQL and ZetaSQL dialects, but it has received mixed feedback from the community.
-
Google Cloud Launches C4 Machine Series: High-Performance Computing and Data Analytics
Google Cloud recently announced the general availability of its new C4 machine series, powered by 4th Gen Intel Xeon Scalable Processors (Sapphire Rapids). The series offers a range of configurations tailored to meet the needs of demanding applications such as high-performance computing (HPC), large-scale simulations, and data analytics.
-
Elastic and Google Cloud Collaborate for Enhanced Security Analytics
Recently, Elastic and Google Cloud discussed their partnership to deliver a comprehensive security solution. This collaboration merges the Elastic Search AI Platform with Google Cloud's scalable and secure infrastructure, establishing a security platform designed to safeguard hybrid workloads.
-
Spanner Graph: Google Introduces Graph Database on Spanner
At the recent Cloud Next conference in Tokyo, Google announced Spanner Graph, a managed feature that integrates graph, relational, search, and AI capabilities within Spanner. This new database supports a graph query interface compatible with ISO GQL (Graph Query Language) standards while avoiding the need for a standalone graph database.
-
Google Cloud Introduces Geo-Partitioning for Spanner: Reduced Latency and Cost Optimization
Google Cloud has announced adding geo-partitioning to Spanner, its fully-managed, globally distributed database. According to the company, this new feature aims to improve performance and user experience for geographically dispersed applications and users while optimizing operational costs.
-
Uber’s Journey to Modernizing Big Data Infrastructure with Google Cloud Platform
In a recent post on its official engineering blog, Uber, disclosed its strategy to migrate the batch data analytics and machine learning (ML) training stack to Google Cloud Platform (GCP). Uber, runs one of the largest Hadoop installations in the world, managing over an exabyte of data across tens of thousands of servers in each of its two regions
-
Google Cloud Introduces Hierarchical Namespace for Cloud Storage in Preview
Google Cloud has announced a significant update to its Cloud Storage services by introducing the Hierarchical Namespace (HNS). Now available in preview, this new feature allows users to organize their storage buckets in a hierarchical file system structure, enhancing performance, consistency, and manageability.
-
Google Provides Extended Support for Cloud SQL MySQL and PostgreSQL End-of-Life Versions
Google Cloud has announced extended support for end-of-life Cloud SQL MySQL and PostgreSQL versions to help users maintain database operations and plan upgrades more efficiently. Starting February 1, 2025, versions such as MySQL 5.6, 5.7 and PostgreSQL 9.6 to 12 will enter an extended support phase, allowing customers to continue using these versions beyond their standard support dates.
-
Google Cloud Introduces Customizable Dashboards
Google Cloud has recently expanded its customizable observability dashboards to over 10 services, including Google Kubernetes Engine (GKE), Compute Engine, Cloud Run, Cloud Functions, Cloud Storage, Dataproc, Dataflow, MySQL System Insights, and a few others.
-
AWS Fargate Significantly Improves Windows Container Launch Times
AWS has announced improved launch times for Windows containers running on AWS Fargate. Launch times were improved by pre-baking the AMIs, leveraging EC2 fast launch, and eliminating the network proxy. The team has also provided recommendations for users to further enhance their container launch times.
-
Enhanced Security for Enterprises: Google Launches Google Threat Intelligence
At the recent RSA Conference in San Francisco, Google Cloud introduced Google Threat Intelligence, a new security offering for large organizations. The new solution provides users with actionable insights, external threat monitoring, attack surface management, digital risk protection, and in-depth analysis of Indicators of Compromise (IOC).
-
GitLab and Google Cloud Join Forces to Streamline Development and Enhance Security
At Google Cloud Next ‘24, GitLab announced a series of integrations aimed at enhancing the developer experience and streamlining cloud-based development workflows. These integrations, now in public beta, combine GitLab's DevOps platform with Google Cloud's infrastructure and services.
-
AWS Adds Auto-Instrumentation of Python Applications to CloudWatch Application Signals
AWS announced the support of auto-instrumentation of Python applications to the Amazon Cloudwatch Application Signals feature. Application Signals enables the use of AWS Distro for OpenTelemetry to instrument Python applications without code changes. Application Signals allows for the monitoring of service-level objectives (SLOs) and works with several AWS observability and monitoring tooling.
-
Terraform 1.8 Adds Provider-Defined Functions, Improves AWS, GCP, and Kubernetes Providers
HashiCorp has released version 1.8 of Terraform, their infrastructure-as-code language. The release introduces provider-defined functions. This enables the creation of custom functions within a given provider that handle computational-style tasks. Several providers have introduced new provider-defined functions. Version 1.8 also introduces improvements to refactoring across resource types.