rameshkum / service-block-samples

Spring Cloud Function Service Block Samples

Home Page:http://www.kennybastani.com/2017/07/microservices-to-service-blocks-spring-cloud-function-aws-lambda.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cloud Function Service Block Samples

This repository contains a collection of service block examples that will help you learn how to use Spring Cloud Function in your microservice architecture.

What are Service Blocks?

Service blocks are cloud-native applications that share many characteristics with microservices. The key difference with microservices is that a service block is a self-contained system that has multiple independently deployable units—mixing together serverless functions with containers.

Service block example

While microservices can be created entirely as serverless functions, a service block focuses on a contextual model that combines together traditional "always-on" applications with portable on-demand functions.

Usage

This repository contains a collection of experimental sample projects that demonstrate the service block patterns. Check the README of each service block in this repository to see the status of the project.

An introduction to service block architectures can be found here.

License

This project is licensed under Apache License 2.0.

About

Spring Cloud Function Service Block Samples

http://www.kennybastani.com/2017/07/microservices-to-service-blocks-spring-cloud-function-aws-lambda.html

License:Apache License 2.0


Languages

Language:Java 85.9%Language:JavaScript 11.0%Language:Shell 2.3%Language:HTML 0.7%