Software Alternatives & Reviews

Salesforce VS Hasura

Compare Salesforce VS Hasura and see what are their differences

Salesforce logo Salesforce

CRM software solutions and enterprise cloud computing from salesforce.com, the leader in CRM and platform as a service.

Hasura logo Hasura

Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
  • Salesforce Landing page
    Landing page //
    2022-01-04
  • Hasura Landing page
    Landing page //
    2023-10-21

Salesforce videos

Frustrated Review of Salesforce.com 2019 for Small to Medium Business

More videos:

  • Review - HubSpot vs. Salesforce
  • Review - Salesforce CRM - Detailed Review of The CRM Giant (2019)
  • Review - Independent Review of Salesforce CRM Software
  • Review - Salesforce CRM Review 2021 Small Business
  • Review - What is Salesforce (and why is it so good)?
  • Review - Salesforce Review 2023 | CRM Software Analyst's Pros/Cons [1/3]
  • Review - What is Salesforce? | Salesforce in 7 Minutes | Introduction to Salesforce | Simplilearn

Hasura videos

Scott Tries Hasura - A Realtime GraphQL API Builder

More videos:

  • Review - Evaluating Hasura
  • Review - The founder of Hasura teaching me about Hasura - FUN!

Category Popularity

0-100% (relative to Salesforce and Hasura)
CRM
100 100%
0% 0
GraphQL
0 0%
100% 100
Sales
100 100%
0% 0
Developer Tools
0 0%
100% 100

User comments

Share your experience with using Salesforce and Hasura. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Salesforce and Hasura

Salesforce Reviews

Top 11 Best SIEM Tools in 2022 For Real-Time Incident Response and Security
Salesforce offers fantastic security information software for service operators and agents alike. They get complete visibility into all incidents, customer data, and cases in a single workspace. This provides them with greater context to better deal with a problem. The platform proactively identifies security issues before the customer even notices them.
Top 9 Best Copper CRM Alternatives for Businesses in 2023
Zoho CRM is one of several programs available in Zoho’s app ecosystem, which is similar to Salesforce’s app exchange. Zoho CRM’s reporting is solid, allowing users to report across products, locations, and applications. The CRM provides basic contact management as well as automation, such as transforming website visitors into leads.
Source: magenest.com
Top 21 Salesforce’s Competitors and Alternatives
The main competitive advantage for Dynamics 365 over Salesforce is its integrated platform. Microsoft made several strategic changes in 2020 to challenge Salesforce in the cloud software market. Most companies use Microsoft’s productivity solutions, increasing Dynamics 365’s advantage over Salesforce. Dynamics 365 makes Microsoft the top Salesforce competitor. [4]
14 Best Copper CRM Alternatives to Use in 2022
Salesforce is a leading provider of CRM solutions occupying over 19.6% share of the global CRM market. It provides a powerful and integrated platform for sales, marketing, support, IT, and eCommerce. This unified access to all business data can be leveraged to deliver exceptional customer experiences. Salesforce can help make better business decisions and automate key...
Best ERP Software 2022: Top Rated ERP Systems Comparison
Price: Salesforce CRM can be tried for free. Sales Cloud has four pricing editions, Essentials (Euro 25 per user per month), Professional (Euro 75 per user per month), Enterprise (Euro 150 per user per month), and Unlimited (Euro 300 per user per month).

Hasura Reviews

We have no reviews of Hasura yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Hasura should be more popular than Salesforce. It has been mentiond 117 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Salesforce mentions (62)

  • Salesforce Development Company
    Pletra Technology is a prominent Salesforce Implementation and Development company with the expertise needed to drive Salesforce-powered change in your enterprise. Using the Salesforce.com platform effectively, our consultants can help clients provide innovation and value from customer operations. Source: 10 months ago
  • MyDMV Portal has a really suspicious address.
    Maybe I'm just paranoid, but this thing screams "phishing link" to me. Why is this not a subdomain of flhmsv.gov ? Why is it a dot com?? I'd heard things about there being malicious links inserted into legit websites through either a hack or browser malware. Just going to force.com also redirects to salesforce.com , which... doesn't answer any questions at all. Is it just... Like this, or is there something... Source: 10 months ago
  • Etrade hangs on login and other pages
    I noticed when I click on manage cookies there is salesforce.com and a few others that I am not sure what they are trying to do but I am sure they have nothing to do with trading. Source: 11 months ago
  • Creating a Salesforce Email Report
    Hello! I'm aware that Tableau can capture email activity with EAC. However, I'm looking to add a report within a Salesforce Dashboard. I've attempted to create a report on email messages following the resource on Salesforce.com. But, the results were minimal (657 all-time emails? Since 2017.) For clarity, not for List Emails, just 1-1 sent through Salesforce. Source: about 1 year ago
  • Freelance design contract offer - Regarding the "ownership of work product" - what is really owned? (What are your thoughts on this contract section?)
    It is a fintech company so I do not expect them to, for example, profit much from selling clothes, or posters with my work on it. However, they are interested in the style of branding, illustration and general design of this website https://salesforce.com/ which uses a lot of colourful and playful imagery / illustrations. Source: about 1 year ago
View more

Hasura mentions (117)

  • Serious flaws in SQL – Edgar F. Codd (1990)
    > 2. ORMs do not hide SQL nastiness. This is certainly true! I mean: ORMs are now well known to "make the easy queries slightly more easy, while making intermediate queries really hard and complex queries impossible". I think the are of ORMs is over. It simply did not deliver. If a book on SQL is --say-- 100 pages, a book on Hibernate is 400 pages. So much to learn just to make the easy queries slightly easier to... - Source: Hacker News / 7 days ago
  • The Many Ways Not to Build an API
    Another strategy is to model access control declaratively and enforce it in the application layer. ZenStack (built above Prisma ORM) and Hasura are good examples of this approach. The following code shows how access policies are defined with ZenStack and how a secured CRUD API can be derived automatically. - Source: dev.to / about 1 month ago
  • The 2024 Web Hosting Report
    Today, this ecosystem is going strong with new providers like Hasura, AppWrite and Supabase powering millions of projects. There are a few reasons people choose this style of hosting, especially if they are more comfortable with frontend development. BaaS lets them set up a database in a secure way, expose some business logic on top of the data, and connect via a dev-friendly SDK from their app or website code to... - Source: dev.to / 3 months ago
  • Ask HN: Is There a Zapier for APIs?
    Hi! If you’ve ever thought about something like using GraphQL for something like this.. You might like Hasura. (Obligatory I work for Hasura) We’ve got an OpenAPI import and you can setup cron-jobs or one-off jobs and do things like load in headers from the environment variables to pass through. There isn’t currently an easy journey for chaining multiple calls together without writing any code at all, but you can... - Source: Hacker News / 2 months ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Hasura.io — Hasura extends your existing databases wherever it is hosted and provides an instant GraphQL API that can be securely accessed for web, mobile, and data integration workloads. Free for 1GB/month of data pass-through. - Source: dev.to / 3 months ago
View more

What are some alternatives?

When comparing Salesforce and Hasura, you can also consider the following products

Zoho CRM - Omnichannel CRM for Businesses of all sizes

Supabase - An open source Firebase alternative

Pipedrive - Sales pipeline software that gets you organized. Helps you focus on the right deals, so easy to use that salespeople just love it. Great for small teams.

GraphQL Playground - GraphQL IDE for better development workflows

HubSpot - Grow Better With HubSpot: Software that's powerful, not overpowering. Seamlessly connect your data, teams, and customers on one CRM platform that grows with your business.

GraphQl Editor - Editor for GraphQL that lets you draw GraphQL schemas using visual nodes