ParadeDB is an Elasticsearch alternative built on Postgres

published on 2024/05/28
  • Search
    • Full-text search with BM25 with pg_search
    • Dense and sparse vector search with pgvector
    • Hybrid search
  • Analytics
    • An analytical query engine over any object store or table format with pg_lakehouse
    • Column-oriented table access method for fast analytics inside Postgres
    • High-volume data/Kafka ingest
  • Self-Hosted ParadeDB
    • Docker image based on bitnami/postgresql & deployment instructions
    • Kubernetes Helm chart & deployment instructions
  • Specialized Workloads
    • Support for geospatial data with PostGIS
    • Support for cron jobs with pg_cron

ParadeDB

This looks very useful.