You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add example for Google Datastore
* Simplify
I think the example code you supplied was more complicated than necessary and possibly also incorrect, though I'm not as familiar with GC datastore.
I've made some edits for you to consider. Please take a look at this change and let me know if it looks correct
Google Datastore is a "NoSQL" document database which supports [batch operations](https://cloud.google.com/datastore/docs/concepts/entities#batch_operations),
4
+
making it well suited for use with DataLoader.
5
+
6
+
Here we build an example Google Datastore DataLoader using [@google-cloud/datastore](https://cloud.google.com/nodejs/docs/reference/datastore/1.3.x/Datastore).
0 commit comments