Hi Mister, Glad you put your eyes on GAE datastore. During my initial days also, I faced the same issue of understanding the GAE. However, its one of the easiest tool to understand. Just like a excel table in JSON, thats how its saved.
For me its one the greatest DB concept, where you can have infinity rows of data. Adding and changing properties (columns) is of ease. However, you should be clear on Indexing the properties, which you shall be clear during the birth phase of the DB. Since, I am developing in MAVEN, I could not provide any examples. However, my wishes for you to succeed. On Monday, April 4, 2016 at 7:48:31 PM UTC+5:30, Mister Guru wrote: > > I'm trying to do some research on GAE - I've inherited the responsibility > of maintenance of the infrastructure, and to my delight, (or horror, > depending on how you see it), not much documentation existed regarding > setup, configuration etc. This means that I have to take the time to learn, > document, and script using GAE. > > I checked out reddit - https://www.reddit.com/r/gae/ > <https://www.google.com/url?q=https%3A%2F%2Fwww.reddit.com%2Fr%2Fgae%2F&sa=D&sntz=1&usg=AFQjCNFzXKrVVPys_YPxFQ0yxzURf7OcHA> > > - Which made me very sad, I was hoping for a vibrant community of users. > > I'm not a developer, I'm a system admin person - the one thing that is > grinding my gears at the moment, is deployments. > > I'm a little upset that I can't just go <here GAE this is a new .war - Go > run it> From what the devs have told me, deployments are integrated into > Maven build process ... already I was like ... *huh* - I don't even know > what that means. anyway, I digress, > > I'd like to know *Is the only way to deploy to GAE via the maven build > job*? It would be a 'shame' if that's the case, but as I'm not up to > speed with how java apps are suppose to work, best practices and such, I'm > not sure if I'm the one looking at it incorrectly. I've also got a few > other questions, but I'm testing the water with this first. I could easily > run our workloads on Kubernetes or Mesos, so I'm judging GAE purley on the > people who use it! (very professional and scientific, I know!) > > If there are any other devops guys in here specifically working on > deployments and scripting around GAE, I would like to have a word with you > - maybe exchange ideas etc > > Thanks, > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/bf59a43b-e46e-49c2-8ea5-5b9c26320760%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
