GitHub - paradedb/paradedb: One Postgres for your application data, full-text search, vector retrieval, and aggregations. Home of the pg_search extension.

2 min read Original article ↗

The ParadeDB logo.

Search without a second system.
One Postgres for your application data, full-text search, vector retrieval, and aggregations.

WebsiteDocsCommunityBlogChangelog

Docker Pulls  License  Community  Follow @paradedb


Installation

To install ParadeDB locally in a fresh Docker container and drop straight into a psql session:

curl -fsSL https://paradedb.com/install.sh | sh

When you're ready to deploy, check out our hosting options.

What is ParadeDB?

ParadeDB adds Elastic-quality full-text search, vector retrieval, and aggregations to Postgres with the pg_search extension. Your application data and your search engine live in one database, with no second system to deploy and nothing to sync.

Vectors are currently indexed using the pgvector extension, but native vector support is coming to our search index soon.

Star and watch this repository to follow along. See our current projects and long-term roadmap.

How It Works

ParadeDB integrates battle-tested Rust libraries for search and analytics inside Postgres, contributing upstream whenever possible. Our primary dependencies are:

For a deeper dive, see our architecture docs or CMU Database Group talk.

Integrations

ParadeDB integrates with the tools you already use, with more on the way.

ORMs & Frameworks

AI Agents

PaaS & Cloud Platforms

Community & Support

Contributing

We welcome contributions of all sizes! Check out our good first issues to get started. For larger contributions, we recommend discussing them with us in Slack first. See our Contributing Guide and Code of Conduct for details.

License

ParadeDB Community is licensed under the GNU Affero General Public License v3.0. For ParadeDB Enterprise licensing, contact sales@paradedb.com.