-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor: Add ParadeDB to the list of users #9018
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm thanks @alamb please check the minor
@@ -109,6 +109,7 @@ Here are some active projects using DataFusion: | |||
- [LakeSoul](https://github.com/lakesoul-io/LakeSoul) Open source LakeHouse framework with native IO in Rust. | |||
- [Lance](https://github.com/lancedb/lance) Modern columnar data format for ML | |||
- [Parseable](https://github.com/parseablehq/parseable) Log storage and observability platform | |||
- [ParadeDB](https://github.com/paradedb/paradedb) PostgreSQL for Search |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ParadeDB](https://github.com/paradedb/paradedb) PostgreSQL for Search | |
- [ParadeDB](https://github.com/paradedb/paradedb) ParadeDB is an open source ElasticSearch alternative built on Postgres |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But here is the question, how they use DF if they build on PG?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can see the code here https://github.com/paradedb/paradedb/tree/dev/pg_analytics
I think they implement a ForeignDataWrapper
for postgres (which is similar to a TableProvider
in DataFusion as I understand it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick clarification: We don't implement a foreign data wrapper, but rather a Table Access Method (where we swap the storage engine for Parquet, via delta-rs
.
Also, I'll make a quick clarification PR on the branding, if that's okay :)
Thank you for adding us! |
Add another user to the known users list
cc @philippemnoel