Alternatives to Cube logo

Alternatives to Cube

GraphQL, Metabase, Google Analytics, Google Tag Manager, and Mixpanel are the most popular alternatives and competitors to Cube.
94
257
+ 1
30

What is Cube and what are its top alternatives?

Cube: the universal semantic layer that makes it easy to connect BI silos, embed analytics, and power your data apps and AI with context.
Cube is a tool in the Business Intelligence category of a tech stack.
Cube is an open source tool with GitHub stars and GitHub forks. Here’s a link to Cube's open source repository on GitHub

Top Alternatives to Cube

  • GraphQL
    GraphQL

    GraphQL is a data query language and runtime designed and used at Facebook to request and deliver data to mobile and web apps since 2012. ...

  • Metabase
    Metabase

    It is an easy way to generate charts and dashboards, ask simple ad hoc queries without using SQL, and see detailed information about rows in your Database. You can set it up in under 5 minutes, and then give yourself and others a place to ask simple questions and understand the data your application is generating. ...

  • Google Analytics
    Google Analytics

    Google Analytics lets you measure your advertising ROI as well as track your Flash, video, and social networking sites and applications. ...

  • Google Tag Manager
    Google Tag Manager

    Tag Manager gives you the ability to add and update your own tags for conversion tracking, site analytics, remarketing, and more. There are nearly endless ways to track user behavior across your sites and apps, and the intuitive design lets you change tags whenever you want. ...

  • Mixpanel
    Mixpanel

    Mixpanel helps companies build better products through data. With our powerful, self-serve product analytics solution, teams can easily analyze how and why people engage, convert, and retain to improve their user experience. ...

  • Mixpanel
    Mixpanel

    Mixpanel helps companies build better products through data. With our powerful, self-serve product analytics solution, teams can easily analyze how and why people engage, convert, and retain to improve their user experience. ...

  • Optimizely
    Optimizely

    Optimizely is the market leader in digital experience optimization, helping digital leaders and Fortune 100 companies alike optimize their digital products, commerce, and campaigns with a fully featured experimentation platform. ...

  • Segment
    Segment

    Segment is a single hub for customer data. Collect your data in one place, then send it to more than 100 third-party tools, internal systems, or Amazon Redshift with the flip of a switch. ...

Cube alternatives & related posts

GraphQL logo

GraphQL

33.9K
310
A data query language and runtime
33.9K
310
PROS OF GRAPHQL
  • 75
    Schemas defined by the requests made by the user
  • 63
    Will replace RESTful interfaces
  • 62
    The future of API's
  • 49
    The future of databases
  • 13
    Self-documenting
  • 12
    Get many resources in a single request
  • 6
    Query Language
  • 6
    Ask for what you need, get exactly that
  • 3
    Fetch different resources in one request
  • 3
    Type system
  • 3
    Evolve your API without versions
  • 2
    Ease of client creation
  • 2
    GraphiQL
  • 2
    Easy setup
  • 1
    "Open" document
  • 1
    Fast prototyping
  • 1
    Supports subscription
  • 1
    Standard
  • 1
    Good for apps that query at build time. (SSR/Gatsby)
  • 1
    1. Describe your data
  • 1
    Better versioning
  • 1
    Backed by Facebook
  • 1
    Easy to learn
CONS OF GRAPHQL
  • 4
    Hard to migrate from GraphQL to another technology
  • 4
    More code to type.
  • 2
    Takes longer to build compared to schemaless.
  • 1
    No support for caching
  • 1
    All the pros sound like NFT pitches
  • 1
    No support for streaming
  • 1
    Works just like any other API at runtime
  • 1
    N+1 fetch problem
  • 1
    No built in security

related GraphQL posts

Shared insights
on
Node.jsNode.jsGraphQLGraphQLMongoDBMongoDB

I just finished the very first version of my new hobby project: #MovieGeeks. It is a minimalist online movie catalog for you to save the movies you want to see and for rating the movies you already saw. This is just the beginning as I am planning to add more features on the lines of sharing and discovery

For the #BackEnd I decided to use Node.js , GraphQL and MongoDB:

  1. Node.js has a huge community so it will always be a safe choice in terms of libraries and finding solutions to problems you may have

  2. GraphQL because I needed to improve my skills with it and because I was never comfortable with the usual REST approach. I believe GraphQL is a better option as it feels more natural to write apis, it improves the development velocity, by definition it fixes the over-fetching and under-fetching problem that is so common on REST apis, and on top of that, the community is getting bigger and bigger.

  3. MongoDB was my choice for the database as I already have a lot of experience working on it and because, despite of some bad reputation it has acquired in the last months, I still believe it is a powerful database for at least a very long list of use cases such as the one I needed for my website

See more
Nick Rockwell
SVP, Engineering at Fastly · | 46 upvotes · 4.2M views

When I joined NYT there was already broad dissatisfaction with the LAMP (Linux Apache HTTP Server MySQL PHP) Stack and the front end framework, in particular. So, I wasn't passing judgment on it. I mean, LAMP's fine, you can do good work in LAMP. It's a little dated at this point, but it's not ... I didn't want to rip it out for its own sake, but everyone else was like, "We don't like this, it's really inflexible." And I remember from being outside the company when that was called MIT FIVE when it had launched. And been observing it from the outside, and I was like, you guys took so long to do that and you did it so carefully, and yet you're not happy with your decisions. Why is that? That was more the impetus. If we're going to do this again, how are we going to do it in a way that we're gonna get a better result?

So we're moving quickly away from LAMP, I would say. So, right now, the new front end is React based and using Apollo. And we've been in a long, protracted, gradual rollout of the core experiences.

React is now talking to GraphQL as a primary API. There's a Node.js back end, to the front end, which is mainly for server-side rendering, as well.

Behind there, the main repository for the GraphQL server is a big table repository, that we call Bodega because it's a convenience store. And that reads off of a Kafka pipeline.

See more
Metabase logo

Metabase

900
271
An open-source business intelligence tool
900
271
PROS OF METABASE
  • 62
    Database visualisation
  • 45
    Open Source
  • 41
    Easy setup
  • 36
    Dashboard out of the box
  • 23
    Free
  • 14
    Simple
  • 9
    Support for many dbs
  • 7
    Easy embedding
  • 6
    Easy
  • 6
    It's good
  • 5
    AGPL : wont help with adoption but depends on your goal
  • 5
    BI doesn't get easier than that
  • 4
    Google analytics integration
  • 4
    Multiple integrations
  • 4
    Easy set up
CONS OF METABASE
  • 7
    Harder to setup than similar tools

related Metabase posts

Shared insights
on
MetabaseMetabaseSupersetSuperset

Need to create a dashboard with a variety of charts having a good drill-down feature with good UI/UX and easy to manage users and roles with some authentication. I am confused between Superset and Metabase, so please suggest.

See more
Google Analytics logo

Google Analytics

127.6K
5.1K
Enterprise-class web analytics.
127.6K
5.1K
PROS OF GOOGLE ANALYTICS
  • 1.5K
    Free
  • 927
    Easy setup
  • 891
    Data visualization
  • 698
    Real-time stats
  • 406
    Comprehensive feature set
  • 182
    Goals tracking
  • 155
    Powerful funnel conversion reporting
  • 139
    Customizable reports
  • 83
    Custom events try
  • 53
    Elastic api
  • 15
    Updated regulary
  • 8
    Interactive Documentation
  • 4
    Google play
  • 3
    Walkman music video playlist
  • 3
    Industry Standard
  • 3
    Advanced ecommerce
  • 2
    Irina
  • 2
    Easy to integrate
  • 2
    Financial Management Challenges -2015h
  • 2
    Medium / Channel data split
  • 2
    Lifesaver
CONS OF GOOGLE ANALYTICS
  • 11
    Confusing UX/UI
  • 8
    Super complex
  • 6
    Very hard to build out funnels
  • 4
    Poor web performance metrics
  • 3
    Very easy to confuse the user of the analytics
  • 2
    Time spent on page isn't accurate out of the box

related Google Analytics posts

Tassanai Singprom

This is my stack in Application & Data

JavaScript PHP HTML5 jQuery Redis Amazon EC2 Ubuntu Sass Vue.js Firebase Laravel Lumen Amazon RDS GraphQL MariaDB

My Utilities Tools

Google Analytics Postman Elasticsearch

My Devops Tools

Git GitHub GitLab npm Visual Studio Code Kibana Sentry BrowserStack

My Business Tools

Slack

See more
Max Musing
Founder & CEO at BaseDash · | 9 upvotes · 375.2K views

Functionally, Amplitude and Mixpanel are incredibly similar. They both offer almost all the same functionality around tracking and visualizing user actions for analytics. You can track A/B test results in both. We ended up going with Amplitude at BaseDash because it has a more generous free tier for our uses (10 million actions per month, versus Mixpanel's 1000 monthly tracked users).

Segment isn't meant to compete with these tools, but instead acts as an API to send actions to them, and other analytics tools. If you're just sending event data to one of these tools, you probably don't need Segment. If you're using other analytics tools like Google Analytics and FullStory, Segment makes it easy to send events to all your tools at once.

See more
Google Tag Manager logo

Google Tag Manager

63.7K
0
Quickly and easily update tags and code snippets on your website or mobile app
63.7K
0
PROS OF GOOGLE TAG MANAGER
    Be the first to leave a pro
    CONS OF GOOGLE TAG MANAGER
      Be the first to leave a con

      related Google Tag Manager posts

      Iva Obrovac
      Product Marketing Manager at Martian & Machine · | 8 upvotes · 88.5K views

      Hi,

      This is a question for best practice regarding Segment and Google Tag Manager. I would love to use Segment and GTM together when we need to implement a lot of additional tools, such as Amplitude, Appsfyler, or any other engagement tool since we can send event data without additional SDK implementation, etc.

      So, my question is, if you use Segment and Google Tag Manager, how did you define what you will push through Segment and what will you push through Google Tag Manager? For example, when implementing a Facebook Pixel or any other 3rd party marketing tag?

      From my point of view, implementing marketing pixels should stay in GTM because of the tag/trigger control.

      If you are using Segment and GTM together, I would love to learn more about your best practice.

      Thanks!

      See more
      Mixpanel logo

      Mixpanel

      7.1K
      438
      Powerful, self-serve product analytics to help you convert, engage, and retain more users
      7.1K
      438
      PROS OF MIXPANEL
      • 144
        Great visualization ui
      • 108
        Easy integration
      • 78
        Great funnel funcionality
      • 58
        Free
      • 22
        A wide range of tools
      • 15
        Powerful Graph Search
      • 11
        Responsive Customer Support
      • 2
        Nice reporting
      CONS OF MIXPANEL
      • 2
        Messaging (notification, email) features are weak
      • 2
        Paid plans can get expensive
      • 1
        Limited dashboard capabilities

      related Mixpanel posts

      Max Musing
      Founder & CEO at BaseDash · | 9 upvotes · 375.2K views

      Functionally, Amplitude and Mixpanel are incredibly similar. They both offer almost all the same functionality around tracking and visualizing user actions for analytics. You can track A/B test results in both. We ended up going with Amplitude at BaseDash because it has a more generous free tier for our uses (10 million actions per month, versus Mixpanel's 1000 monthly tracked users).

      Segment isn't meant to compete with these tools, but instead acts as an API to send actions to them, and other analytics tools. If you're just sending event data to one of these tools, you probably don't need Segment. If you're using other analytics tools like Google Analytics and FullStory, Segment makes it easy to send events to all your tools at once.

      See more
      Yasmine de Aranda
      Chief Growth Officer at Huddol · | 7 upvotes · 391.4K views

      Hi there, we are a seed-stage startup in the personal development space. I am looking at building the marketing stack tool to have an accurate view of the user experience from acquisition through to adoption and retention for our upcoming React Native Mobile app. We qualify for the startup program of Segment and Mixpanel, which seems like a good option to get rolling and scale for free to learn how our current 60K free members will interact in the new subscription-based platform. I was considering AppsFlyer for attribution, and I am now looking at an affordable yet scalable Mobile Marketing tool vs. building in-house. Braze looks great, so does Leanplum, but the price points are 30K to start, which we can't do. I looked at OneSignal, but it doesn't have user flow visualization. I am now looking into Urban Airship and Iterable. Any advice would be much appreciated!

      See more
      Mixpanel logo

      Mixpanel

      7.1K
      438
      Powerful, self-serve product analytics to help you convert, engage, and retain more users
      7.1K
      438
      PROS OF MIXPANEL
      • 144
        Great visualization ui
      • 108
        Easy integration
      • 78
        Great funnel funcionality
      • 58
        Free
      • 22
        A wide range of tools
      • 15
        Powerful Graph Search
      • 11
        Responsive Customer Support
      • 2
        Nice reporting
      CONS OF MIXPANEL
      • 2
        Messaging (notification, email) features are weak
      • 2
        Paid plans can get expensive
      • 1
        Limited dashboard capabilities

      related Mixpanel posts

      Max Musing
      Founder & CEO at BaseDash · | 9 upvotes · 375.2K views

      Functionally, Amplitude and Mixpanel are incredibly similar. They both offer almost all the same functionality around tracking and visualizing user actions for analytics. You can track A/B test results in both. We ended up going with Amplitude at BaseDash because it has a more generous free tier for our uses (10 million actions per month, versus Mixpanel's 1000 monthly tracked users).

      Segment isn't meant to compete with these tools, but instead acts as an API to send actions to them, and other analytics tools. If you're just sending event data to one of these tools, you probably don't need Segment. If you're using other analytics tools like Google Analytics and FullStory, Segment makes it easy to send events to all your tools at once.

      See more
      Yasmine de Aranda
      Chief Growth Officer at Huddol · | 7 upvotes · 391.4K views

      Hi there, we are a seed-stage startup in the personal development space. I am looking at building the marketing stack tool to have an accurate view of the user experience from acquisition through to adoption and retention for our upcoming React Native Mobile app. We qualify for the startup program of Segment and Mixpanel, which seems like a good option to get rolling and scale for free to learn how our current 60K free members will interact in the new subscription-based platform. I was considering AppsFlyer for attribution, and I am now looking at an affordable yet scalable Mobile Marketing tool vs. building in-house. Braze looks great, so does Leanplum, but the price points are 30K to start, which we can't do. I looked at OneSignal, but it doesn't have user flow visualization. I am now looking into Urban Airship and Iterable. Any advice would be much appreciated!

      See more
      Optimizely logo

      Optimizely

      4K
      100
      Experimentation platform for marketing, product, and engineering teams, with feature flags and personalization
      4K
      100
      PROS OF OPTIMIZELY
      • 50
        Easy to setup, edit variants, & see results
      • 20
        Light weight
      • 16
        Best a/b testing solution
      • 14
        Integration with google analytics
      CONS OF OPTIMIZELY
        Be the first to leave a con

        related Optimizely posts

        Shared insights
        on
        SegmentSegmentOptimizelyOptimizely

        Hey all, I'm managing the implementation of a customer data platform and headless CMS for a digital consumer content publisher. We're weighing up the pros and cons of implementing an OTB activation platform like Optimizely Recommendations or Dynamic Yield vs developing a bespoke solution for personalising content recommendations. Use Case is CDP will house customers and personas, and headless CMS will contain the individual content assets. The intermediary solution will activate data between the two for personalisation of news content feeds. I saw GCP has some potentially applicable personalisation solutions such as recommendations AI, which seem to be targeted at retail, but would probably be relevant to this use case for all intents and purposes. The CDP is Segment and the CMS is Contentstack. Has anyone implemented an activation platform or personalisation solution under similar circumstances? Any advice or direction would be appreciated! Thank you

        See more
        Segment logo

        Segment

        3.1K
        275
        A single hub to collect, translate and send your data with the flip of a switch.
        3.1K
        275
        PROS OF SEGMENT
        • 86
          Easy to scale and maintain 3rd party services
        • 49
          One API
        • 39
          Simple
        • 25
          Multiple integrations
        • 19
          Cleanest API
        • 10
          Easy
        • 9
          Free
        • 8
          Mixpanel Integration
        • 7
          Segment SQL
        • 6
          Flexible
        • 4
          Google Analytics Integration
        • 2
          Salesforce Integration
        • 2
          SQL Access
        • 2
          Clean Integration with Application
        • 1
          Own all your tracking data
        • 1
          Quick setup
        • 1
          Clearbit integration
        • 1
          Beautiful UI
        • 1
          Integrates with Apptimize
        • 1
          Escort
        • 1
          Woopra Integration
        CONS OF SEGMENT
        • 2
          Not clear which events/options are integration-specific
        • 1
          Limitations with integration-specific configurations
        • 1
          Client-side events are separated from server-side

        related Segment posts

        Julien DeFrance
        Principal Software Engineer at Tophatter · | 16 upvotes · 3.2M views

        Back in 2014, I was given an opportunity to re-architect SmartZip Analytics platform, and flagship product: SmartTargeting. This is a SaaS software helping real estate professionals keeping up with their prospects and leads in a given neighborhood/territory, finding out (thanks to predictive analytics) who's the most likely to list/sell their home, and running cross-channel marketing automation against them: direct mail, online ads, email... The company also does provide Data APIs to Enterprise customers.

        I had inherited years and years of technical debt and I knew things had to change radically. The first enabler to this was to make use of the cloud and go with AWS, so we would stop re-inventing the wheel, and build around managed/scalable services.

        For the SaaS product, we kept on working with Rails as this was what my team had the most knowledge in. We've however broken up the monolith and decoupled the front-end application from the backend thanks to the use of Rails API so we'd get independently scalable micro-services from now on.

        Our various applications could now be deployed using AWS Elastic Beanstalk so we wouldn't waste any more efforts writing time-consuming Capistrano deployment scripts for instance. Combined with Docker so our application would run within its own container, independently from the underlying host configuration.

        Storage-wise, we went with Amazon S3 and ditched any pre-existing local or network storage people used to deal with in our legacy systems. On the database side: Amazon RDS / MySQL initially. Ultimately migrated to Amazon RDS for Aurora / MySQL when it got released. Once again, here you need a managed service your cloud provider handles for you.

        Future improvements / technology decisions included:

        Caching: Amazon ElastiCache / Memcached CDN: Amazon CloudFront Systems Integration: Segment / Zapier Data-warehousing: Amazon Redshift BI: Amazon Quicksight / Superset Search: Elasticsearch / Amazon Elasticsearch Service / Algolia Monitoring: New Relic

        As our usage grows, patterns changed, and/or our business needs evolved, my role as Engineering Manager then Director of Engineering was also to ensure my team kept on learning and innovating, while delivering on business value.

        One of these innovations was to get ourselves into Serverless : Adopting AWS Lambda was a big step forward. At the time, only available for Node.js (Not Ruby ) but a great way to handle cost efficiency, unpredictable traffic, sudden bursts of traffic... Ultimately you want the whole chain of services involved in a call to be serverless, and that's when we've started leveraging Amazon DynamoDB on these projects so they'd be fully scalable.

        See more
        Robert Zuber

        Our primary source of monitoring and alerting is Datadog. We’ve got prebuilt dashboards for every scenario and integration with PagerDuty to manage routing any alerts. We’ve definitely scaled past the point where managing dashboards is easy, but we haven’t had time to invest in using features like Anomaly Detection. We’ve started using Honeycomb for some targeted debugging of complex production issues and we are liking what we’ve seen. We capture any unhandled exceptions with Rollbar and, if we realize one will keep happening, we quickly convert the metrics to point back to Datadog, to keep Rollbar as clean as possible.

        We use Segment to consolidate all of our trackers, the most important of which goes to Amplitude to analyze user patterns. However, if we need a more consolidated view, we push all of our data to our own data warehouse running PostgreSQL; this is available for analytics and dashboard creation through Looker.

        See more