New article about using object_store to add cloud-file reading to a genomics package. #5381
CarlKCarlK
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you, I'll be sure to take a look in the next few days. FWIW documentation PRs are always welcome and appreciated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the help and responsiveness of the object_store team! With your help, I was able to use object_store to add cloud-file reading to bed-reader, a genomics crate (Rust) and package (Python).
I wrote up my experience in an article, Nine Rules for Accessing Cloud Files from Your Rust Code.
You may also be interested in looking at companion wrapper crate called
cloud-file
. If any of its examples, documentation, code would be useful to the object_store project, feel free to adapt/use them. (It is permissively licensed.)I think the three examples--if written completely with the object_store API--could be especially useful to object_store users. The examples are:
Thanks again for creating the powerful object_store crate! -- Carl
Beta Was this translation helpful? Give feedback.
All reactions