Popularity
1.2
Declining
Activity
0.0
Stable
11
5
0

Programming language: Scala
License: GNU General Public License v3.0 or later
Tags: Misc    
Latest version: v0.3.0

Google4s alternatives and similar packages

Based on the "Misc" category.
Alternatively, view Google4s alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Google4s or a related project?

Add another 'Misc' Package

README

Google4s

Build Status Latest version Latest version Latest version [License: MIT](COPYING)

This project aims to provide safe, composable and easy to use clients for Google Cloud Platform Services written in functional style Scala.

Currently supported clients are

  • Google Cloud Storage
  • Google Cloud PubSub
  • Google Cloud Key Management Service (KMS)

The client implementations are using Google's Java clients underneath however, the Java code is mostly generated so it's not really fun to use it.

  • Omniversal nested builder pattern
  • No or limited concurrency
  • Uncomposable patterns

The clients are structured and released as separate modules. Add the latest version to your project

Latest Stable

libraryDependencies += "co.upvest.google4s" %% "google4s-..."  % "..."

Latest Snapshot

libraryDependencies += "co.upvest.google4s" %% "google4s-..."  % "0..-SNAPSHOT"

Examples/Doc

Please refer to the documentation page:

Contributing

Coming soon... PR's are welcome and highly appreciated!

Limitations

  • We try to implement the configs as lean as possible. As the result some advanced configuration could be missing. If you encounter this problem please create an issue or a PR we are happy to add what is missing.

  • Please refer to the specific documentation page:

Contact

By questions, comments or suggestions feel free to get in touch by creating an PR, issue or telepathically.

Cavecats sic

Copyright 2019 Ivan Morozov, Gustav Behm, Tokn GmbH (https://upvest.co)

google4s is provided to you as free software under the MIT license. The MIT software license is attached in the [COPYING](COPYING) file.


*Note that all licence references and agreements mentioned in the Google4s README section above are relevant to that project's source code only.