tree: c23ad8b2d78987d15e82723541fcead710c10358 [path history] [tgz]
  1. c/
  2. cpp/
  3. dotnet/
  4. go/
  5. haskell/
  6. java/
  7. lua/
  8. nodejs/
  9. ocaml/
  10. php/
  11. python/
  12. ruby/
  13. swift/
  14. zig/
  15. README.md
bindings/README.md

OpenDAL Bindings

This folder contains the bindings for OpenDAL. Currently, we support the following bindings:

Released Bindings

Unreleased Bindings

Getting Started

Every binding should provide a README.md file to help users get started. The README.md file should contain the following sections:

  • Installation: how to install the binding.
  • Usage: how to use the binding.
  • Development: how to develop the binding.
  • Testing: how to test the binding.

You can find the README.md file for each binding in the corresponding folder.

Please refer to the bindings listed above or which are already released for more details.

Contributing

We welcome contributions to OpenDAL. Please refer to CONTRIBUTING.md for the contributing guidelines.