Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Jul 8, 2022

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?

  • More information on features and use cases
  • Update list of projects using DataFusion
  • Removed links to community object store extensions because those are now incompatible after the recent object store changes if I am understanding this correctly

Are there any user-facing changes?

No

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 8, 2022
- [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
Copy link
Member Author

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?

Copy link
Contributor

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
Copy link
Member Author

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.

Copy link
Contributor

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-commenter
Copy link

Codecov Report

Merging #2854 (d0eaca4) into master (0ce6f1b) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            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              
Impacted Files Coverage Δ
datafusion/expr/src/logical_plan/plan.rs 74.31% <0.00%> (-0.20%) ⬇️
datafusion/expr/src/binary_rule.rs 85.04% <0.00%> (+0.27%) ⬆️
datafusion/core/src/physical_plan/metrics/value.rs 87.43% <0.00%> (+0.50%) ⬆️
datafusion/core/src/dataframe.rs 87.65% <0.00%> (+1.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ce6f1b...d0eaca4. Read the comment docs.

@andygrove andygrove merged commit f769c33 into apache:master Jul 11, 2022
@andygrove andygrove deleted the readme-update-july-2022 branch July 11, 2022 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update top-level README

5 participants