google-cloud
google-cloud copied to clipboard
ETA on Datastore?
I'm prototyping an admin console with Polymer and want to have a quick entry form for creating entities. Is datastore started in another fork? Happy to contribute without duplicating effort.
I don't think anyone has started in on a datastore element yet.
Cool. Related question - why is there a google-cloud-gapi?
See https://github.com/GoogleWebComponents/google-cloud/issues/2
@beriberikix on the related question: it will be fixed, i.e. removed, by #11
@beriberikix do you have something working? I'd be happy to start working on this or contribute if you have.
@crhym3 I got sidetracked thinking about the best way to do CRUD in Polymer land, than prototyped that, than got sidetracked some more :)
Feel free to start! I can pitch in on the Cloud-specific bits - we've been working hard on gcloud-node.
@beriberikix cool. I'll let you know. Will certainly ask you for some peer reviewing when I have something working. Thanks!
Note that due to the lack of ACL support in Datastore, a JS client will be granted full scope to the dataset resources. So this will only be useful if you trust the client.