An open API service indexing awesome lists of open source software.

https://github.com/lucasguiss/kotlin-google-cloud-operations

Studies of Google Cloud and implementations in Kotlin.
https://github.com/lucasguiss/kotlin-google-cloud-operations

cloud gcp google kotlin storage

Last synced: 11 days ago
JSON representation

Studies of Google Cloud and implementations in Kotlin.

Awesome Lists containing this project

README

          

### Kotling GCP Operations
Project destinated to implement Google Cloud Platform operations in Kotlin

### To install the project
```shell
mvn clean install
```

### Current project structure
```
com.example.kotlingcpoperations
│ README.md
│ KotlinGcpOperationsApplication.kt
└───api
└───dto
└───infrastructure
└─── GCPConnector.kt
└───service
└───util
```