Just use Postgres.
One Postgres for your application data, full-text search, vector retrieval, and aggregations.
To install ParadeDB locally in a fresh Docker container and drop straight into a psql session:
curl -fsSL https://paradedb.com/install.sh | shWhen you're ready to deploy, check out our hosting options.
ParadeDB upgrades Postgres with a custom index for fast full-text and vector search, BM25 scoring, filters, facets, aggregations, and joins. Built as a Postgres extension, it keeps your application data and search engine in one database with standard SQL and ACID transactions.
Star and watch this repository to follow along. See our current projects and long-term roadmap.
ParadeDB integrates battle-tested Rust libraries for search and analytics inside Postgres, contributing upstream whenever possible. Our primary dependencies are:
- pgrx — bridges Postgres and Rust
- Tantivy — powers full-text and vector search
- Apache DataFusion — handles OLAP processing
For a deeper dive, see our architecture docs or CMU Database Group talk.
ParadeDB integrates with the tools you already use, with more on the way.
- Drizzle
- Django
- SQLAlchemy
- Rails
- EF Core
- More coming (Prisma, and others)
- Slack — ask questions, share what you're building
- GitHub Discussions — longer-form Q&A
- GitHub Issues — bug reports and feature requests
- Email — enterprise support and commercial licensing
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.
ParadeDB Community is licensed under the GNU Affero General Public License v3.0. For ParadeDB Enterprise licensing, contact sales@paradedb.com.