Software Alternatives & Reviews

RxDB VS Plausible.io

Compare RxDB VS Plausible.io and see what are their differences

RxDB logo RxDB

A fast, offline-first, reactive Database for JavaScript Applications

Plausible.io logo Plausible.io

Plausible Analytics is a simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. Made and hosted in the EU, powered by European-owned cloud infrastructure 🇪🇺
  • RxDB Landing page
    Landing page //
    2023-07-20

RxDB, which stands for Reactive Database, is a JavaScript-based NoSQL database designed for a wide range of applications such as websites, hybrid apps, Electron apps, progressive web apps, and Node.js. The "reactive" aspect of RxDB allows you not only to retrieve the current state of the database but also to subscribe to all changes in the state, including query results or specific fields within a document. This feature is particularly advantageous for real-time user interface applications, as it facilitates development and offers notable performance benefits. Additionally, RxDB can be utilized to build efficient backends in Node.js.

  • Plausible.io Landing page
    Landing page //
    2020-07-07

Plausible Analytics is not designed to be a clone of Google Analytics. It is meant as a simple-to-use replacement and a privacy-friendly alternative that can help many site owners.

  • It's quick, simple to use and understand with all the metrics displayed on one page. Doesn't track hundreds of metrics like Google Analytics does

  • Lightweight script of less than 1 KB so sites load fast. The script is 45 times smaller script than the Google Analytics one

  • Doesn't use cookies so there's no need to worry about cookie banners

  • Doesn't track personal data so it's compliant with GDPR out of the box and you don't need to worry about asking for data consent

  • It's open source with the code available on GitHub so you can even self host exactly the same product free as in beer

  • Unlike Google Analytics, the cloud product is not free as in beer because the business model is subscriptions rather than selling the data of your visitors. Plausible Analytics is bootstrapped without any external funding so the subscription fees help cover the costs and time spent on development.

RxDB

Website
rxdb.info
$ Details
Platforms
-
Release Date
2016 December

Plausible.io

$ Details
paid Free Trial $9.0 / Monthly (10,000 pageviews)
Platforms
Web Browser Google Chrome Firefox Safari Wordpress
Release Date
2019 April

RxDB videos

No RxDB videos yet. You could help us improve this page by suggesting one.

+ Add video

Plausible.io videos

Cardano Blackboard Series #5: What is plausible deniability?

More videos:

  • Review - How Plausible is the Balkanized America from Crimson Skies? (A Map Analysis)
  • Review - Movie Review - How Plausible is The Martian?

Category Popularity

0-100% (relative to RxDB and Plausible.io)
Databases
100 100%
0% 0
Analytics
0 0%
100% 100
NoSQL Databases
100 100%
0% 0
Web Analytics
0 0%
100% 100

User comments

Share your experience with using RxDB and Plausible.io. 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 RxDB and Plausible.io

RxDB Reviews

10 Best Open Source Firebase Alternatives
Reactive Database or RxDB is a real-time NoSQL database for JavaScript apps such as progressive web apps, electron apps, PWAs, hybrid apps, and websites. Reactive means that you get to query the current state while subscribing to all state changes like the result of a single field of a document or query.

Plausible.io Reviews

  1. Happy Paying User :)

    I've been using plausible since Sep 2019 and never had any doubts about it. It provides me with everything I need related to visitor stats while keeping privacy in first place.

    It doesn't slow down my website loading speed (it's amazing, it's less than 1KB in size!), is not blocked by adblockers since it's not really a tracker tracker, and owners are super cool and they actually respond to every inquiry you could possibly have.

    If you're looking for de-googling your stuff, you can start with Plausible :)

    🏁 Competitors: Google Analytics, Matomo, Woopra
    👍 Pros:    Loading speed|Clean ui|Privacy concisous|Custom domain|Affordable prices|Easy integration|Super simple
  2. Plausibly simple analytics!

    I tried several analytics tools prior to Plausible, namely Google Analytics and later on Matomo. I found both to be fairly complicated for my usage which is a personal blog. Complicated in the way I had to install and use them. Plausible's simple to set up approach combined with a very clean and inviting user interface was a breath of fresh air. It's simple and clean enough that it actually makes me want to check and analyse my traffic which is a feeling I never thought I'd have having tried alternatives.

  3. Excellent alternative to google analytics

    It offers clear information about what I really need, without distractions, without advertising and does not slow my site.

    🏁 Competitors: Google Analytics

Top 5 open source alternatives to Google Analytics
Plausible is a newer kid on the open source analytics tools block. It’s lean, it’s fast, and only collects a small amount of information — that includes numbers of unique visitors and the top pages they visited, the number of page views, the bounce rate, and referrers. Plausible is simple and very focused.
Source: opensource.com
Privacy-oriented alternatives to Google Analytics
I learned about Plausible just recently, but they deserve to be on top of this list for me. Their platform is completely Open Source on GitHub under the MIT license. I personally also like that it’s written in Elixir.
Lightweight alternatives to Google Analytics
Plausible is another relatively new analytics tool that was launched in early 2019. Soon after launching, it switched to open source, with the code licensed under the permissive MIT license. The company's business model is to charge for the hosting, with pricing aimed at small businesses. In addition to making its source code available, Plausible is one of an increasing...
Source: lwn.net

Social recommendations and mentions

Based on our record, Plausible.io seems to be a lot more popular than RxDB. While we know about 188 links to Plausible.io, we've tracked only 10 mentions of RxDB. 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.

RxDB mentions (10)

  • Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?
    I'm interested in this problem also! I think there is a large overlap with projects that market/focus on offline-first experiences. AFAIK this problem can be solved by: 1) Considering a client-side copy of the database that gets synced with the remote DB. This is an approach [PowerSync](https://www.powersync.com/) and [ElectricSql](https://electric-sql.com/) and [rxdb](https://rxdb.info/) take! - Source: Hacker News / 18 days ago
  • You can't leak users' data if you don't hold it
    Hey, after I posted that, I went and gave a second look online to see if I could find something that would allow me to develop a local-first app with offline persistence and syncing capabilities. I ended up finding some possibilities out there that could potentially help me build stuff. One of them is RxDB [1], which offers WebRTC syncing - you'd still need a signaling server, I suppose, but all sensitive... - Source: Hacker News / about 1 month ago
  • SignalDB: Bringing Meteor-Like Reactivity to the Modern Age
    About a year ago, I discovered a cool offline-first framework called RxDB. Initially, I thought that on the frontend side, this was exactly what I had been searching for over the past years. After tinkering around and even using it in production for some time, I realized that it wasn't well-suited for my intended use. RxDB was initially created as an RxJS layer for PouchDB with a server replication interface.... - Source: dev.to / 6 months ago
  • Show HN: ElectricSQL, Postgres to SQLite active-active sync for local-first apps
    Congrats to the team. Once I’ve tried https://rxdb.info/ and it wasn’t funny at all to do the remote replication (PG) and to deal with conflicts. I do need to check this out! - Source: Hacker News / 8 months ago
  • What did I do to deserve a JavaScript database?
    For anyone who wants to not only make jokes but actuall learn something, I recommend to start with exploring the github repo: https://github.com/pubkey/rxdb. Source: over 1 year ago
View more

Plausible.io mentions (188)

  • Any Google Analytics Alternatives?
    I think a single Google Analytics alternative is pretty hard to pick considering that GA can be used to very much varying extents. For simple and "detailed enough" insights, I enjoyed using Plausible (https://plausible.io/) in the past. For more in depth analytics that give you a detailed view into your own product, PostHog.com seems to be by far the best and most popular option out there. - Source: Hacker News / 4 days ago
  • We need to Speak about Google Code Quality
    I could do the same exercise with Google Analytics and Google Tag Manager, but luckily I don't need to, since Plausible already did. A piece of advice, rip out Google Analytics and use Plausible instead. It first of all doesn't destroy your website, and secondly it doesn't violate the GDPR - So you can embed it on your site without having to warn your visitors about that they're being spied on by Google. - Source: dev.to / 11 days ago
  • Show HN: Open-Source Ad-Free File Upload Service
    Also, currently we are using https://plausible.io/ for analytics. No other bugs. - Source: Hacker News / 13 days ago
  • Plausible as an alternative to Google Analytics
    I just swapped out Google Analytics with Plausible for AINIRO.IO. It’s only been a week, but so far I am super jazzed about it. First of all, Plausible doesn’t use cookies, so I can completely drop all cookie disclaimers and popups I had because of GDPR. Second of all, the site scores significantly better on load time. This results in a 10x better user experience for my website visitors, while making sure the... - Source: dev.to / 17 days ago
  • Simple no bs persistent notepad
    No clue what you mean, browser cache might even clear itself without you doing anything manually. This thing makes no sense. Nowhere ever did it say Tech Demo anywhere, not in the HN headline, not on the page itself. No, thanks. And even as a tech demo, there is nothing impressive going in. It is stores shit to local storage, I guess. Lol, I just looked this up, and it was in Firefox on 2009 already? WHAT?... - Source: Hacker News / about 2 months ago
View more

What are some alternatives?

When comparing RxDB and Plausible.io, you can also consider the following products

Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.

Matomo - Matomo is an open-source web analytics platform

Supabase - An open source Firebase alternative

Fathom Analytics - Simple, trustworthy website analytics (finally)

MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.

Google Analytics - Improve your website to increase conversions, improve the user experience, and make more money using Google Analytics. Measure, understand and quantify engagement on your site with customized and in-depth reports.