Skip to content

maxx-coffee/google_pub_sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google PubSub demo

The purpose of this repo is to demo how you can gate events to services.

Ideas for this demo

Getting started:

You will need a creds.json file from google pubsub. After that you can play this with demo.

Starting the app:

  • run mix deps.get
  • run iex -S mix

Emitting events:

PS.Client.post("peerfit_pub_sub", "classUpdated", %{
 test_data: "moo"
})

About

Example broadway implementation for google pub sub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages