ParadeDB is an Elasticsearch alternative built on Postgres. We’re modernizing the features of Elasticsearch’s product suite, starting with real-time search and analytics.
For a detailed roadmap, see the ParadeDB Roadmap for 2024 – 2025.
To get started, please visit our documentation.
ParadeDB and its extensions can be deployed in one of two ways:
For more information, including enterprise features and support, please contact us by email.
You can find prebuilt binaries for the ParadeDB Postgres extensions on Debian 12, Ubuntu 22.04 and 24.04, Red Hat Enterprise Linux 8 and 9, and macOS 14 (Sonoma) and 15 (Sequoia) for Postgres 14, 15, 16 and 17 in the GitHub Releases.
ParadeDB supports all versions supported by the PostgreSQL Global Development Group, which includes PostgreSQL 13+, and you can compile the extensions for other versions of Postgres by following the instructions in the respective extension’s README.
To quickly get a ParadeDB instance up and running, simply pull and run the latest Docker image:
docker run --name paradedb -e POSTGRES_PASSWORD=password paradedb/paradedb This will start a ParadeDB instance with default user postgres and password password. You can then connect to the database using psql:
docker exec -it paradedb psql -U postgres For more information click here.
General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…
How to Send POST Requests Using curl in Linux If you work with APIs, servers,…
If you are a Linux user, you have probably seen commands like chmod 777 while…
Vim and Vi are among the most powerful text editors in the Linux world. They…
Working with compressed files is a common task for any Linux user. Whether you are…
In the digital era, an email address can reveal much more than just a contact…