CloudFoundry vs. Workday Cloud Platform

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
CloudFoundry
Score 7.1 out of 10
N/A
CloudFoundry 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
Workday Cloud Platform
Score 7.6 out of 10
N/A
Workday Cloud Platform is a PaaS designed to help developers extend the Workday platform.N/A
Pricing
CloudFoundryWorkday Cloud Platform
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
CloudFoundryWorkday Cloud Platform
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
CloudFoundryWorkday Cloud Platform
Top Pros
Top Cons
Features
CloudFoundryWorkday Cloud Platform
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
CloudFoundry
9.8
1 Ratings
18% above category average
Workday Cloud Platform
7.3
16 Ratings
11% below category average
Ease of building user interfaces10.01 Ratings4.314 Ratings
Scalability9.01 Ratings9.014 Ratings
Development environment creation10.01 Ratings8.410 Ratings
Development environment replication10.01 Ratings8.510 Ratings
Issue recovery10.01 Ratings8.410 Ratings
Upgrades and platform fixes10.01 Ratings3.410 Ratings
Platform management overhead00 Ratings8.511 Ratings
Workflow engine capability00 Ratings9.112 Ratings
Platform access control00 Ratings9.013 Ratings
Services-enabled integration00 Ratings4.213 Ratings
Issue monitoring and notification00 Ratings7.412 Ratings
Best Alternatives
CloudFoundryWorkday Cloud Platform
Small Businesses
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.1 out of 10
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.1 out of 10
Medium-sized Companies
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.1 out of 10
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.1 out of 10
Enterprises
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.1 out of 10
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
CloudFoundryWorkday Cloud Platform
Likelihood to Recommend
10.0
(1 ratings)
6.2
(18 ratings)
Usability
-
(0 ratings)
9.0
(1 ratings)
Support Rating
-
(0 ratings)
8.3
(4 ratings)
User Testimonials
CloudFoundryWorkday Cloud Platform
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.
Read full review
Workday
Workday Cloud Platform is primarily suited for large organizations with individual teams handling various Human Resource functions. Since the data is scattered, Workday is an excellent tool to bring all the data to a single platform and then use Machine Learning techniques to generate both descriptive and prescriptive insights to make sure the skillset portfolio remains updated.
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
Read full review
Workday
  • The platform is quite intuitive to use, even a new user would find be comfortable navigating through different options.
  • As a lead, you can easily track the performance, leaves, and any recruitment in process.
  • The objective setting process and providing your inputs onto the same is pretty organized, easily accessible. Additionally, one can easily navigate through the historical objectives and performance feedback whenever one wants to review.
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.
Read full review
Workday
  • Glitching - Occasionally the app will glitch and shut down completely. Sometimes it can be when you are in the middle of something timely, causing frustration and issues. I haven't seen this happen as often recently.
  • Inbox - It would be helpful if Workday developed a feature to organize inbox tasks based off what department they are for, what the task is and so on. So you can quickly filter or look for the task at hand.
  • Candidate Tracking - Hiring managers throughout the company work with the HR department to track candidates, schedule interviews and so on. Workday does not always have the best interface in this regard. It could use a feedback feature for hiring managers to be able to be more involved, as they can be on other platforms.
Read full review
Usability
CloudFoundry
No answers on this topic
Workday
Simple HR tasks are easy to complete (ex, hours, booking time off). It has a clean UI, but not sure we're using the full functionality as only certain tiles are shown.
Read full review
Support Rating
CloudFoundry
No answers on this topic
Workday
I give it this rating because, in its current capacity, it does not meet all of Human Resources' needs - which can cost the organization by having to rely on multiple platforms to do what one might be able to do. Again, as mentioned, it works great for what most employees require of it
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.
Read full review
Workday
Workday is an incomplete product, by this I mean it must work alongside other products and does not work by itself. Trying to make several different products work smoothly together becomes very challenging. As compared to ADP products, when purchased all together work very well all together. Also, ADP has extensive Training programs and extensive Customer Support. So ADP's products are far superior to Workday's products in my opinion.
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.
Read full review
Workday
  • Employee sentiment has become more positive as evident from various internal and external surveys
  • Employees are able to save a lot of time by finding everything they need at a single place
  • Hiring process has become more transparent as workday has helped removed unconscious bias from the hiring process
Read full review
ScreenShots