Google App Engine vs. Google App Maker (discontinued)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Google App Engine
Score 8.4 out of 10
N/A
Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
$0.05
Per Hour Per Instance
Google App Maker (discontinued)
Score 7.3 out of 10
N/A
Google AppMaker was a low-code development environment. App Maker is included with G Suite Business and Enterprise editions, as well as with G Suite for Education. It was discontinued in early 2021.N/A
Pricing
Google App EngineGoogle App Maker (discontinued)
Editions & Modules
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
No answers on this topic
Offerings
Pricing Offerings
Google App EngineGoogle App Maker (discontinued)
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Google App EngineGoogle App Maker (discontinued)
Considered Both Products
Google App Engine
Chose Google App Engine
App Engine is a much more streamlined system than EC2. There is a fundamental difference between them, but they are used for basically the same thing as far a I could tell -- to serve applications EC2 is certainly more complicated, but if offers more machine-level control if …
Google App Maker (discontinued)

No answer on this topic

Top Pros
Top Cons
Features
Google App EngineGoogle App Maker (discontinued)
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Google App Engine
8.7
31 Ratings
6% above category average
Google App Maker (discontinued)
-
Ratings
Ease of building user interfaces9.017 Ratings00 Ratings
Scalability9.031 Ratings00 Ratings
Platform management overhead8.931 Ratings00 Ratings
Workflow engine capability9.023 Ratings00 Ratings
Platform access control8.930 Ratings00 Ratings
Services-enabled integration8.027 Ratings00 Ratings
Development environment creation8.928 Ratings00 Ratings
Development environment replication8.027 Ratings00 Ratings
Issue monitoring and notification9.027 Ratings00 Ratings
Issue recovery8.925 Ratings00 Ratings
Upgrades and platform fixes8.028 Ratings00 Ratings
Low-Code Development
Comparison of Low-Code Development features of Product A and Product B
Google App Engine
-
Ratings
Google App Maker (discontinued)
9.3
1 Ratings
8% above category average
Visual Modeling00 Ratings8.01 Ratings
Drag-and-drop Interfaces00 Ratings9.01 Ratings
Platform Security00 Ratings10.01 Ratings
Platform User Management00 Ratings9.01 Ratings
Reusability00 Ratings10.01 Ratings
Platform Scalability00 Ratings10.01 Ratings
Best Alternatives
Google App EngineGoogle App Maker (discontinued)
Small Businesses
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.0 out of 10
Creatio
Creatio
Score 9.1 out of 10
Medium-sized Companies
IBM Cloud Private
IBM Cloud Private
Score 9.5 out of 10
Quixy
Quixy
Score 9.8 out of 10
Enterprises
IBM Cloud Private
IBM Cloud Private
Score 9.5 out of 10
Quickbase
Quickbase
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Google App EngineGoogle App Maker (discontinued)
Likelihood to Recommend
8.0
(35 ratings)
8.0
(1 ratings)
Likelihood to Renew
8.3
(8 ratings)
-
(0 ratings)
Usability
7.7
(7 ratings)
-
(0 ratings)
Performance
10.0
(1 ratings)
-
(0 ratings)
Support Rating
8.4
(12 ratings)
6.0
(1 ratings)
Implementation Rating
8.0
(1 ratings)
-
(0 ratings)
User Testimonials
Google App EngineGoogle App Maker (discontinued)
Likelihood to Recommend
Google
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
Read full review
Discontinued Products
App Maker is exceptionally strong when you need things to just get done, but your internal development team has a full queue. Or maybe you don't even have an internal development team! If you need a check-in system, an applicant tracking system, an office cleaning checklist with notifications and reports, etc. you can use App Maker to throw something together and make sure your team can use it. You can also collaborate on it, so teams can make this part of their process improvement goals.
Read full review
Pros
Google
  • Quick to develop, quick to deploy. You can be up and running on Google App Engine in no time.
  • Flexible. We use Java for some services and Node.js for others.
  • Great security features. We have been consistently impressed with the security and authentication features of Google App Engine.
Read full review
Discontinued Products
  • Minimal coding experience required. Javascript is a must-have, but the documentation is excellent, and once you're past the learning curve, it's great!
  • Great WYSIWYG editor. It's easy to see the layout and still have deep control over what you're putting together.
  • Excellent integrations with G Suite. There are methods built-in that allow you to easily authenticate and work with the G Suite APIs.
Read full review
Cons
Google
  • There is a slight learning curve to getting used to code on Google App Engine.
  • Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
  • Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
Read full review
Discontinued Products
  • Definitely not for beginners. App Maker certainly isn't usable by "everybody," but it's excellent for those who are willing to learn and get their hands dirty!
  • Experienced developers will have issues. The target user is someone who doesn't want to (or know how to) use something like App Engine or Kubernetes. People with more experience will certainly see limitations and find it difficult to use to the fullest extent.
  • Data sources can be iffy to manage. It used to be that App Maker would use a sheet or "Drive table" as a data source, but it now requires a GCP data source like CloudSQL.
Read full review
Likelihood to Renew
Google
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
Read full review
Discontinued Products
No answers on this topic
Usability
Google
Google App Engine is very intuitive. It has the common programming language most would use. Google is a dependable name and I have not had issues with their servers being down....ever. You can safely use their service and store your data on their servers without worrying about downtime or loss of data.
Read full review
Discontinued Products
No answers on this topic
Support Rating
Google
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
Read full review
Discontinued Products
App Maker is a very "do it yourself" platform. There is a huge amount of documentation and plenty of examples to begin learning, plus a vast community support through StackOverflow that can assist anywhere that you're stuck, but the great thing is that it's all up to you. If there are specific features that don't work, Google is always there to help troubleshoot.
Read full review
Alternatives Considered
Google
We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
Read full review
Discontinued Products
App Maker is really kind of new in its own space. We haven't seen the level of functionality, nor the deep integrations, with anything else. It can replace a lot of products, and we've seen it in place in many applications across our organization, so it's been able to reduce our spend on products that offer specific functionality and still need to be customized.
Read full review
Return on Investment
Google
  • Effective employee adoption through ease of use.
  • Effective integration to other java based frameworks.
  • Time to market is very quick. Build, test, deploy and use.
  • The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.
Read full review
Discontinued Products
  • We have seen a reduction in time spent on manual processes by being able to automate functions in Google Sheets, take input with special functionality, and have App Maker do the work for us.
  • We have seen the internal development queue decrease, which allows us to focus on larger projects that couldn't be handled by App Maker.
  • We have seen ownership and process improvements increase in certain departments, as they are able to get to work themselves.
Read full review
ScreenShots