Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idoshamun/lagom-google-pubsub
Google Pub/Sub integration for Lagom message broker API
https://github.com/idoshamun/lagom-google-pubsub
cqrs event-sourcing google-pubsub java lagom scala
Last synced: 4 months ago
JSON representation
Google Pub/Sub integration for Lagom message broker API
- Host: GitHub
- URL: https://github.com/idoshamun/lagom-google-pubsub
- Owner: idoshamun
- License: mit
- Created: 2018-01-06T19:20:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T06:37:20.000Z (over 4 years ago)
- Last Synced: 2023-06-30T05:34:08.127Z (over 1 year ago)
- Topics: cqrs, event-sourcing, google-pubsub, java, lagom, scala
- Language: Scala
- Size: 69.3 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lagom Google Pub/Sub provider
An Implementation of Lagom Message Broker API for Google Pub/Sub.
This project is currently still an early experiment and is not suitable for production use.
This project is derived from:
* Kafka implementation embedded in Lagom by Lightbend
* [Kinesis implementation by StreetContxt](https://github.com/StreetContxt/lagom-kinesis)### Installation
#### Producer
Add the following to your `build.sbt`
`libraryDependencies += "com.elegantmonkeys" %% "lagom-scaladsl-google-pubsub-broker" % "1.0.0-RC1"`
#### Subscriber
Add the following to your `build.sbt`
`libraryDependencies += "com.elegantmonkeys" %% "lagom-scaladsl-google-pubsub-client" % "1.0.0-RC1"`