Tag: Java

Gemini Generative AI Java April 8, 2024

Deterministic Generative AI with Gemini Function Calling in Java - Gemini's Function Calling blends the flexibility of generative AI with the precision of traditional programming. This allows for controlled and predictable outputs, as demonstrated in the Java Cloud Function that standardizes addresses using Gemini and an external API.

gRPC Java Networking Official Blog Prometheus March 11, 2024

Creating Spring-based gRPC microservices managed by Prometheus and Grafana - This blog post explores integrating gRPC with Spring-based microservices.

Duet AI Java Feb. 26, 2024

Test-Driven Development with Java, Spring Boot and Duet AI in GCP - Write tests before business logic with Duet AI assistance!

Cloud Run Java Feb. 19, 2024

The Future of Java Performance in Cloud Run: Native Java, CRaC and Project Leyden - Build high-performance Java apps in Cloud Run.

Cloud Functions Java Serverless Feb. 19, 2024

Storage-triggered Google Cloud Functions in Java - This post covers Java Cloud Function triggering by Cloud Storage event.

Cloud Spanner Java Feb. 19, 2024

Setting Up a Spanner Emulator in Spring Boot - Efficiently Bridging Local Development and Cloud Services: A Guide to Setting Up the Spanner Emulator with Spring Boot.

Apache Beam Cloud Dataflow Java Feb. 11, 2024

Apache Beam schemas and Cloud Dataflow updates - Use @SchemaFieldNumber with your Java pipelines in Apache Beam to make sure that schemas are always backwards compatible.

Google Kubernetes Engine Java Official Blog Feb. 11, 2024

Faster startup times for Kubernetes workloads with Kube Startup CPU Boost - This article describes Kubernetes resource management for Pods and containers.

BigQuery Java Jan. 29, 2024

Unleashing BigQuery Power with Spring Boot Starter - Spring sample configurations for BigQuery.

Gemini Java Vertex AI Dec. 25, 2023

Gemini Function Calling - A promising feature of the Gemini large language model released recently by Google DeepMind, is the support for function calls. It’s a way to supplement the model, by letting it know external functions or APIs can be called.

Java Dec. 18, 2023

The bumpy road of Java apps to the cloud - How to approach Java application modernization in the context of migration to the cloud? What to look at? Where are bumps and bottlenecks?

Artifact Registry Java Dec. 18, 2023

Streamlining Maven Jar Distribution: A Guide to Pushing Artifacts to Google Cloud Artifact Registry - This tutorial goes through the process of pushing Maven JAR artifacts to the Google Cloud Artifact Registry.

Cloud Run Java Dec. 11, 2023

Cloud Run: The Spring Boot rebirth with GraalVM native compilation - Deploying Spring Boot applications to Cloud Run and evaluation cold start time.

Duet AI Java Official Blog Nov. 13, 2023

Build a Java Spring Boot app in IntelliJ with Duet AI assistance - This article explains how to create a simple Java Spring Boot web application from scratch with the help of Duet AI inside Jetbrains IntelliJ IDEA.

Cloud Functions Java Vertex AI Nov. 13, 2023

Integrating langchain4j and PaLM 2 Chat Bison Model - Converting Python to Java code that invokes Chat Bison PaLM2 model hosted on Vertex AI.

Apache Beam Java Oct. 16, 2023

Mastering Apache Beam: Essential Transformations in Java for Google Cloud Dataflow - This article explains most common transformations in Apache Beam using Java samples.

Firebase Java Oct. 16, 2023

Spring Boot integration tests with Firebase Local Emulator Suite - Using Firebase emulator suite for unit tests.

Apache Beam Java Oct. 9, 2023

Java & Apache Beam: The Complete Windowing Guide for GCP Dataflow - Exploring all types of window transformation in Apache Beam using Java.

Generative AI Java Machine Learning Oct. 2, 2023

Discovering LangChain4J, the Generative AI orchestration library for Java developers - Using Java/Grrovy in a Generative AI world.

Cloud Spanner Java Oct. 2, 2023

Spring Boot, a persistent ORM and a consistent Database! - Spring Boot on Google Cloud: Part 4!

Cloud Storage Java Sept. 11, 2023

Utilizing the MinIO client for Google Cloud Storage integration. - Establishing a connection to Cloud Storage through Minio client.

Java Official Blog Sept. 11, 2023

Develop and Test Spring Boot Applications Consistently - Learn how to consistently build and test with environment parity from development to production with Emulators and open-source Testcontainers.

Cloud Run Java July 17, 2023

Spring Native and Serverless with Spring Boot apps on Google Cloud! - This blog is part 3 of the 5-part Spring Boot on Google Cloud series. Read Part 1 and Part 2 if you missed it previously.

BigQuery Data Science Java Scala July 3, 2023

Google launches Java and Scala Procedures for BigQuery - Using stored procedures for Apache Spark with Java or Scala.

Cloud Vision API Java Official Blog June 12, 2023

Computer vision made easy: Vision AI on Spring Boot and Java - Build a Vision AI application using Spring Boot and Java that extracts text from images, detects the local language and translates to English.

Artifact Registry Java Python Terraform June 12, 2023

Migration to Google Cloud part 1 — Migrating dependencies to Artifact Registry - Migrating Maven artifacts to the Artifact registry.

Cloud Run Eventarc Java May 1, 2023

EventArc with Cloud Run - Google Cloud EventArc provides a simple way to act on events generated by a variety of Google Cloud Services.

CI Cloud Build Cloud Dataflow Java March 20, 2023

CI CD for Dataflow Java with Flex Templates and Cloud Build - This article shows a complete use case using CI/CD pipeline to build, deploy and run Apache Beam/Dataflow job.

Anthos Java Official Blog March 6, 2023

Spring Cloud GCP 4.0 is out! Let’s upgrade the sample Bank of Anthos app. - Spring Cloud GCP 4.0 is now generally available. Read on to learn what it offers and experience a walkthrough of upgrading a project from 3.x to 4.x.

Cloud Datastore Java Feb. 6, 2023

Storing Protocol Buffers data in GCP Datastore using the Datastore Java SDK - This article describes how to store data in protocols buffer format in Datastore.

Apache Beam Cloud Dataflow Cloud Storage Java Nov. 21, 2022

How to prevent OOMs while streaming data to GCS via Apache Beam/Dataflow? - Tips to debug Out Of Memory errors when running Beam pipeline on Cloud Dataflow.

Artifact Registry DevOps Go Java Official Blog Sept. 26, 2022

Container analysis support for Maven and Go Automatic Scanning of Containers in Public Preview - Customers can now list existing vulnerabilities in Maven and Go packages automatically via Container Scanning upon upload to Artifact Registry.

Java Skaffold Sept. 5, 2022

Skaffold for Local Java App Development - Example of using Skaffold for local development of Java applications.

Cloud Functions Cloud SQL Java Official Blog Aug. 29, 2022

Lightweight Application Development with Serverless Cloud Functions (Java) and Cloud SQL (SQL Server) in 2 minutes - In this post, you’ll learn to build a Java based Cloud Function that will connect to Cloud SQL - SQL Server database using Cloud SQL Connector for Java.

Java Skaffold Aug. 22, 2022

Building and Deploying Containerized Application to Kubernetes using Jib and Skaffold - This article explains, how to create a Java application using Dropwizard, Gradle, Jib, and Skaffold.

Java Official Blog Security July 25, 2022

Google supports CSRB call for open source security improvements in wake of log4j report - Google offers an open source security roadmap to industry that aligns with a new report from CISA’s Cyber Safety Review Board on the log4j vulnerabilities.

Java Official Blog July 11, 2022

Announcing native image support for Java Client Libraries — Optimize your short lived workloads - This is an overview of the new GraalVM Native Image support for our client libraries and a showcase of the benefits that are now available.

Beginner Cloud Spanner Java July 4, 2022

Spring Cloud GCP — Cloud Spanner - An intro using Cloud Spanner with Java Spring framework.

Cloud Firestore Cloud Functions Cloud Storage Java June 27, 2022

Using Firestore database to access your Cloud Storage metadata - Saving custom Cloud Storage blobs metadata in Firestore to allow complex queries.

Anthos Java Migration Official Blog Feb. 21, 2022

Introducing Google Cloud's Tomcat migration tooling - This article describes how practitioners can easily migrate existing Tomcat workloads from virtual machines to Google Cloud’s container platforms.

Cloud Operations Java Security Feb. 14, 2022

Learning from “Log4j 2” Vulnerability - Part 1: Using Google Cloud Operations suite - How to detect & alert on threats with Cloud Operations Suite.

Apache Beam Cloud Dataflow Java Jan. 31, 2022

Error handling with Apache Beam : presentation of Asgarde - A library for error handling with Apache Beam.

Google Kubernetes Engine Java Kubernetes Microservices Tutorial Jan. 24, 2022

Java Microservice on Google Kubernetes Engine (GKE) Cluster - In this article are described steps to create a Java Microservice, and deploy it to Google Kubernetes Engine.

BigQuery Java Jan. 24, 2022

How to: BigQuery Protobuf Streaming Inserts using Java - An end-to-end example of how to create and push data to BigQuery in protobuf format.

Google Kubernetes Engine Java Jan. 3, 2022

Deploying Java Spring app to GKE using ArgoCD - Deploying Java Spring application into GKE cluster leveraging GitOps ArgoCD pull mode.

BigQuery Cloud Dataflow Java Nov. 29, 2021

Open sourcing protobuf-to-bigquery converter - Java library to convert Protocol buffer Java object to BigQuery row.

BigQuery Cloud Pub/Sub Dataflow Java Oct. 11, 2021

PubSub to BigQuery: How to Build a Data Pipeline Using Dataflow, Apache Beam, and Java - Step by step tutorial on how to create pipeline in Cloud Dataflow.

Cloud Pub/Sub Java Kubernetes Monitoring Sept. 20, 2021

Dark launching real-time price alerts - Ingesting data from Pub/Sub.

Cloud SQL Java Aug. 30, 2021

Getting Started with Spring Cloud GCP: Cloud SQL - This article explains how to use Cloud SQL (MySQL) using Spring Cloud GCP.

Java Aug. 16, 2021

Getting Started with Spring Cloud GCP: Overview - An overview of Spring Cloud GCP.

Cloud Dataflow Java Python July 5, 2021

Quick Steps to Build & Deploy Dataflow Flex Templates (Python & Java) - Flex Templates package the Dataflow pipeline artefacts as a Docker image and stage these images on Google Container Registry.

Apache Beam BigQuery Cloud Dataflow Java June 22, 2021

Apache Beam Hack — Streaming into Sharded BQ Tables - Dealing with issues when streaming to hourly sharded BigQuery tables.

Cloud Functions Java June 14, 2021

GCP Cloud Functions in Java - Debugging locally Java Cloud Function (with IntelliJ and Postman), and deploying to GCP.

Java NodeJS Official Blog Python June 14, 2021

Node, Python and Java repositories now available in Artifact Registry - Expanded language support lets you store Java, Node and Python artifacts in Artifact Registry, for a more secure software supply chain.

Apache Beam Cloud Datastore Java May 10, 2021

Apache Beam: Look-up Table with Side Input - Using the side input feature of Apache Beam.

App Engine Java Security May 10, 2021

How I Hacked Google App Engine: Anatomy of a Java Bytecode Exploit - A story about finding vulnerability and developing an exploit to break out of the App Engine sandbox and get arbitrary code execution on a Google server.

Cloud Run Java Official Blog May 3, 2021

The modern web architecture jigsaw puzzle, made easy for you - Deploying a modern, globally distributed, scale-on-demand web application can be quite a puzzle, or you can take the easy path.

Cloud Run Java Serverless April 19, 2021

Exploring a fast inner dev loop for Spring Boot apps targeting Google Cloud Run - Developing and deploying REST API in Java Spring Boot and deploying to Cloud Run.

Beginner Cloud Firestore Firebase Java April 12, 2021

Firestore: The New Database - An overview of Cloud Firestore with code samples in Java.

Cloud Pub/Sub Java Feb. 22, 2021

Use RSocket to Send Data from a Cloud Pub/Sub Subscription to a Recharts UI - Create an RSocket server with Spring Boot to stream data from a Pub/Sub subscription and to a Recharts (React) Frontend.

App Engine Cloud Tasks Java Feb. 15, 2021

Google Cloud Task Queue with App Engine - This post describes what Cloud Tasks and queues are, and when and how to use them.

Cloud Pub/Sub Java Jan. 25, 2021

How To Subscribe and Send PubSub Messages In Spring Boot App - Integrating Pub/Sub into Java Spring boot application.

Cloud Firestore Firebase Java Jan. 4, 2021

How to use Cloud Firestore in Spring Boot. - Using client library to access Firestore with Spring Boot and Java.

Cloud Pub/Sub Java Kubernetes Jan. 4, 2021

Error handling with Google Cloud PubSub - Google Cloud PubSub now supports automatic Retries and Dead Letter handling, making it much more suitable for application messaging.

Cloud Run Java Dec. 14, 2020

Deploying your Spring Boot application in Cloud Run - Discover how to easily deploy a Spring Boot application on Cloud Run.

Beginner DevOps Docker Google Kubernetes Engine Java Kubernetes Nov. 30, 2020

A Kubernetes Tale: Part II — Gotta Kubernetise ’em all - This tutorial helps you to create your first cluster on GKE and deploy Java application.

Cloud Storage Java Nov. 22, 2020

Upload file to GCS, create URL which expires using Spring Cloud - A Spring Boog Java application which creates signed URL to upload file to Cloud Storage.

Cloud Spanner Java Nov. 22, 2020

Testing a Spring Boot application with the Google Cloud Spanner Emulator - Using Cloud Spanner emulator with Spring Boot Java application.

Cloud Spanner Java Nov. 22, 2020

Working with Cloud Spanner and Java - Building and application using Cloud Spanner.

Cloud Dataflow Cloud Pub/Sub Java Nov. 2, 2020

How To Read a PubSub Messages on GCP Dataflow - Example of the Beam pipeline which reads PubSub messages.

Buildpacks Docker Java Official Blog Nov. 2, 2020

Comparing containerization methods: Buildpacks, Jib, and Dockerfile - Container Images can be created using a variety of methods including Buildpacks, Jib, and Dockerfiles. Let's compare them.

Java Microservices Official Blog Nov. 2, 2020

Modernize your Java apps with Spring Boot and Spring Cloud GCP - Spring Cloud GCP provides a wealth of capabilities for creating modern Java applications and microservices.

Java Oct. 26, 2020

How To Create a Streaming Job On GCP Dataflow - A step by step guide with an example project.

Apache Beam Cloud Dataflow Java Oct. 19, 2020

How To Test GCP Dataflow Pipeline - An Example with Java SDK and Apache Beam Programming Model.

BigQuery Java Oct. 19, 2020

Inject your SpringBoot app data in Google BigQuery - Inserting data into BigQuery from Java SpringBoot application.

BigQuery Cloud Dataprep Java Aug. 31, 2020

Migrate Oracle Data to BigQuery using Dataproc and Sqoop - Migrating data from Oracle to BigQuery via Cloud Dataproc.

Docker Java Official Blog Aug. 17, 2020

Now it’s personal: Containerizing Java applications with Jib - Jib makes it easy to containerize Java applications, and is now better integrated with other ecosystem tools.

BigQuery Billing Cloud Monitoring Java Aug. 17, 2020

Big Data in Google Cloud — Cost Monitoring (part III) - Implementing cost monitoring system for BigQuery.

Cloud Storage Java Kotlin Aug. 17, 2020

Asynchronous downloads from Google Storage with Kotlin - Code sample to download files from Cloud Storage asynchronously.

Cloud Dataflow Java July 27, 2020

Google Cloud Dataflow template generation using Gradle and FAT JAR - Generating a Dataflow template using Gradle and single uber/fat jar.

Apache Beam Big Data Cloud Dataflow Cloud Pub/Sub Java July 20, 2020

Performing Deduplication in Real Time streaming pipeline with Apache Beam stateful processing - An example of doing PubSub message content deduplication in Apache Beam running on Dataflow.

Cloud Monitoring Cloud Run Java Python July 20, 2020

Google Cloud Trace, Debug, Error reporting - Setting Tracing, Debugging, and Error reporting for Python and Java applications on Cloud Run.

Cloud Run Java Serverless July 13, 2020

Cloud-Native Microservices with Micronaut - Deploying Micronaut web application on Cloud Run.

App Engine Java Tutorial June 22, 2020

Deploy a Spring Boot API to GCP App Engine - This tutorial explains how to deploy Spring Boot to App Engine.

Cloud Build Cloud Run Java June 22, 2020

Build and deploy secure containers to a serverless runtime using Google Cloud Buildpacks and this six-line file. - Deploying Spring Boot app to Cloud Run with Cloud Build.

Apache Beam BigQuery Java June 22, 2020

Reading NUMERIC fields with BigQueryIO in Apache Beam - Handling conversion of NUMERIC type from BigQuery in the Beam Java pipeline.

Anthos Java Official Blog June 8, 2020

How Migrate for Anthos streamlines legacy Java app modernization - Latest Migrate for Anthos streamlines modernization of legacy Java apps.

App Engine Cloud SQL Java Tutorial June 8, 2020

Using Spring Boot with Google App Engine in 4 steps - Setting up and deploying Spring Boot web application on App Engine.

Cloud Functions Java Official Blog Serverless June 1, 2020

Introducing Java 11 on Google Cloud Functions - You can now write a Cloud Functions function in Java 11.

App Engine Java May 25, 2020

Helidon applications on Google App Engine - This article details building an example Java web application using Helidon MP libraries and deploying it on Google App Engine.

Apache Beam Cloud Dataflow Cloud Firestore Java May 18, 2020

Cloud Firestore on Beam with Java - Creating custom transformation in Java to upload data to Cloud Firestore.

Anthos Java Official Blog May 18, 2020

Anthos in depth: Transforming your legacy Java applications - How to modernize legacy Java applications with Anthos.

Cloud Build Cloud Run DevOps Docker Java May 4, 2020

How to CI/CD on Google Cloud Platform - Using Cloud Build, Google Container Registry, and Cloud Run to continuously build and deploy a simple Java application.

Docker Google Kubernetes Engine Java April 27, 2020

Deploy Springboot to GKE from scratch in 7 minutes - Deploying Springboot on Google Kubernetes Engine.

Cloud Dataproc Java April 13, 2020

How to run a Java 11 Spark Job on Google Cloud Dataproc - This tutorial shows how to set up Google Cloud Dataproc Spark jobs to run software compiled in Java 11.

Java March 9, 2020

Minimize Dependency Pain in Java Libraries - A collection of Google Best Practices for Java Libraries.

CI Cloud Build DevOps Google Kubernetes Engine Java Kubernetes March 9, 2020

Simple CI/CD for Java on GKE - Ever wanted a CI/CD pipeline that takes little effort and just works? This post explains how to do this for Java and GKE using Jib and Keel.

Java Security Feb. 24, 2020

Easy GSuites Domain-Wide Delegation (DwD) in Java - Simple wrapper in Java to Perform G Suite Domain-Wide Delegation of Authority.

BigQuery Cloud Dataflow Java Feb. 17, 2020

Change-data Capture (CDC) solution to capture data from an MySQL database, and sync it into BigQuery. - Syncing MySQL database to BigQuery via Cloud Dataflow.

App Engine CI Cloud SQL Gitlab Java Feb. 3, 2020

Using Gitlab CI/CD to deploy a Spring Boot application in Google Cloud - Setting up Gitlab CI/CD to deploy Java application to App Engine.

Cloud Tasks Java Jan. 13, 2020

Cloud Task — Asynchronous Task Processing - Overviews of Cloud Tasks with example in Java.

Cloud Pub/Sub Docker Java Jan. 6, 2020

Integration testing Pub/Sub interactions in your application - Using Cloud Pub/Sub emulator for integration testing.

Cloud Run Java Stackdriver Dec. 16, 2019

Java Logging on Cloud Run with Stackdriver - The article describes Java logging options on Cloud Run.

Cloud Run Java Dec. 9, 2019

Efficient Java Development Life Cycle for Google Cloud Platform (GCP) Containers Using Eclipse - Improving development life cycle for Java-based containers before deploying on Google Cloud Platform.

Apache Beam Big Data Java Oct. 28, 2019

Testing in Apache Beam Part 1: Batch - A look into how to write unit and end to end tests in Beam.

Docker Java Kubernetes Tutorial Oct. 21, 2019

Running Spring Boot application on GKE - Step by step walkthrough running a Spring Boot application on Google Kubernetes Engine.

Cloud Pub/Sub Java Official Blog Oct. 14, 2019

Push configuration with zero downtime using Cloud Pub/Sub and Spring Framework - Learn how to use Cloud Pub/Sub to keep configuration up to date with Spring Cloud Config and Spring Cloud Bus.

Java Kubernetes Stackdriver Oct. 6, 2019

GCP Goodies Part 7— Stackdriver Profiler - How to install an agent and start up a profiler on any JVM based application running in Kubernetes. Profiling can help you discover new information about your applications.

Apache Beam Java Aug. 26, 2019

Apache Beam + Kotlin = ❤️ - Apache Beam samples are now available in Kotlin!

Java NoSQL Aug. 26, 2019

How to deploy Cassandra and connect on Google Cloud Platform with a few clicks - Learn how to set up a Cassandra cluster, SSH into it, and then connect using the Datastax Java client driver of your choice.

Apache Beam Java Aug. 19, 2019

Google Dataflow Pipeline for Incremental Data Load from Oracle DB to GCS - Using Beam and Dataflow to export data from Oracle DB.

Beginner Cloud Vision API Java Tutorial Aug. 12, 2019

Getting Started with Google Cloud Vision API with java - Step by step tutorial to starting using Cloud Vision API in Java.

Firebase Java July 29, 2019

How to access Firebase Realtime Database through a proxy server with the java client - Accessing Firebase Realtime database behind proxy.

Cloud Run Java July 22, 2019

Java frameworks performances on Cloud Run - Testing various Java frameworks for cold start duration.

Big Data BigQuery Data Science Java July 15, 2019

Beast: Moving Data from Kafka to BigQuery - GOJEK’s open source solution for moving data from Kafka to Google BigQuery.

App Engine Java Serverless July 8, 2019

50 Shades Of Serverless In Java! (Part 3) - Example of using App Engine for the serverless deployment of Java web application.

Apache Beam Cloud Dataflow Data Analytics Java June 17, 2019

Creating a simple Cloud Dataflow with Kotlin - Simple Beam pipeline which subscribes to a Pub/Sub topic and creates Entities of Datastore for each message and runs on Cloud Dataflow, written in Kotlin.

Cloud Run Java Serverless May 27, 2019

Using Cloud Run as a webhook for Actions on Google - Cloud Run is a new product for Google Cloud Platform that makes it easier to run your application in the cloud as a container.

App Engine Go Java NodeJS April 8, 2019

Google App Engine Benchmark - Benchmarking Google App Engine for various properties and languages.

Java Official Blog Serverless April 1, 2019

Accelerate Java application development on GCP with Micronaut - Using Micronaut (Java framework) to develop serverless applications on GCP.

Cloud Bigtable Cloud Dataflow Java Terraform March 18, 2019

Tracking crypto currencies exchange trades with GCP Bigtable and Dataflow in real time - Article describes infrastructure for creating tracking of crypto currencies exchange trades in real time.

BigQuery Cloud Dataflow Java March 11, 2019

DataFlow: Dealing with BigQuery schema change - Detection of BigQuery schema changes in streaming Dataflow jobs.

API Cloud Endpoints Google Kubernetes Engine Java Tutorial March 4, 2019

Using Google Kubernetes Engine to host Google Cloud Endpoints - Article describes step by step tutorial to deploy Java web application using Cloud Endpoints on GKE .

Docker Java Feb. 18, 2019

Jib 1.0.0 is GA—building Java Docker images has never been easier - General availability of Jib 1.0.0, making it fully ready and stable for production use. Jib is an open-source tool that containerizes your Java applications.

Cloud SQL Java Feb. 4, 2019

How to configure Micronaut to use Google Cloud MySql as datastore - How to configure your Micronaut app to use Google Cloud Sql for MySQL as a datastore.

Java Official Blog Jan. 28, 2019

Announcing Spring Cloud GCP 1.1: deepening ties to Pivotal’s Spring Framework - Major GA release Spring Cloud GCP 1.1 with many new integrations, bug fixes, and documentation updates.

App Engine Java Jan. 28, 2019

How to build actions with Java Client Library on Google AppEngine - How to build actions with the Java/Kotlin Client Library and to deploy them to the Google AppEngine.

Java Jan. 28, 2019

Logging real remote IPs in Tomcat logs with Google Load Balancer - Using Google Load Balancer log real remote IPs in Tomcat logs.

Cloud Pub/Sub Java Tutorial Jan. 21, 2019

Creating Google Cloud Pub/Sub publishers and subscribers with Spring Cloud GCP — Part 1: Setup - How to use Spring Cloud GCP to develop fast and simple Cloud Pub/Sub publishers and subscribers using Spring Cloud GCP.

Cloud Pub/Sub Java Tutorial Jan. 21, 2019

Creating Google Cloud Pub/Sub publishers and subscribers with Spring Cloud GCP — Part 2: Implementation - How to use Spring Cloud GCP to implement Pub/Sub publishers and subscribers that help us develop cool message-driven micro-services.

Cloud Dataproc Java Python Dec. 17, 2018

Big Data Analytics with Java and Python, using Cloud Dataproc, Google’s Fully-Managed Spark and Hadoop Service - Exploring Cloud Dataproc’s ability to quickly and efficiently run Spark jobs written in Java and Python.

Google Cloud Platform Java Oct. 22, 2018

How to publish a Spring Boot app (with a database) on the Google Cloud Platform - Publishing a Spring Boot app with a database on the Google Cloud Platform.

Java Oct. 22, 2018

GCP Podcast - #151 Java & Jib with Patrick Flynn and Mike Eltsufin

Java Oct. 15, 2018

Full Stack Kotlin on Google Cloud! by Brent Shaffer

Java Oct. 8, 2018

Google Cloud-Native Architecture with Spring Cloud GCP

Java Sept. 3, 2018

Bootiful GCP: Getting Started With Spring Cloud for Google Cloud Platform - Article describes setting up simple project using Spring Cloud GCP.

Cloud Dataproc Java Official Blog Aug. 20, 2018

Managing Java dependencies for Apache Spark applications on Cloud Dataproc - Include Java dependencies for Apache Spark applications on Cloud Dataproc.

Google Cloud Platform Java Aug. 13, 2018

Calling Java developers: Spring Cloud GCP 1.0 is now generally available - Spring Cloud GCP is a project in the Spring Cloud family that helps Java developers build Spring Boot applications and its now generally available.

Google Cloud Platform Java Official Blog Aug. 6, 2018

Access Google Cloud services, right from IntelliJ IDEA - With the Cloud Tools for IntelliJ plugin, it is now possible to discover APIs, consume them, and test against them locally, all without leaving your IDE.

Java Storage Aug. 6, 2018

Hazlecast on Google Cloud Platform part 1 - The process of deploying, securing Hazlecast cluster in to the GCP.

BigQuery Java July 23, 2018

Streaming data directly into BigQuery - Cost effective ways to streaming data directly into BigQuery.

Docker Java Official Blog July 16, 2018

Introducing Jib — build Java Docker images better - Jib, an open-source Java containerizer from Google that lets Java developers build containers using the Java tools developers know.

Cloud Dataflow Java July 2, 2018

Running format transformations with Cloud Dataflow and Apache Beam - Code examples of conversions between tabular data file formats which can be with Apache Beam on Dataflow.

App Engine Java June 4, 2018

Back-end with Google App Engine and Java - Creating APIs using Endpoints on Google App Engine.

Cloud SQL Java May 21, 2018

Tutorial: Using Google Cloud SQL Proxy with Wildfly in Kubernetes - Introduction to understand how to use Google Cloud SQL Proxy in Wildlfy and create a datasource to use in J2EE application.

App Engine Java April 23, 2018

Three tricks for working with Google App Engine - Short tips for working with Google App Engine.

BigQuery Cloud Natural Language API Java April 9, 2018

Analyzing Twitter Location Data with Heron, Machine Learning, Google’s NLP, and BigQuery - Using different products from Google Cloud Platform to get insights from Twitter data.

App Engine DevOps Java Tutorial March 19, 2018

Deploying Kotlin/Java applications to Google App Engine Standard with CircleCI - Tutorial about deploying Kotlin/Java applications to Google App Engine Standard with CircleCI.

Cloud SQL Java March 19, 2018

Setting up Cloud SQL in Java - Learn setting up Cloud SQL in Java.

Java Kubernetes Tutorial Feb. 19, 2018

Migrating a Spring Boot service to Kubernetes in 5 steps - Step by step tutorial to migrate a Spring Boot service to Kubernetes.

Google Cloud Platform Java Official Blog Feb. 12, 2018

Announcing Spring Cloud GCP—integrating your favorite Java framework with Google Cloud - Announcement: Spring Cloud GCP is available and provides integrations between popular Spring libraries and GCP services.

Firebase Java Feb. 12, 2018

Logging in Java libraries for Firebase and Google Cloud Platform - Learn about logging in Java libraries for Firebase.

App Engine Java Tutorial Feb. 12, 2018

Getting started with Spring Boot and Google App Engine - Quick example of how to create and deploy a Spring Boot application in Google App Engine.

App Engine Java Tutorial Dec. 11, 2017

Getting started with Google App Engine and Spring Boot in 5 steps - utorial to get you setup and deploy your Spring Boot application on App Engine in just 5 steps using Maven.

Firebase Java Dec. 11, 2017

Firebase: Asynchronous Operations with Admin Java SDK - Discussion about changes in most recent Firebase Admin SDK for Java.

Java Nov. 13, 2017

Cloud Native with Spring Boot on Google Cloud Platform

App Engine Java Oct. 2, 2017

Java 8 on App Engine standard environment is now generally available

Java Sept. 25, 2017

Getting Started w/ Java on GCP - How to start with Java (with example)

Cloud SQL Java Aug. 20, 2017

Google Cloud SQL — 4 ways (Spring) - Accessing Google Cloud SQL databases with Spring

Java Aug. 7, 2017

Google DLP API — Sample Groovy (Java) integration client code - Setting up DLP (Data-loss prevention) API with Groovy

Cloud Pub/Sub Java July 24, 2017

Getting started with Google Cloud PubSub using java client — Non Google App Engine deployment - Setting PubSub and use it Java code

App Engine Java July 3, 2017

Google App Engine standard now supports Java 8 - Java 8 has now beta availability on App Engine standard environment.

gRPC Java May 15, 2017

Putting gRPC multi-language support to the test - with gRPC multi language support it's possible to implement services in most popular languages, in this article concretely Java and C#

Java April 24, 2017

Debugging Java in Production on Google Cloud

 

Latest Issues




Contact

Zdenko Hrček
Třebanická 183
Prague, Czech Republic
Phone: +420 777 283 075
Email: [email protected]