TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Claris FileMaker

    Score6.7 out of 10
    N/AClaris' FileMaker is presented as a Workplace Innovation Platform, and is used to create a custom app. Manual processes can be automated with Claris FileMaker Pro, and apps can be created to manage contacts, track inventory, organize projects, etc.

    $21

    per month per user

    Redis Software

    Score8.8 out of 10
    N/ARedis is an open source in-memory data structure server and NoSQL database.N/A
    Pricing
    Claris FileMakerRedis Software
    Editions & Modules
    Platform Subscription
    $21
    per month per user
    Individual desktop license
    $594
    one-time fee
    No answers on this topic
    Offerings
    Pricing Offerings
    Claris FileMakerRedis Software
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoYes
    Entry-level Setup FeeNo setup feeOptional
    Additional Details——
    More Pricing Information
    Community Pulse
    Claris FileMakerRedis Software
    Considered Both Products
    Claris
    No answer on this topic
    Redis
    No answer on this topic
    Key User Insights
    Would buy again
    93%
    Would buy again
    13 Answers
    100%
    Would buy again
    6 Answers
    Delivers good value for the price
    83%
    Delivers good value for the price
    10 Answers
    100%
    Delivers good value for the price
    6 Answers
    Happy with the feature set
    86%
    Happy with the feature set
    12 Answers
    100%
    Happy with the feature set
    6 Answers
    Lived up to sales and marketing promises
    89%
    Lived up to sales and marketing promises
    8 Answers
    100%
    Lived up to sales and marketing promises
    6 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    11 Answers
    100%
    Implementation went as expected
    6 Answers
    Features
    Claris FileMakerRedis Software
    Low-Code Development
    Comparison of Low-Code Development features of Claris FileMaker and Redis Software
    Feature
    Claris FileMaker
    7.9
    4 Ratings
    6% below category average
    Redis Software
    -
    Ratings
    Visual Modeling8.44 Ratings00 Ratings
    Drag-and-drop Interfaces3.73 Ratings00 Ratings
    Platform Security9.83 Ratings00 Ratings
    Platform User Management7.54 Ratings00 Ratings
    Reusability8.64 Ratings00 Ratings
    Platform Scalability9.64 Ratings00 Ratings
    Best Alternatives
    Claris FileMakerRedis Software
    Small Businesses
    Zoho Creator
    Score7.7 out of 10
    No answers on this topic
    Medium-sized Companies
    AppSheet
    Score8.2 out of 10
    No answers on this topic
    Enterprises
    Oracle APEX
    Score9.1 out of 10
    No answers on this topic
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Claris FileMakerRedis Software
    Likelihood to Recommend
    8.0
    (51 ratings)
    8.0
    (76 ratings)
    Likelihood to Renew
    5.0
    (7 ratings)
    8.7
    (12 ratings)
    Usability
    8.8
    (8 ratings)
    9.0
    (6 ratings)
    Availability
    8.0
    (2 ratings)
    -
    (0 ratings)
    Performance
    5.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    1.0
    (6 ratings)
    8.7
    (5 ratings)
    In-Person Training
    8.0
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    5.0
    (2 ratings)
    7.3
    (1 ratings)
    Configurability
    5.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    8.0
    (1 ratings)
    -
    (0 ratings)
    Vendor post-sale
    5.0
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    5.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Claris FileMakerRedis Software
    Likelihood to Recommend
    Claris
    If your company is really small, I can understand the need for a product like this. However, I would go for MS Access... FileMaker Pro can not be integrated with other systems (like MS Access can at least be handled by C# for instance, and can be integrated with MS Excel or even SQL server). I'm really not sure in what scenario one would choose for FileMaker Pro. If your application or company grows bigger, you're going to have a problem to move to another environment. Also, the fact that only one person can work with the backend at any given time is a problem in a somewhat larger company.
    Incentivized
    Read full review
    Redis
    Redis has been a great investment for our organization as we needed a solution for high speed data caching. The ramp up and integration was quite easy. Redis handles automatic failover internally, so no crashes provides high availability. On the fly scaling scale to more/less cores and memory as and when needed.
    Incentivized
    Read full review
    Pros
    Claris
    • The relational database management system makes the program highly customizable to fit the needs of any product. You can add a ton of information to each record and update your inventory on a regular basis with an Excel import or manually inside of the record. It has the capability to incorporate barcoding, which can manage your available inventory with ease.
    • The scripting language allows FileMaker to automatically calculate complex algorithms automatically or generate report outs with the click of a button. This allows for greater UI, especially with active users who are not familiar with writing code. Almost all of our internal data is linked to the FileMaker database
    • The server license allows many users to update the database in real time, which is handy if your inventory is constantly changing. We have users with Macs, PCs, iPhones and handheld tablets linked to our FileMaker database and they are updating the information constantly throughout the day.
    • If you invest some time into formatting and scripting the database, there is a high ease of use for users without knowledge of any programming or FileMaker itself.
    Incentivized
    Read full review
    Redis
    • Easy for developers to understand. Unlike Riak, which I've used in the past, it's fast without having to worry about eventual consistency.
    • Reliable. With a proper multi-node configuration, it can handle failover instantly.
    • Configurable. We primarily still use Memcache for caching but one of the teams uses Redis for both long-term storage and temporary expiry keys without taking on another external dependency.
    • Fast. We process tens of thousands of RPS and it doesn't skip a beat.
    Incentivized
    Read full review
    Cons
    Claris
    • Developer features need to be beefed up - namely adding the ability to search code for a phrase or keyword and the ability to do the same in the "relationship graph" in the database.
    • Add ability for users to edit the same table record at the same time by version control.
    • Allow Filemaker Server to use more than 1 core; currently multi-processing is not supported and it can be tricky to find just the right server to support the application you've built to the fullest capacity.
    Incentivized
    Read full review
    Redis
    • We had some difficulty scaling Redis without it becoming prohibitively expensive.
    • Redis has very simple search capabilities, which means its not suitable for all use cases.
    • Redis doesn't have good native support for storing data in object form and many libraries built over it return data as a string, meaning you need build your own serialization layer over it.
    Incentivized
    Read full review
    Likelihood to Renew
    Claris
    It it not really up to me but my opinion does have some weight in the decision and the reason I would renew my use FileMaker Pro 8.5 is because I am finally getting used to it! Now that I have been working with the program, tasks have become quicker and projects are getting done faster. File Maker Pro 8.5 really is a versatile tool and I think we are just scratching the surface with it's abilities.
    Incentivized
    Read full review
    Redis
    We will definitely continue using Redis because: 1. It is free and open source. 2. We already use it in so many applications, it will be hard for us to let go. 3. There isn't another competitive product that we know of that gives a better performance. 4. We never had any major issues with Redis, so no point turning our backs.
    Incentivized
    Read full review
    Usability
    Claris
    It's almost what it should be after so may years and with Apple's longevity and strength behind it. For people who earn their living based on efficiency I think there are too many developer obstacles that waste time and therefore money.
    Incentivized
    Read full review
    Redis
    It is quite simple to set up for the purpose of managing user sessions in the backend. It can be easily integrated with other products or technologies, such as Spring in Java. If you need to actually display the data stored in Redis in your application this is a bit difficult to understand initially but is possible.
    Incentivized
    Read full review
    Reliability and Availability
    Claris
    mostly never issues and if there are they are resolved fast
    Incentivized
    Read full review
    Redis
    No answers on this topic
    Performance
    Claris
    for the most part but lots of error messages if you type something h correctly
    Incentivized
    Read full review
    Redis
    No answers on this topic
    Support Rating
    Claris
    The forums are great with lots of helpful experts and the staff monitor them to provide help where needed. There have been a couple of unique technical issues I've had to deal with that I haven't been able to get resolved so I chose to score this a 9 instead of a 10.
    Incentivized
    Read full review
    Redis
    The support team has always been excellent in handling our mostly questions, rarely problems. They are responsive, find the solution and get us moving forward again. I have never had to escalate a case with them. They have always solved our problems in a very timely manner. I highly commend the support team.
    Incentivized
    Read full review
    In-Person Training
    Claris
    easy to follow along and was able to jump in right away
    Incentivized
    Read full review
    Redis
    No answers on this topic
    Implementation Rating
    Claris
    Suggest you use an iterative R.A.D. or AGILE development approach. (i.e. rather than writing a gigantic spec for a system, then building it). FileMaker facilitates quick prototypes. Developing an example, then allowing users to "try it out" is a snap.
    Incentivized
    Read full review
    Redis
    Whitelisting of the AWS lambda functions.
    Incentivized
    Read full review
    Alternatives Considered
    Claris
    FileMaker is still the quickest way to go from zero to having a minimum viable working solution. Simple solutions can be built in as little as a afternoon of development. It is the only tool I am aware of which allows tech savy end users with domain knowledge to build bespoke apps for their businesses without undertaking professional software development training.
    Read full review
    Redis
    We are big users of MySQL and PostgreSQL. We were looking at replacing our aging web page caching technology and found that we could do it in SQL, but there was a NoSQL movement happening at the time. We dabbled a bit in the NoSQL scene just to get an idea of what it was about and whether it was for us. We tried a bunch, but I can only seem to remember Mongo and Couch. Mongo had big issues early on that drove us to Redis and we couldn't quite figure out how to deploy couch.
    Incentivized
    Read full review
    Scalability
    Claris
    it's most definitely does as we are a unique business to use this for scholarship awarding
    Incentivized
    Read full review
    Redis
    No answers on this topic
    Return on Investment
    Claris
    • We are a more agile company because of FileMaker. A few of us who are tech-savvy enough to manage the database (but are not professional developers) can make needed adjustments to our database without having to employ an in-house developer or contract with a 3rd party. As our business processes evolve and change, it's easy to update the database to accommodate those changes.
    Incentivized
    Read full review
    Redis
    • Redis has helped us increase our throughput and server data to a growing amount of traffic while keeping our app fast. We couldn't have grown without the ability to easily cache data that Redis provides.
    • Redis has helped us decrease the load on our database. By being able to scale up and cache important data, we reduce the load on our database reducing costs and infra issues.
    • Running a Redis node on something like AWS can be costly, but it is often a requirement for scaling a company. If you need data quickly and your business is already a positive ROI, Redis is worth the investment.
    Incentivized
    Read full review
    ScreenShots

    Redis Software Screenshots

    Screenshot of Database configurationScreenshot of Database metricsScreenshot of DatabasesScreenshot of NodesScreenshot of Alerts