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

    Mixpanel

    Score8.3 out of 10
    N/AMixpanel helps companies measure what matters, make decisions fast, and build better products through data. With self-serve product analytics solution, teams can analyze how and why people engage, convert, and retain—in real-time, across devices—to improve their user experience. Mixpanel serves over 26,000 companies from different industries around the world, including Expedia, Uber, Ancestry, DocuSign, and Lemonade. Headquartered in San Francisco, Mixpanel has offices in New York,…

    $0

    per month

    Pricing
    CloudFoundryMixpanel
    Editions & Modules
    No answers on this topic
    Free
    $0
    per month
    Growth
    $17
    per month
    Enterprise
    Contact sales
    Offerings
    Pricing Offerings
    CloudFoundryMixpanel
    Free Trial
    NoNo
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—Mixpanel uses MTU (Monthly Tracked User) pricing, which is designed to scale with your company. MTUs are roughly equivalent to the number of unique visitors on your product and each user is counted once per month, even if they use multiple devices. If Events based pricing makes more sense for your business, reach out to us and we can work with you!
    More Pricing Information
    Community Pulse
    CloudFoundryMixpanel
    Considered Both Products
    CloudFoundry
    No answer on this topic
    Mixpanel
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    86%
    Would buy again
    12 Answers
    Delivers good value for the price
    No answers on this topic
    91%
    Delivers good value for the price
    10 Answers
    Happy with the feature set
    No answers on this topic
    93%
    Happy with the feature set
    13 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    88%
    Lived up to sales and marketing promises
    7 Answers
    Implementation went as expected
    No answers on this topic
    90%
    Implementation went as expected
    9 Answers
    Features
    CloudFoundryMixpanel
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of CloudFoundry and Mixpanel
    Feature
    CloudFoundry
    9.8
    1 Ratings
    24% above category average
    Mixpanel
    -
    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
    Best Alternatives
    CloudFoundryMixpanel
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    PostHog
    Score8.3 out of 10
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    Heap
    Score8.1 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    Gainsight PX
    Score7.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    CloudFoundryMixpanel
    Likelihood to Recommend
    10.0
    (1 ratings)
    9.0
    (50 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (13 ratings)
    Usability
    -
    (0 ratings)
    9.0
    (2 ratings)
    Support Rating
    -
    (0 ratings)
    1.0
    (8 ratings)
    Online Training
    -
    (0 ratings)
    8.0
    (2 ratings)
    Implementation Rating
    -
    (0 ratings)
    8.9
    (3 ratings)
    User Testimonials
    CloudFoundryMixpanel
    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
    Mixpanel
    As a worker in the sales area, I see closely how complex it can be to evaluate the commercial funnel and Mixpanel has been an indispensable guide to prioritize above all what customers expect to receive from our company, and thus be able to determine the main service we offer. Without a doubt, Mixpanel has special functions to be the one that guides the route and marks the objectives much more clearly.
    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
    Mixpanel
    • Mixpanel is a daily use application for everyone in my organization; it helps us have a better flow of information and interaction between work teams.
    • The user interface of this platform is simple and has a wide variety of functions and resources to help us work in the most organized way, have better team coordination, and keep efficiency high.
    • I love that it is so easy to program our calendar to our liking, so we can prioritize our activities and know what is pending, and the best thing is that I can update the calendar if necessary.
    • The chat function is great to improve the interaction between colleagues and share work schedules and any information with third parties.
    Incentivized
    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
    Mixpanel
    • Mixpanel requires an explicit setting of events from your app. This means you need to be very thoughtful in the design of your events because missing one means you aren't collecting any data from it. Inserting it into the process later on then brings challenges in tracking when certain events came online.
    • A tool like Mixpanel comes packed with features that sometimes are harder to discover. It's very easy to get sucked into one part of its toolset and not be aware of other tools which may be very useful.
    Incentivized
    Read full review
    Likelihood to Renew
    CloudFoundry
    No answers on this topic
    Mixpanel
    It's not an all encompassing solution like Google Analytics tries to be, but MixPanel offers much easier to use and understandable data insights. That's valuable when juggling many responsibilities as startup life demands, so a renewal would be easily justified.
    Read full review
    Usability
    CloudFoundry
    No answers on this topic
    Mixpanel
    Relativity easy to use. Once you get the hang of it, very easy to create dashboards for different use cases. I split my dashboards between customers or use cases
    Incentivized
    Read full review
    Support Rating
    CloudFoundry
    No answers on this topic
    Mixpanel
    We have only ever had to use their support once, when we were setting up the account, but their responses were prompt and the solutions were well documented. The people who solved our issues were helpful, even to non-tech people.
    Incentivized
    Read full review
    Online Training
    CloudFoundry
    No answers on this topic
    Mixpanel
    Mixpanel has a great resource about their product, with videos on how to use it and real world examples from other companies on how they integrate Mixpanel into their business processes.
    Read full review
    Implementation Rating
    CloudFoundry
    No answers on this topic
    Mixpanel
    Again, somewhat annoying to be charged based on data points when many other analytics providers have one flat fee. Implementation was good, but I might have tracked a few more detailed points if I had the option.
    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
    Mixpanel
    • There was not really any other competitors for this specific use case that had a chance
    • We used Google Analytics for some things but obviously, GA is anonymous data so not useful for product teams with users
    • Other solutions out there seemed to be too expensive and this was the most recommended
    • Heap seemed to be the best OTHER option but didn't take the time to evaluate
    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
    Mixpanel
    • We've been able to increase the funnel conversions of one of our new product funnels from a 1% conversion rate to a 5% conversion rate.
    • We've been able to increase the CTR on another of our main product pages from ~3% to ~10% (so far)
    • We've been able to segment out how users from different traffic sources behave, allowing us to eliminate thousands of dollars of wasteful spending on advertising campaigns that weren't working.
    Incentivized
    Read full review
    ScreenShots

    Mixpanel Screenshots

    Screenshot of Mixpanel's Insights report enables you to see how often users perform meaningful actions, monitor growth of key user cohorts, like power users, and slice and dice trends by any attribute.Screenshot of Mixpanel's powerful Flows report enables you to identify top user paths to see where people get stuck, and discover actions users take before, after, or between key events.Screenshot of Mixpanel's Retention report helps you understand how often users return and visualize feature stickiness. You can also slice and dice retention data to identify user groups that retain best and to find out what causes churn.