TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    GitHub

    Score9.2 out of 10
    N/AGitHub is a platform that hosts public and private code and provides software development and collaboration tools. Features include version control, issue tracking, code review, team management, syntax highlighting, etc. Personal plans ($0-50), Organizational plans ($0-200), and Enterprise plans are available.

    $4

    per month per user

    Google App Engine

    Score8.4 out of 10
    N/AGoogle 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

    Pricing
    GitHubGoogle App Engine
    Editions & Modules
    Team
    $40
    per year per user
    Enterprise
    $210
    per year per user
    Starting Price
    $0.05
    Per Hour Per Instance
    Max Price
    $0.30
    Per Hour Per Instance
    Offerings
    Pricing Offerings
    GitHubGoogle App Engine
    Free Trial
    YesNo
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    GitHubGoogle App Engine
    Considered Both Products
    GitHub
    No answer on this topic
    Google
    No answer on this topic
    Key User Insights
    Would buy again
    96%
    Would buy again
    47 Answers
    92%
    Would buy again
    12 Answers
    Delivers good value for the price
    98%
    Delivers good value for the price
    46 Answers
    100%
    Delivers good value for the price
    13 Answers
    Happy with the feature set
    98%
    Happy with the feature set
    48 Answers
    92%
    Happy with the feature set
    12 Answers
    Lived up to sales and marketing promises
    95%
    Lived up to sales and marketing promises
    38 Answers
    100%
    Lived up to sales and marketing promises
    10 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    42 Answers
    92%
    Implementation went as expected
    12 Answers
    Features
    GitHubGoogle App Engine
    Version Control Software Features
    Comparison of Version Control Software Features features of GitHub and Google App Engine
    Feature
    GitHub
    9.4
    10 Ratings
    7% above category average
    Google App Engine
    -
    Ratings
    Branching and Merging9.710 Ratings00 Ratings
    Version History9.710 Ratings00 Ratings
    Version Control Collaboration Tools9.89 Ratings00 Ratings
    Pull Requests9.710 Ratings00 Ratings
    Code Review Tools8.89 Ratings00 Ratings
    Project Access Control9.210 Ratings00 Ratings
    Automated Testing Integration8.810 Ratings00 Ratings
    Issue Tracking Integration8.910 Ratings00 Ratings
    Branch Protection9.89 Ratings00 Ratings
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of GitHub and Google App Engine
    Feature
    GitHub
    -
    Ratings
    Google App Engine
    9.5
    32 Ratings
    20% above category average
    Ease of building user interfaces00 Ratings9.018 Ratings
    Scalability00 Ratings10.032 Ratings
    Platform management overhead00 Ratings9.032 Ratings
    Workflow engine capability00 Ratings8.024 Ratings
    Platform access control00 Ratings10.031 Ratings
    Services-enabled integration00 Ratings10.028 Ratings
    Development environment creation00 Ratings10.029 Ratings
    Development environment replication00 Ratings10.028 Ratings
    Issue monitoring and notification00 Ratings9.028 Ratings
    Issue recovery00 Ratings9.026 Ratings
    Upgrades and platform fixes00 Ratings10.029 Ratings
    Best Alternatives
    GitHubGoogle App Engine
    Small Businesses
    Git
    Score10 out of 10
    IBM Cloud Foundry
    Score8.5 out of 10
    Medium-sized Companies
    Git
    Score10 out of 10
    IBM Cloud Private
    Score9.6 out of 10
    Enterprises
    Perforce P4
    Score7.5 out of 10
    AWS Elastic Beanstalk
    Score8.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    GitHubGoogle App Engine
    Likelihood to Recommend
    9.9
    (131 ratings)
    9.0
    (36 ratings)
    Likelihood to Renew
    10.0
    (1 ratings)
    8.3
    (8 ratings)
    Usability
    9.4
    (10 ratings)
    10.0
    (8 ratings)
    Performance
    -
    (0 ratings)
    10.0
    (1 ratings)
    Support Rating
    8.8
    (26 ratings)
    8.4
    (12 ratings)
    Implementation Rating
    -
    (0 ratings)
    8.0
    (1 ratings)
    User Testimonials
    GitHubGoogle App Engine
    Likelihood to Recommend
    GitHub
    GitHub is an easy to go tool when it comes to Version Controlling, CI/CD workflows, Integration with third party softwares. It's effective for any level of CI/CD implementation you would like to. Also the the cost of product is also very competitive and affordable. As of now GitHub lacks capabilities when it comes to detailed project management in comparison to tools like Jira, but overall its value for money.
    Incentivized
    Read full review
    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.
    Incentivized
    Read full review
    Pros
    GitHub
    • Version control: GitHub provides a powerful and flexible Git-based version control system that allows teams to track changes to their code over time, collaborate on code with others, and maintain a history of their work.
    • Code review: GitHub's pull request system enables teams to review code changes, discuss suggestions and merge changes in a central location. This makes it easier to catch bugs and ensure that code quality remains high.
    • Collaboration: GitHub provides a variety of collaboration tools to help teams work together effectively, including issue tracking, project management, and wikis.
    Read full review
    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.
    Incentivized
    Read full review
    Cons
    GitHub
    • Not an easy tool for beginners. Prior command-line experience is expected to get started with GitHub efficiently.
    • Unlike other source control platforms GitHub is a little confusing. With no proper GUI tool its hard to understand the source code version/history.
    • Working with larger files can be tricky. For file sizes above 100MB, GitHub expects the developer to use different commands (lfs).
    • While using the web version of GitHub, it has some restrictions on the number of files that can be uploaded at once. Recommended action is to use the command-line utility to add and push files into the repository.
    Read full review
    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)
    Incentivized
    Read full review
    Likelihood to Renew
    GitHub
    GitHub's ease of use and continued investment into the Developer Experience have made it the de facto tool for our engineers to manage software changes. With new features that continue to come out, we have been able to consolidate several other SaaS solutions and reduce the number of tools required for each engineer to perform their job responsibilities.
    Read full review
    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.
    Incentivized
    Read full review
    Usability
    GitHub
    GitHub is a clean and modern interface. The underlying integrations make it smooth to couple tasks, projects, pull requests and other business functions together. The insights and reporting is really strong and is getting better with every release. GitHub's PR tooling is strong for being web based, i do believe a better code editor would rival having to pull merge conflicts into local IDE.
    Incentivized
    Read full review
    Google
    I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
    Incentivized
    Read full review
    Support Rating
    GitHub
    There are a ton of resources and tutorials for GitHub online. The sheer number of people who use GitHub ensures that someone has the exact answer you are looking for. The docs on GitHub itself are very thorough as well. You will often find an official doc along with the hundreds of independent tutorials that answers your question, which is unusual for most online services.
    Incentivized
    Read full review
    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.
    Incentivized
    Read full review
    Alternatives Considered
    GitHub
    While I don't have very much experience with these 2 solutions, they're two of the most popular alternatives to GitHub. Bitbucket is from Atlassian, which may make sense for a team that is already using other Atlassian tools like Jira, Confluence, and Trello, as their integration will likely be much tighter. Gitlab on the other hand has a reputation as a very capable GitHub replacement with some features that are not available on GitHub like firewall tools.
    Incentivized
    Read full review
    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.
    Incentivized
    Read full review
    Return on Investment
    GitHub
    • Team collaboration significantly improved as everything is clearly logged and maintained.
    • Maintaining a good overview of items will be delivered wrt the roadmap for example.
    • Knowledge management and tracking. Over time a lot of tickets, issues and comments are logged. GitHub is a great asset to go back and review why x was y.
    Incentivized
    Read full review
    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.
    Incentivized
    Read full review
    ScreenShots