google-cloud icon indicating copy to clipboard operation
google-cloud copied to clipboard

ETA on Datastore?

Open beriberikix opened this issue 10 years ago • 8 comments

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.

beriberikix avatar Jun 28 '14 17:06 beriberikix

I don't think anyone has started in on a datastore element yet.

ebidel avatar Jun 28 '14 18:06 ebidel

Cool. Related question - why is there a google-cloud-gapi?

beriberikix avatar Jun 28 '14 18:06 beriberikix

See https://github.com/GoogleWebComponents/google-cloud/issues/2

ebidel avatar Jun 28 '14 19:06 ebidel

@beriberikix on the related question: it will be fixed, i.e. removed, by #11

x1ddos avatar Sep 28 '14 11:09 x1ddos

@beriberikix do you have something working? I'd be happy to start working on this or contribute if you have.

x1ddos avatar Oct 16 '14 11:10 x1ddos

@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 avatar Oct 16 '14 15:10 beriberikix

@beriberikix cool. I'll let you know. Will certainly ask you for some peer reviewing when I have something working. Thanks!

x1ddos avatar Oct 16 '14 15:10 x1ddos

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.

proppy avatar Oct 28 '14 16:10 proppy