Google Cloud vs. Google App Engine for a beginner? [closed] - google-app-engine

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Which do you think is easier for a beginner who lacks of knowledge of setting up a server?
Or, in other words: if I want to start a website, is learning the infrastructure of Google App Engine or learning the normal way to host a website easier?
I have spent some time learning Django, Python, AngularJS and Google App Engine.

AppEngine is PaaS - you can host there your apps. So you do not have to deal with the servlet container, datastore, cron jobs, scaling etc.
Compute Engine is Google's IaaS - you get a VM and you can do with it whatever you like.
Basically these 2 are completely 2 different things, for different use cases. What do you have? an app? or do you need to install other things on the machine? After you come up with answers to this, you will have the answer...

Related

Google app engine and machine learning [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I Can to run machine learning on Google App Engine? I can utilized api intellige artificial in google app engine?
Google cloud have Cloud ML Engine for the exact purpose. Google Cloud Machine Learning Engine is a managed service that enables you to easily build machine learning models that work on any type of data, of any size. Create your model with the powerful TensorFlow framework that powers many Google products.
With Google ML Engine you can do the following things
Predictive Analytics at Scale
Build Machine Learning Models Easily
Fully Managed Service
Deep Learning Capabilities
It also include lot of other features too
Read more about it here

What' s the better choice Google vs. Amazon Cloud Services [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
AMAZON VS GOOGLE
Compared to the prices and features and service
what platform should i go for if i want to host a small sql db some small apps webservice and a small storage?
What are the main differences between them?....
Has anybody experience with the these services and would like to share some Information ....
Everything is welcome!
Since you've used the word "small" 3 times, I will venture to say that, in my opinion, GAE is the best fit. Small apps remain inside the free quota on GAE, and you can't beat $0 a far as price goes. Also, GAE handles more of the messy, time-consuming backend tasks. I doubt you want to spend much time maintaining or setting up a "small" app, so having to deal with fewer of these tasks is beneficial. I have some small apps on GAE which I have not even touched for a couple of years. Time is money.

Which are the different ways to deploy clojure web apps? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
There is a lot of infomation scattered throughout the internet regarding this issue.
Can anyone give me an overview about clojure web app deployment? The differences between deployment in a standalone server vs a containerless aproach? The advantages and disadvantages among the different players such as Amazon's Elastic Beanstalk (EB), Heroku, Google App Engine, etc? Support for maven and lein?
Thanks!

Blog on Google App Engine [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Hi i'm trying to host my blog on Google App Engine (Google quality & free ...) i looked everywhere for a solution.
I love jekyll project but since it's developed with ruby i can't host it on appengine.
I found hyde project ( which kind of python implemented version of jekyll) i'm thinking to use it on appengine, Are there anyone who's already using it on google appengine ?
The most possible solution is "microlog", it's a Wordpress like python implementation on GAE. jekyll is not very suitable for GAE applications, because it's workflow is Write-Generate Static Files-Publish. On GAE you cannot access the filesystem, so it's not very easy to have such a framework.
PS: if you like, you can generate static pages and store them in the database, but I cannot see the point of doing this than just store data in db and render them on the fly.

are there any real applications running on google appengine? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Are there any real production quality sites running on appengine? I've looked around and am finding mostly small applications.
Could someone please point me to some that get a high amount of traffic?
Panoramio.com runs on App Engine, and I'm pretty sure it receives hundreds of thousands of hits daily as it serves the user images you see on Google Maps and Google Earth. Mind you, it was not originally developed in App Engine, it was eventually migrated there after the service got acquired by Google.
Also check out this StackOverflow question: https://stackoverflow.com/questions/2044595/what-is-the-largest-website-deployed-on-google-app-engine

Resources