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.
- Host: GitHub
- URL: https://github.com/lucasguiss/kotlin-google-cloud-operations
- Owner: lucasguiss
- Created: 2021-07-18T17:05:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T19:36:39.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T02:14:29.363Z (over 1 year ago)
- Topics: cloud, gcp, google, kotlin, storage
- Language: Kotlin
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```