Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscaro/clj-gcloud-common
Common library for all Google Cloud Clojure wrappers
https://github.com/oscaro/clj-gcloud-common
clojure google-cloud
Last synced: 2 months ago
JSON representation
Common library for all Google Cloud Clojure wrappers
- Host: GitHub
- URL: https://github.com/oscaro/clj-gcloud-common
- Owner: oscaro
- License: epl-1.0
- Created: 2019-04-17T16:47:36.000Z (over 5 years ago)
- Default Branch: devel
- Last Pushed: 2024-07-17T12:42:24.000Z (6 months ago)
- Last Synced: 2024-10-28T13:23:17.179Z (2 months ago)
- Topics: clojure, google-cloud
- Language: Clojure
- Homepage: https://cljdoc.org/d/com.oscaro/clj-gcloud-common/0.112-1.0/doc/readme
- Size: 61.5 KB
- Stars: 6
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-gcloud-common
[![Clojars Project](https://img.shields.io/clojars/v/com.oscaro/clj-gcloud-common.svg)](https://clojars.org/com.oscaro/clj-gcloud-common)
[![cljdoc badge](https://cljdoc.org/badge/com.oscaro/clj-gcloud-common)](https://cljdoc.org/d/com.oscaro/clj-gcloud-common/CURRENT)
Common library for all Google Cloud Clojure wrappers.
## Usage
See the [API docs](https://cljdoc.org/d/com.oscaro/clj-gcloud-common/CURRENT/doc/readme)
## Tests
You need to create two files in order to run the tests:
* `test-resources/service-account.json`: a valid service account
* `test-resources/test-config.edn`: project configuration. See
`test-resources/test-config.edn.example` for a sample file.## License
Copyright © 2017-2022 Oscaro
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.