Mongo but on Postgres and with strong consistency benefits

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Pongo

    Pongo - Mongo but on Postgres and with strong consistency benefits

    Good call! I added such a section: https://github.com/event-driven-io/Pongo?tab=readme-ov-file#.... I'd be interested in your thoughts on it.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • FerretDB

    A truly Open Source MongoDB alternative

    That was the first time I heard about that project. Someone could check it using our guide: https://docs.ferretdb.io/migration/premigration-testing/ Or we will check it ourselves later: https://github.com/FerretDB/FerretDB/issues/4429

  • pgvecto.rs

    Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.

  • Marten

    .NET Transactional Document DB and Event Store on PostgreSQL

    You can check Marten, that I was co-maintaining: https://martendb.io/. It doesn't have MongoDB-compliant API, but it's mature, stable and efficient.

  • pg_jsonschema

    PostgreSQL extension providing JSON Schema validation

    I'd assume this might be solvable in the DB layer using CHECK constraints, possibly combined with JSON Schema validation?

    From quick glance, JSON Schema validation isn't built-in to Postgres, but there are third-party extensions, such as https://github.com/supabase/pg_jsonschema or https://github.com/gavinwahl/postgres-json-schema.

    I'm more familiar with MySQL and MariaDB, which offer it built-in: https://dev.mysql.com/doc/refman/8.0/en/json-validation-func... and https://mariadb.com/kb/en/json_schema_valid/

  • postgres-json-schema

    JSON Schema validation for PostgreSQL

    I'd assume this might be solvable in the DB layer using CHECK constraints, possibly combined with JSON Schema validation?

    From quick glance, JSON Schema validation isn't built-in to Postgres, but there are third-party extensions, such as https://github.com/supabase/pg_jsonschema or https://github.com/gavinwahl/postgres-json-schema.

    I'm more familiar with MySQL and MariaDB, which offer it built-in: https://dev.mysql.com/doc/refman/8.0/en/json-validation-func... and https://mariadb.com/kb/en/json_schema_valid/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MongoDB’s New Query Engine

    4 projects | news.ycombinator.com | 21 Sep 2023
  • How to create cheap database for a side project on AWS?

    5 projects | /r/aws | 25 May 2023
  • PostgreSQL 17 Released

    4 projects | news.ycombinator.com | 26 Sep 2024
  • Coding exercise: database migration tool in nodejs

    3 projects | dev.to | 25 Sep 2024
  • CISA boss: Makers of insecure software are the real cyber villains

    1 project | news.ycombinator.com | 20 Sep 2024

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?