opendal
opendal copied to clipboard
Apache OpenDAL: access data freely.
- [x] https://github.com/datafuselabs/opendal/issues/774 - [ ] Introduce `INode` and `Entry` to format a tree.
Allow users to store object index externally so that they don't need to call `op.list()` to fetch objects list. For example, databend can store this index into metasrv, and then...
https://github.com/sstadick/crabz
- https://github.com/datafuselabs/opendal/pull/247 ## Checklist - [x] https://github.com/datafuselabs/opendal/pull/249 - [x] Returning retryable error in services - [x] #596
Make opendal works on windows. Only fs needs some changes and tests. Other services should work now.
Currently, we don't set the `mime-type` in HTTP headers and have no way to set this. A workaround is guessing with a new layer of [`mime-guess`](https://docs.rs/mime_guess/latest/mime_guess/), but at last, we...