Thank you! I mean using PHP in normal server and run my 'spiders'(in Java) in GAE. I am puzzled in choosing the database.
On Jul 13, 3:18 am, Jaroslav Záruba <[email protected]> wrote: > > How can I use datastore via PHP? > > You can't run PHP antively on GAE, so (in my noob opinion) the "official" > answer would be 'No, you have to write the data manipulation code in Java or > Python' > > However, there's something called > Quercus<http://www.caucho.com/resin-3.0/quercus/>which supposedly > allows PHP-code to run in Java. > > On Mon, Jul 12, 2010 at 9:01 PM, Pieter Coucke > <[email protected]>wrote: > > > > > The datastore could to be a fit for this. You can use the development > > environment which has a local datastore on your own server for testing. > > You can access the datastore with php if your php calls a webservice > > running on App Engine which then reads from the datastore and returns > > datastore results (as XML for example). > > > You can use App Engine task queues for the spiders. > > > On Sun, Jul 11, 2010 at 12:02 PM, George J. SUN <[email protected]>wrote: > > >> Hi everyone, > > >> I am a school and try to do a project via GAE. I learnt Datastore was > >> good at queries and reading. > > >> But in my project, there are several robots on GAE getting and > >> processing some data from Internet and a PHP website(not on GAE > >> because of Chinese Internet fact) is for user to get the data. > >> The robots are mostly like spiders, but the data in Internet is not > >> updated very frequently. The website is not a search engine but just > >> like a summarizer. > > >> Is Datastore or MySQL Okay for my project? Can I build my own > >> datastore in my own server? How can I use datastore via PHP? > > >> Thank you! > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Google App Engine" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-appengine%2Bunsubscrib > >> [email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/google-appengine?hl=en. > > > -- > > Pieter Coucke > > Onthoo BVBA > >http://www.onthoo.com > >http://www.koopjeszoeker.be > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
