donutdb VS litestack

Compare donutdb vs litestack and see what are their differences.

donutdb

Store and query a sqlite db directly backed by DynamoDB. (by psanford)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
donutdb litestack
4 16
163 891
- -
5.3 9.0
10 months ago 9 days ago
Go Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

donutdb

Posts with mentions or reviews of donutdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.

litestack

Posts with mentions or reviews of litestack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-10.
  • Speed Up Your Ruby on Rails Application with LiteCache
    1 project | dev.to | 31 Jan 2024
    The benchmarks for LiteCache are impressive, with a small caveat. While LiteCache outperforms a local Redis installation for every read operation, it seems like there's still room for improvement, especially for large write payloads.
  • Stream Updates to Your Users with LiteCable for Ruby on Rails
    4 projects | dev.to | 10 Jan 2024
    Luckily, the official LiteStack benchmarks include measurements for LiteCable against Redis, which I am going to quote here.
  • Handle Incoming Webhooks with LiteJob for Ruby on Rails
    2 projects | dev.to | 22 Nov 2023
    Let's quickly look into how LiteJob uses SQLite to implement a job queueing system. In essence, the class Litequeue interfaces with the SQLite queue table. This table's columns, like id, name, fire_at, value, and created_at, store and manage job details.
  • All-in-one Ruby gem for webapp data infrastructure
    1 project | news.ycombinator.com | 4 Nov 2023
  • An Introduction to LiteStack for Ruby on Rails
    5 projects | dev.to | 4 Oct 2023
    Next, we install LiteStack using the shipped generator:
  • I'm All-In on Server-Side SQLite
    7 projects | news.ycombinator.com | 22 Sep 2023
    Related: I wrote a piece last week on deploying Rails apps to production on Fly.io at https://fly.io/ruby-dispatch/sqlite-and-rails-in-production/

    The work that’s made this possible is:

    1. Litestack - https://github.com/oldmoe/litestack

    2. Fly.io’s work on the dockerfile-rails generator detecting Sqlite and Litestack in a Rails project, then setting up sane defaults for where that data is stored and persisted in production. This is all done behind the scenes with no intervention required from the person deploying.

    3. Servers are overall faster and more powerful

    I hope more Rails hosts make it easier and safer to deploy Sqlite to production. It will lower costs and reduce complexity for folks deploying apps.

  • Extralite 2.0 has been released!
    3 projects | /r/ruby | 9 Jul 2023
    Didn't know that one! The litestack.gemspec shows it's a wrapper around the sqlite3 gem. So, not really comparable...
  • LiteFS Cloud: Distributed SQLite with Managed Backups
    9 projects | news.ycombinator.com | 5 Jul 2023
    I’m working on this for Rails apps at https://github.com/oldmoe/litestack/pull/12

    The idea is that people with small-to-medium size Rails Turbo apps should be able to deploy them without needing Redis or Postgres.

    I’ve gotten as far as deploying this stack _without_ LiteFS and it works great. The only downside is the application queues requests on deploy, but for some smaller apps it’s acceptable to have the client wait for a few seconds while the app restarts.

    When I get that PR merged I’ll write about how it works on Fly and publish it to https://fly.io/ruby-dispatch/.

  • Ask HN: What's the fastest and simplest way to prototype a web app in 2023?
    2 projects | news.ycombinator.com | 11 Mar 2023
    Rails is the way to go. The productivity of the Ruby language is insane. It's battle tested for decades and you can easily scale your prototype.

    If you want a simple app served on a single host you can try LiteStack [0] so you don't need a Redis/Postgres/Sidekiq instance, just SQLite.

    Laravel is also good if you like PHP language.

    [0] https://github.com/oldmoe/litestack

  • Litestack: A Ruby gem that provides an all-in-one solution for web application
    1 project | news.ycombinator.com | 2 Mar 2023

What are some alternatives?

When comparing donutdb and litestack you can also consider the following projects:

absurd-sql - sqlite3 in ur indexeddb (hopefully a better backend soon)

extralite - Ruby on SQLite

lovefield - Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.

sqld - LibSQL with extended capabilities like HTTP protocol, replication, and more.

sqlite3vfshttp - Go sqlite3 http vfs: query sqlite databases over http with range headers

corrosion - Gossip-based service discovery (and more) for large distributed systems.

stolon - PostgreSQL cloud native High Availability and more.

sqlite-y-crdt - Y-CRDT extension for SQLite

mycelite - Mycelite is a SQLite extension that allows you to synchronize changes from one instance of SQLite to another.

replicate-rails - Replicate gem for Rails