whatgotdone VS faunadb-js

Compare whatgotdone vs faunadb-js and see what are their differences.

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
whatgotdone faunadb-js
5 89
139 702
- 0.0%
7.6 4.6
16 days ago 5 months ago
Go JavaScript
Apache License 2.0 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.

whatgotdone

Posts with mentions or reviews of whatgotdone. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.
  • What Got Done
    1 project | news.ycombinator.com | 11 Jul 2023
  • How to monetize an open-source project?
    1 project | /r/SideProject | 10 Jan 2022
  • Any free database for new saas
    5 projects | /r/SaaS | 3 Jan 2022
  • Keep a Knowledge Log
    7 projects | news.ycombinator.com | 3 Dec 2021
    I wrote a tool specifically for this, mostly inspired by the Snippets tool at Google. I've been publishing my weekly log in it every week for almost three years:

    https://whatgotdone.com/michael/2021-12-03

    The code is all open source if you're interested in playing around with it:

    https://github.com/mtlynch/whatgotdone

  • Back to basics: Writing an application using Go and PostgreSQL
    15 projects | news.ycombinator.com | 22 Nov 2021
    I had the same objection to SQLite, and then I heard about Litestream, and it won me over.[0]

    Litestream watches your SQLite database and then streams changes to a cloud storage provider (e.g., S3, Backblaze). You get the performance and simplicity of writing SQLite to the local filesystem, but it's syncing to the cloud. And the cool part is that you don't have to change any of your application code to do it - as far as your app is concerned, it's writing to a local SQLite file.

    I wrote a little log uploading utility for my business that uses Litestream, and it's been fantastic.[1] It essentially carries around its data with it, so I can deploy my app to Heroku, blow away the instance and then launch it on fly.io, and it pops up with the exact same data.[2]

    I'm currently in the process of rewriting an open-source AppEngine app to use SQLite + Litestream instead of Google Firestore.[2] It's such a relief to get away from all the complexity of GCP and Firestore and get back to simple SQLite.

    [0] https://litestream.io/

    [1] https://mtlynch.io/litestream/

    [2] https://asciinema.org/a/I2HcYheYayeh7aHj23QSY9Vyf/embed?size...

    [3] https://github.com/mtlynch/whatgotdone/pull/639

faunadb-js

Posts with mentions or reviews of faunadb-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-30.
  • Zero-Cost Database Magic 🪄💾
    3 projects | dev.to | 30 Sep 2023
    Fauna is another serverless database created by ex-Twitter engineers. It's kind of like MongoDB, but with native JOIN operations, many document databases miss. They have their own language, FQL, and also a GraphQL API. Here's a quick overview of their free tier:
  • How to Beat the Cap Theorem
    1 project | news.ycombinator.com | 11 Sep 2023
    Fauna[0] which if I recall correctly, also upends Cap Theorum. They implemented Calvin[1] which differs from Spanner

    [0]: https://fauna.com/

    [1]: https://fauna.com/blog/distributed-consistency-at-scale-span...

  • How to Choose the Right Document-Oriented NoSQL Database for Your Application
    3 projects | dev.to | 5 Sep 2023
    NoSQL is a term that we have become very familiar with in recent times and it is used to describe a set of databases that don't make use of SQL when writing & composing queries. There are loads of different types of NoSQL databases ranging from key-value databases like the Reddis to document-oriented databases like MongoDB and Firestore to graph databases like Neo4J to multi-paradigm databases like FaunaDB and Cassandra.
  • Faunadb: The Modern Database for Developers
    1 project | dev.to | 14 Aug 2023
    To create a Faunadb account you need to head over to the Fauna website. Click on Start for free then select Github as your auth provider, and authorize Faunadb from GitHub. If everything went well, your account should successfully be created for you and you should be redirected to your Faunadb dashboard.
  • I grew my SaaS to $10k MRR in a month
    1 project | /r/SaaS | 6 May 2023
    I am using Fauna
  • SvelteKit+ MongoDB
    11 projects | /r/sveltejs | 10 Apr 2023
    Fauna
  • DynamoDB pain points: How to address them and exploring possible alternatives
    1 project | dev.to | 30 Jan 2023
    If you are exploring Amazon DynamoDB alternatives that are NoSQL and have better-querying capabilities, there are a few to choose from, but the one I will be covering here is Fauna. Fauna combines the querying capabilities of relational databases (SQL databases) with the flexibility of NoSQL databases.
  • Getting Started with Serverless Edge - Exploring the Options
    6 projects | dev.to | 23 Jan 2023
    Fauna – A serverless database with built in global replication and strong consistency.
  • Modernizing from PostgreSQL to Serverless with Fauna Part 1 (2023 Update)
    2 projects | dev.to | 9 Jan 2023
    Some of the largest websites, driven by the requirements of serving billions of users, have led to the maturation of new database architecture alternatives, which motivate modernizing applications to leverage cloud-native, serverless, highly-distributed database options. Fauna strengthens relational data consistency among these newer alternatives while leveraging a cloud-native, serverless, flexible document model that abstracts most operational complexities from application developers.
  • Database 101: Data Consistency for Beginners
    7 projects | dev.to | 3 Jan 2023
    Multi-model: FaunaDB, MongoDB, Redis among others.

What are some alternatives?

When comparing whatgotdone and faunadb-js you can also consider the following projects:

go-mockgen-tool - Go/Golang mock generation for interfaces via code generation

supabase - The open source Firebase alternative.

pgxtutorial - Example of how to build a web service using Go, PostgreSQL, and gRPC

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

impl - impl generates method stubs for implementing an interface.

apollo-server - 🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

litestream - Streaming replication for SQLite.

dgraph - The high-performance database for modern applications

go - The Go programming language

Waterline - An adapter-based ORM for Node.js with support for mysql, mongo, postgres, mssql (SQL Server), and more

pgx - PostgreSQL driver and toolkit for Go

php - 🐘 PHP Runtime for ▲ Vercel Serverless Functions (support 7.4-8.3)