Skip to content

Containerised application that can sink data from pubSub into Firestore

License

Notifications You must be signed in to change notification settings

cymo-eu/pubsub-firestore-sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubsub-firestore-sink

Containerised application that can sink data from pubSub into Firestore

Configuration

Takes environment variables to configure source and desination

Environment Variables

Variable Description
PROJECT_ID GCP Project ID where the subscription resides
FIRESTORE_PROJECT_ID GCP project ID where the Firestore instance resides
SUBSCRIPTION Name of the subscription that will be used for pulling the records from pubsub. Assumes it has been created in advance
FIRESTORE_COLLECTION Name of the filestore collection where the records will be stored

Credentials

Initially created for deployment on a GCP runtime, takes the platform default credentials or Workload Identity credentials. Might add functionality later to also take explicitly configured credentials.

About

Containerised application that can sink data from pubSub into Firestore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published