Re: [google-appengine] Re: my git repo is empty

2016-03-26 Thread Nickolas Daskalou
You can file a production issue by following the instructions here:

https://code.google.com/p/googleappengine/wiki/FilingIssues?tm=3#→_Production_Issues

Nick


On 27 March 2016 at 03:10, Andrew Arrow  wrote:

> also empty. I think during a transition from old app engine to new
> gcloud google lost my code? I want to submitt a support request but
> I'm on free plan.
>
>
> On 3/26/16, Mihail Russu  wrote:
> >>Where's my code?
> > Check the Downloading source code
> > <
> https://cloud.google.com/appengine/docs/python/tools/uploadinganapp#Python_Downloading_source_code
> >
> > section
> > to see if it'll help...
> >
> > On Saturday, March 26, 2016 at 1:18:16 AM UTC+2, Andrew Arrow wrote:
> >>
> >> my site has been running for a year at:
> >>
> >> https://static-1064.appspot.com/
> >>
> >> I went to clone the repo:
> >>
> >> https://source.developers.google.com/p/static-1064/r/default
> >>
> >> and it clones an empty repo. Where's my code?
> >>
> >>
> >
> > --
> > You received this message because you are subscribed to a topic in the
> > Google Groups "Google App Engine" group.
> > To unsubscribe from this topic, visit
> >
> https://groups.google.com/d/topic/google-appengine/WCz0JORRoQ0/unsubscribe
> .
> > To unsubscribe from this group and all its topics, send an email to
> > google-appengine+unsubscr...@googlegroups.com.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > 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/5e58dc33-0d0d-4c43-8719-f0c4df7f6638%40googlegroups.com
> .
> > For more options, visit https://groups.google.com/d/optout.
> >
>
> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> 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/CANPS%3DExQAVC8s-EKRVY2vKnOyX1LNWjMmB7sVcJpf9zrHrJE4A%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/CAOj3zuCs9QhL4f1oO%3DsuA45QKFH8pPk%3DD0CY315TjcaVw-r5eQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Objectify in google apps

2016-03-26 Thread Jeff Schnitzer
These are apples and oranges.

What you’re really asking for are the advantages and disadvantages of
relational databases vs the datastore (Hibernate and Objectify are merely
ways of accessing those two types of stores, respectively).

The datastore is great from a “fire and forget it” perspective - it scales
to any data volume without maintenance. It is also great for storing tree
structured and polymorphic data of the sort that would tend to produce huge
numbers of tables in a traditional schema.

Relational databases are better for aggregation and analytics. They also
are better for ad-hoc queries. But you have to be careful while scaling
them.

There’s no single answer. We use both.

Jeff

On Sat, Mar 26, 2016 at 11:13 AM, Sanujit Routray  wrote:

> Hi,
>
> I would like to know what is the advantage of using objectify over
> hibernate,  is it possible to migrate hibernate to objectify can we able to
> build a one to many relationship using objectify. we want to deploy a
> application in google apps, let me know how it can be achieved.
>
> Thanks
> roy
>
> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> 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/7734c228-97c7-4459-a692-13a2a4696867%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/CADK-0uh%3DQg5gH8%3DC8_hVR6ceArsd0LLp%2BmDSj6%3DbZAYGjZXrog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Objectify in google apps

2016-03-26 Thread Sanujit Routray
Hi,

I would like to know what is the advantage of using objectify over 
hibernate,  is it possible to migrate hibernate to objectify can we able to 
build a one to many relationship using objectify. we want to deploy a 
application in google apps, let me know how it can be achieved.

Thanks
roy

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/7734c228-97c7-4459-a692-13a2a4696867%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: my git repo is empty

2016-03-26 Thread Andrew Arrow
also empty. I think during a transition from old app engine to new
gcloud google lost my code? I want to submitt a support request but
I'm on free plan.


On 3/26/16, Mihail Russu  wrote:
>>Where's my code?
> Check the Downloading source code
> 
> section
> to see if it'll help...
>
> On Saturday, March 26, 2016 at 1:18:16 AM UTC+2, Andrew Arrow wrote:
>>
>> my site has been running for a year at:
>>
>> https://static-1064.appspot.com/
>>
>> I went to clone the repo:
>>
>> https://source.developers.google.com/p/static-1064/r/default
>>
>> and it clones an empty repo. Where's my code?
>>
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/WCz0JORRoQ0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> 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/5e58dc33-0d0d-4c43-8719-f0c4df7f6638%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/CANPS%3DExQAVC8s-EKRVY2vKnOyX1LNWjMmB7sVcJpf9zrHrJE4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: my git repo is empty

2016-03-26 Thread Mihail Russu
>Where's my code?
Check the Downloading source code 

 section 
to see if it'll help...

On Saturday, March 26, 2016 at 1:18:16 AM UTC+2, Andrew Arrow wrote:
>
> my site has been running for a year at:
>
> https://static-1064.appspot.com/
>
> I went to clone the repo:
>
> https://source.developers.google.com/p/static-1064/r/default
>
> and it clones an empty repo. Where's my code?
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/5e58dc33-0d0d-4c43-8719-f0c4df7f6638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.