google-cloud-platformgoogle-cloud-dataflowgoogle-cloud-pubsubgoogle-cloud-memorystore

Is direct data ingestion from pub/sub to memorystore possible?


I was wondering if there's any possible option to move data directly from Pub/Sub to Memorystore, no mather Redis or Memcached. Is there any kind of subscription from Memorystore to Pub/Sub?

I'm trying to move data directly from Pub/Sub to Memorystore. Could that be possible? At first sight I see:

Am I crazy? Is one of those options possible? Any other possible option?


Solution

  • There is no direct connection between PubSub and memorystore. You must set up a processing layer between the 2.

    It could be Dataflow as you mention, but also a lightweight/serverless solution like Cloud Run or Cloud Functions.