Pg_bm25: Elastic-Quality Full Text Search Inside Postgres

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

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
  • paradedb

    Postgres for Search and Analytics

  • Looking at benchmarks, they are incorrect, leading to a false statement that native full-text search indexes Postgres has (usually GIN indexes on tsvector columns) are slow.

    https://github.com/paradedb/paradedb/blob/bb4f2890942b85be3e... – the here tsvector is build. But this is not an index. You need CREATE INDEX ... USING gin(search_vector);

    This mistake could be avoided if bencharks included query plans collected with EXPLAIN (ANALYZE, BUFFERS).

  • pgrx

    Build Postgres Extensions with Rust!

  • pgrx is one of the greatest enabling innovations in the PG ecosystem in a long time.

    Awesome to see so many high quality extensions come out of it.

    https://github.com/pgcentralfoundation/pgrx

  • 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.

    InfluxDB logo
  • MeiliSearch

    A lightning-fast search API that fits effortlessly into your apps, websites, and workflow

  • Meilisearch seems like it is the best open source option.

    https://www.meilisearch.com/

  • tantivy

    Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust

  • The issue for geo search is here: https://github.com/quickwit-oss/tantivy/issues/44

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

  • A brief history of Elasticsearch (2014)

    2 projects | news.ycombinator.com | 27 Dec 2020
  • Pg_lakehouse: Query Any Data Lake from Postgres

    7 projects | news.ycombinator.com | 13 May 2024
  • How to ditch Neon

    2 projects | dev.to | 1 May 2024
  • Squawk – A Linter for Postgres Migrations

    1 project | news.ycombinator.com | 30 Apr 2024
  • Serverless Postgres with Neon - My first impression

    1 project | dev.to | 24 Apr 2024