The tutorial that demonstrates the Particle integration with the Google Cloud Platform uses a node.js script that takes ingested data from the Pub/Sub topic, and stores it in Datastore. After reading through some of the Google documentation, its seems that you can do away with the node.js script, and instead use Google Dataflow to store the ingested data to Datastore. I’m just getting started on trying to implement this, and was wondering if anyone else has already tried it.
No, unfortunately I did not. There wasn’t a lot of support available, and being a firmware guy - not IT - I didn’t have the time or desire to learn all the inside and outs of the Google platform. I am working with Azure for the time being and it seems to work well.