equalexperts / async-mongo-persistence   0.1.0-2-g2a585ec

Apache License 2.0 GitHub

Library to provide persistence to MongoDB to work with play-async library

Scala versions: 2.11

async-mongo-persistence

Download CircleCI

Library to provide persistence to MongoDB to support asynchronous functions from play-async

Installing

Include the following dependency in your SBT build

  • Release candidate versions

Download

resolvers += Resolver.bintrayRepo("equalexperts", "open-source-release-candidates")

libraryDependencies += "com.equalexperts" %% "async-mongo-persistence" % "[INSERT-VERSION]"
  • Released versions

TBC

resolvers += Resolver.bintrayRepo("equalexperts", "open-source")

libraryDependencies += "com.equalexperts" %% "async-mongo-persistence" % "[INSERT-VERSION]"

Building with Docker

docker build -t async-mongo-persistence:latest .

Publishing with Docker

docker run -v ~/.ivy2:/root/.ivy2 -t async-mongo-persistence:latest

Contributors

This based off a forked from /hmrc/microservice-async

License

This code is open source software licensed under the Apache 2.0 License.