Search without a second system.
One Postgres for your application data, full-text search, vector retrieval, and aggregations.
Website • Docs • Community • Blog • Changelog
Installation
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.
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.
- Full-Text Search
- Filtering
- Aggregates
- JOINs
- Native Vector Search (coming soon)
- Native Hybrid Search (coming 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:
- pgrx — bridges Postgres and Rust
- Tantivy — powers full-text search
- Apache DataFusion — handles OLAP processing
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
- Drizzle
- Django
- SQLAlchemy
- Rails
- EF Core
- More coming (Prisma, and others)
AI Agents
PaaS & Cloud Platforms
- Railway
- Render
- DigitalOcean
- More coming (Heroku, and others)
Community & Support
- 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
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.