Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 2.5 KB

README.md

File metadata and controls

18 lines (16 loc) · 2.5 KB

Kotlin Samples for Cloud Run

These sample Kotlin applications demonstrate how to deploy Kotlin to Google Cloud Run.

Link Description Deploy
Plain Kotlin Deploy a basic HTTP server Cloud Run (uses Maven) Run on Google Cloud
Spring Boot Kotlin Deploy a basic Spring Boot service on Cloud Run (uses Gradle) Run on Google Cloud
Ktor Kotlin Deploy a basic Ktor service on Cloud Run (uses Gradle) Run on Google Cloud
http4k Kotlin Deploy a basic http4k service on Cloud Run (uses Gradle) Run on Google Cloud
Micronaut Kotlin Deploy a basic Micronaut service on Cloud Run (uses Gradle) Run on Google Cloud
Quarkus Kotlin Deploy a basic Quarkus service on Cloud Run (uses Maven) Run on Google Cloud
gRPC Kotlin Maven Deploy a unary gRPC service on Cloud Run (uses Maven) Run on Google Cloud
gRPC Kotlin Gradle Deploy a unary gRPC service on Cloud Run (uses Gradle) Run on Google Cloud
gRPC Kotlin Streaming Deploy a unary streaming gRPC service on Cloud Run Run on Google Cloud
gRPC Kotlin Bidi Streaming Deploy a bidirectional streaming gRPC service on Cloud Run Run on Google Cloud
Spring Boot CloudSQL A Spring Boot REST server connected to CloudSQL Postgres using R2DBC TODO: Button Support