Skip to content

Commit

Permalink
Merge pull request dora-rs#434 from dora-rs/dora-record-async
Browse files Browse the repository at this point in the history
Use Async Parquet Writer for `dora-record`
  • Loading branch information
haixuanTao authored Mar 11, 2024
2 parents ac5ced6 + f641f2c commit 9cb8d3c
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 44 deletions.
184 changes: 167 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions libraries/extensions/dora-record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.36.0", features = ["fs", "rt", "rt-multi-thread"] }
dora-node-api = { workspace = true, features = ["tracing"] }
eyre = "0.6.8"
chrono = "0.4.31"
dora-tracing = { workspace = true }
parquet = { version = "48.0.0", features = ["async"] }
Loading

0 comments on commit 9cb8d3c

Please sign in to comment.