Bedrock VS anvil-runtime

Compare Bedrock vs anvil-runtime and see what are their differences.

Bedrock

Rock solid distributed database specializing in active/active automatic failover and WAN replication (by Expensify)

anvil-runtime

The runtime engine for hosting Anvil web apps (by anvil-works)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Bedrock anvil-runtime
23 14
1,044 834
1.4% 2.5%
9.4 4.6
1 day ago 5 months ago
C Clojure
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
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.

Bedrock

Posts with mentions or reviews of Bedrock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Marmot: Multi-writer distributed SQLite based on NATS
    4 projects | news.ycombinator.com | 11 Dec 2023
    Also Expensify's Bedrock, which powers their famous "Scaling SQLite to 4M QPS" article:

    https://bedrockdb.com/

    https://use.expensify.com/blog/scaling-sqlite-to-4m-qps-on-a...

  • I'm All-In on Server-Side SQLite
    7 projects | news.ycombinator.com | 22 Sep 2023
  • SQLite is not a toy database
    6 projects | /r/programming | 28 Apr 2023
    Lots of things don't need failover, but if you do, you can use Bedrock, which is built on sqlite.
  • Amazon announces 'Bedrock,' its ChatGPT and DALL-E rival
    1 project | news.ycombinator.com | 13 Apr 2023
    At first, I thought Amazon was launching their own SQLite hosted database.

    BedrockDB is a SQLite based database with MySQL compatible drivers.

    https://bedrockdb.com

  • Ask HN: Hunting for a Framework
    23 projects | news.ycombinator.com | 4 Dec 2022
    Vapor[0] based on Swift. Advantage of this is that you don't have to evaluate multiple frameworks for Swift and suffer paralysis by analysis. All the Swift community is behind one framework.

    The next is Actix[1] based on Rust. There are many frameworks in Rust and most of them have not reached 1.0 And which framework will survive becomes a question.

    Other not so well-known is Wt[2] based on C++. This actually is created for programmers who are not web developers. The development experience is similar to desktop app development like Qt.

    If that is not acceptable then Django[3], based on Python, is the one that will be good for you.

    For the front-end I would recommend Flutter[4]. As much as I dislike getting tied to a single company for whom the framework is not their bread-and-butter, I don't see any other viable options to Flutter that will cover all web, mobile and desktop out of the box.

    For databases, I would recommend BedrockDB[5], if you are not averse to SQLite. Or FoundationDB[6], if you want NoSQL. But if you are not concerned about horizontal scalability or okay with self-managing database availability, then PostgreSQL[7] is a very good option.

    For push notifications, PushPin[8] is a good option.

    [0] https://vapor.codes

    [1] https://actix.rs

    [2] https://webtoolkit.eu

    [3] https://www.djangoproject.com

    [4] https://flutter.dev

    [5] https://bedrockdb.com

    [6] https://www.foundationdb.org

    [7] https://postgresql.org

    [8] https://pushpin.org

  • Databases: 2021 in Review and Predictions for 2022
    3 projects | news.ycombinator.com | 11 Nov 2022
    Recently I stumbled upon BedrockDB[0] from Expensify. It is based on SQLite and has very interesting idea on HA and distributed DB.

    [0] https://bedrockdb.com

  • One million queries per second with MySQL
    3 projects | news.ycombinator.com | 1 Sep 2022
    This is not SQLite though, also the test is trivial compared to TPC: https://github.com/Expensify/Bedrock/blob/dbarrett_perftest/...
  • Turning SQLite into a Distributed Database
    8 projects | news.ycombinator.com | 21 Aug 2022
    Don’t forget BedrockDB (built on SQLite) that’s used in production at Expensify.

    How it scales as well.

    https://bedrockdb.com/

    https://blog.expensify.com/2018/01/08/scaling-sqlite-to-4m-q...

  • Fly.io Buys Litestream
    15 projects | news.ycombinator.com | 9 May 2022
  • Ask HN: Have you used SQLite as a primary database?
    19 projects | news.ycombinator.com | 25 Apr 2022

anvil-runtime

Posts with mentions or reviews of anvil-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-13.
  • Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
    25 projects | news.ycombinator.com | 13 Mar 2023
    Founder here. Self hosting is a thing - just "pip install anvil-app-server"!

    https://anvil.works/open-source

  • The New Anvil Editor: Build Python Web Apps with Even More Power and Flexibility
    1 project | /r/Python | 31 Jan 2023
    To be fair, it has a free tier which gives you most of Anvil's features and lets you build unlimited apps. There's also the open-source app server if you want to host your apps yourself and work around the paid tier's DB limits: https://github.com/anvil-works/anvil-runtime
  • Pynecone - a full-stack framework for building and deploying web apps.
    2 projects | /r/Python | 14 Dec 2022
    The runtime is open source: https://github.com/anvil-works/anvil-runtime
  • Ask HN: Hunting for a Framework
    23 projects | news.ycombinator.com | 4 Dec 2022
    https://github.com/anvil-works/anvil-runtime#using-the-stand...

    The code is GNU AFFERO GENERAL PUBLIC LICENSE Version 3.

  • New Anvil tutorial, 150+ pages, with 220 screenshots, and 25 app examples
    1 project | /r/Python | 3 Jul 2022
    anvil server
  • New? READ ME FIRST!
    1 project | /r/AnvilWorks | 2 May 2022
    Anvil is a platform for building web apps with nothing but Python - no HTML, CSS or JavaScript required. Anvil also comes with lots of built-in features like one-click deployment, databases, user authentication, email and the open-source app server.
  • Is JavaScript necessary for python web developer.
    4 projects | /r/learnpython | 22 Oct 2021
    anvil.works
  • The new (beta) Anvil editor has been released
    2 projects | /r/Python | 16 Sep 2021
  • Ask HN: Who is hiring? (June 2021)
    17 projects | news.ycombinator.com | 1 Jun 2021
    Anvil | Software Developer | Cambridge, UK | On-site/Semi-Remote | Full-time or Part-time | https://anvil.works/jobs

    Anvil | Junior Software Developer | Cambridge, UK | On-site/Semi-Remote | Full-time or Part-time | https://anvil.works/jobs

    Anvil | Developer Advocate | Cambridge, UK | On-site/Semi-Remote | Full-time or Part-time | https://anvil.works/jobs

    Help us fix web development at Anvil (https://anvil.works)!

    Web development is way too hard – Javascript, HTML, CSS, SQL, and frameworks coming out of your ears. So we built Anvil: a simpler way for anyone to build full-stack web apps, entirely in Python. Anvil is a web framework; it’s an online code editor; it’s a GUI builder; and it’s a hosting platform. And you’ll be helping us with all of it.

    We're looking for:

    SOFTWARE DEVELOPERS:

    Build the platform that's fixing web development for everyone. You’ll be working on the Anvil editor (that’s the development environment, code editor, drag-and-drop designer, version control, and so on) and the Anvil runtime (that’s the Python-to-JS compiler, UI toolkit, database, integrations, and the hosting engine that makes it so easy to deploy).

    Our stack is mostly Javascript, Clojure and Python (in descending order of line count). We don’t need you to be an expert in all of these already, and for the junior role we don't need any. Otherwise, we’ll want to see evidence that you can hit the ground running with at least one of them – or that you’re a great all-rounder who won’t have a problem with any of them.

    Much (or most) of your work will be open source: https://anvil.works/open-source

    DEVELOPER ADVOCATES:

    We need developers with great communication skills, to show people how to build awesome things with Anvil. You’ll be writing how-to guides, blog posts and tutorials, building example apps, presenting Anvil at conferences (when those resume), and helping our users – from individual developers to huge tech companies – build their applications. And then you’ll help us work out how to improve Anvil for them.

    It's rewarding work – developers love being introduced to Anvil (our stand is always crowded[0] at conferences!). Plus, there are all the advantages of an early-stage startup: lots of autonomy, and huge impact.

    We're bootstrapped and profitable, with customers ranging from tiny startups to household names. Find out more: https://anvil.works/jobs

  • How to host Anvil web app with the uplink
    1 project | /r/AnvilWorks | 16 Apr 2021
    Are you using the `--uplink-key` flag or `--client-uplink-key` flag when running your app with the app server? Anvil App Server - advanced config

What are some alternatives?

When comparing Bedrock and anvil-runtime you can also consider the following projects:

SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)

brython - Brython (Browser Python) is an implementation of Python 3 running in the browser

MySQL - MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

rqlite - The lightweight, distributed relational database built on SQLite.

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

ClickHouse - ClickHouse® is a free analytics DBMS for big data

Metabase - The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

remi - Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

Adminer - Database management in a single PHP file

cli - Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)