TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    CloudFoundry

    Score10 out of 10
    N/ACloudFoundry is a free, open source cloud computing platform supported by the non-profit CloudFoundry. It is not tied to any particular cloud service, but can be self-hosted or run on any cloud service preferred.N/A

    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

    Pricing
    CloudFoundryGitHub
    Editions & Modules
    No answers on this topic
    Team
    $40
    per year per user
    Enterprise
    $210
    per year per user
    Offerings
    Pricing Offerings
    CloudFoundryGitHub
    Free Trial
    NoYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    CloudFoundryGitHub
    Considered Both Products
    CloudFoundry
    No answer on this topic
    GitHub
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    96%
    Would buy again
    47 Answers
    Delivers good value for the price
    No answers on this topic
    98%
    Delivers good value for the price
    46 Answers
    Happy with the feature set
    No answers on this topic
    98%
    Happy with the feature set
    48 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    95%
    Lived up to sales and marketing promises
    38 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    42 Answers
    Features
    CloudFoundryGitHub
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of CloudFoundry and GitHub
    Feature
    CloudFoundry
    9.8
    1 Ratings
    24% above category average
    GitHub
    -
    Ratings
    Ease of building user interfaces10.01 Ratings00 Ratings
    Scalability9.01 Ratings00 Ratings
    Development environment creation10.01 Ratings00 Ratings
    Development environment replication10.01 Ratings00 Ratings
    Issue recovery10.01 Ratings00 Ratings
    Upgrades and platform fixes10.01 Ratings00 Ratings
    Version Control Software Features
    Comparison of Version Control Software Features features of CloudFoundry and GitHub
    Feature
    CloudFoundry
    -
    Ratings
    GitHub
    9.4
    10 Ratings
    7% above category average
    Branching and Merging00 Ratings9.710 Ratings
    Version History00 Ratings9.710 Ratings
    Version Control Collaboration Tools00 Ratings9.89 Ratings
    Pull Requests00 Ratings9.710 Ratings
    Code Review Tools00 Ratings8.89 Ratings
    Project Access Control00 Ratings9.210 Ratings
    Automated Testing Integration00 Ratings8.810 Ratings
    Issue Tracking Integration00 Ratings8.910 Ratings
    Branch Protection00 Ratings9.89 Ratings
    Best Alternatives
    CloudFoundryGitHub
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    Git
    Score10 out of 10
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    Git
    Score10 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    Perforce P4
    Score7.5 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    CloudFoundryGitHub
    Likelihood to Recommend
    10.0
    (1 ratings)
    9.9
    (131 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (1 ratings)
    Usability
    -
    (0 ratings)
    9.4
    (10 ratings)
    Support Rating
    -
    (0 ratings)
    8.8
    (26 ratings)
    User Testimonials
    CloudFoundryGitHub
    Likelihood to Recommend
    CloudFoundry
    It's well suited if:
    • The organization has large number of applications that needs to be deployed frequently.
    • The organization is tied to the DevOps mindset.
    • The organization has programs in different languages.
    • The applications does not need EJB's support that servers like web logic provide.
    It's less suited if:
    • The applications needs security configuration within the same CloudFoundry instance.
    • The organization, for whatever reason does not want developers to manage the instances.
    Incentivized
    Read full review
    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
    Pros
    CloudFoundry
    • Support for Orgs and Spaces that allow for managing users and deployables within a large organization.
    • Easy deployment, deploying code is as simple as executing single line from CLI, thanks to build-packs.
    • Solid and rich CLI, that allows for various operations on the instance.
    • Isolated Virtual Machines called Droplets, that provide clean run time environment for the code. This used to be a problem with Weblogic and other application servers, where multiple applications are run on the same cluster and they share resources.
    • SSH capability for the droplet (isolated VM's are called droplets), that allows for real time viewing of the App code while the application is running.
    • Support for multiple languages, thanks to build-packs.
    • Support for horizontal scaling, scaling an instance horizontally is a breeze.
    • Support for configuring environment variable using the service bindings.
    • Supports memory and disk space limit allocation for individual applications.
    • Supports API's as well as workers (processes without endpoints)
    • Supports blue-green deployment with minimal down time
    Incentivized
    Read full review
    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
    Cons
    CloudFoundry
    • Does not support stateful containers and that would be a nice to have.
    • Supports showing logs, but does not persist the logs anywhere. This makes relying on Cloud Foundry's logs very unreliable. The logs have to be persisted using other third party tools like Elk and Kibana.
    Incentivized
    Read full review
    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
    Likelihood to Renew
    CloudFoundry
    No answers on this topic
    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
    Usability
    CloudFoundry
    No answers on this topic
    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
    Support Rating
    CloudFoundry
    No answers on this topic
    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
    Alternatives Considered
    CloudFoundry
    While Docker shines in providing support for volumes and stateful instances, Cloud foundry shines in providing support for deploying stateless services. Heroku shines in integrating with Git and using commits to git as hooks to trigger deployments right from the command line. But it does not provide on-premise solution that Cloud foundry provides.
    Incentivized
    Read full review
    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
    Return on Investment
    CloudFoundry
    • Positive impact, since it simplifies the deployment time by a huge margin. Without cloud foundry, deploying a code needs coordination with infrastructure teams, while with cloud foundry, its a simple one line command. This reduces the deployment time from at least few hours to few minutes. Faster deployments promote faster dev cycle iterations.
    • Code maintenance such as upgrading a Node or Java version is as simple as updating the build-pack. Without cloud foundry, using web logic, the specific version only supports a specific version of Java. So updating the version involves upgrading the version of web logic that needs to involve few teams. So without cloud foundry, it takes at least few days, with cloud foundry, its a matter of few mins.
    • Overall, happier Developers and thats harder to quantify.
    Incentivized
    Read full review
    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
    ScreenShots