spring-cloud.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [spring-cloud]

www.codever.land/bookmarks/t/spring-cloud

Cloud-Native Batch Processing with Spring Batch 4 - Michael Minella - 1h:9min

https://www.youtube.com/watch?v=-Icd-s2JoAw

This talk will explore the latest release of Spring Batch as well as how to utilize it in a modern cloud environment. We will work through building a cloud-native batch process using Spring's stack in...


Spring - Getting Started - Messaging with Google Cloud Pub/Sub

https://spring.io/guides/gs/messaging-gcp-pubsub/

Messaging with Google Cloud Pub/Sub :: Learn how to exchange messages using Spring Integration channel adapters and Google Cloud Pub/Sub


Spring Cloud GCP Home Page

https://spring.io/projects/spring-cloud-gcp

The Spring Cloud GCP project makes the Spring Framework a first-class citizen of Google Cloud Platform (GCP).

[Spring Cloud GCP Code Samples](https://github.com/spring-cloud/spring-cloud-gcp/tree/mas...


Piggy Metrics

https://piggymetrics.tk/

A simple way to deal with personal finances

This is a proof-of-concept application, which demonstrates [Microservice Architecture Pattern](http://martinfowler.com/micro...


A Tale of Two Frameworks: Spring Cloud and Istio - YouTube

https://www.youtube.com/watch?v=AMJQO9zs2eo

Spring has been the leader as a microservices framework for Java with Spring Boot, Spring and Spring Cloud. Istio has emerged as a polyglot alternative to Spring Cloud as an open platform to connect, ...


Spring Cloud Homepage

http://spring.io/projects/spring-cloud

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing,...


A Guide to Spring Cloud Netflix - Hystrix

https://www.baeldung.com/spring-cloud-netflix-hystrix

The article shows how to set up a fallback in your application logic, using Spring Cloud Hystrix.