Skip to content

Commit

Permalink
chore: move datafusion example to a standalone project
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Apr 9, 2024
1 parent b5b6534 commit ba69d81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 365 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ rustls-pki-types = "1.0"
## webpki-roots has mozilla's set of roots
## rustls-native-certs loads roots from current system
gluesql = { version = "0.15", default-features = false, features = ["memory-storage"] }
## for datafusion example
datafusion = "36"
sqlparser = "0.44"

[features]
default = ["tokio", "time-format"]
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ Examples are provided to demo the very basic usage of `pgwire` on server side:
- `examples/scram.rs`: demos how to configure more secure authentication
mechanism:
[SCRAM](https://en.wikipedia.org/wiki/Salted_Challenge_Response_Authentication_Mechanism)
- `examples/datafusion.rs`: demos a postgres compatible server backed by
datafusion query engine. This example allows you to `LOAD` csv files as
datafusion table and run `SELECT` queries on them.
- `examples/datafusion.rs`: Now moved to
[datafusion-postgres](https://github.com/sunng87/datafusion-postgres)

### Client/Frontend

Expand Down
359 changes: 0 additions & 359 deletions examples/datafusion.rs

This file was deleted.

0 comments on commit ba69d81

Please sign in to comment.