-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Various updates to top-level README #2854
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
Conversation
| - [delta-rs](https://github.com/delta-io/delta-rs) Native Rust implementation of Delta Lake | ||
| - [Flock](https://github.com/flock-lab/flock) | ||
| - [InfluxDB IOx](https://github.com/influxdata/influxdb_iox) Time Series Database | ||
| - [qv](https://github.com/timvw/qv) Quickly view your data |
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.
@timvw I assume you are ok with having this listed here?
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.
Yes. (Sorry for the late replies, enjoying holidays this month ;)
| - DataFrame API | ||
| - Parquet, CSV, JSON, and Avro file formats are supported natively. Custom | ||
| file formats can be supported by implementing a `TableProvider` trait. | ||
| - Supports popular object stores, including AWS S3, Azure Blob |
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.
@tustvold Have I stated this correctly? I am not familiar with the recent changes.
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.
Yes, it also supports GCS
Codecov Report
@@ Coverage Diff @@
## master #2854 +/- ##
==========================================
+ Coverage 85.23% 85.25% +0.01%
==========================================
Files 275 275
Lines 48962 49002 +40
==========================================
+ Hits 41735 41775 +40
Misses 7227 7227
Continue to review full report at Codecov.
|
Which issue does this PR close?
Closes #2850
Rationale for this change
The project has matured a lot and we need to promote all the great work and encourage more people to try DataFusion out
What changes are included in this PR?
Are there any user-facing changes?
No