v0.41.0
chore: Bump to v0.41.0 to start release process (#3241)

13 files changed
tree: 63d45ac8b840aa2b1b31a14badde12ea2d0f69d2
  1. .config/
  2. .devcontainer/
  3. .github/
  4. bin/
  5. bindings/
  6. core/
  7. examples/
  8. fixtures/
  9. integrations/
  10. scripts/
  11. website/
  12. .asf.yaml
  13. .editorconfig
  14. .env.example
  15. .gitattributes
  16. .gitignore
  17. .taplo.toml
  18. .typos.toml
  19. Cargo.lock
  20. Cargo.toml
  21. CHANGELOG.md
  22. CITATION.cff
  23. CONTRIBUTING.md
  24. DISCLAIMER
  25. LICENSE
  26. licenserc.toml
  27. NOTICE
  28. README.md
  29. rust-toolchain.toml
  30. rustfmt.toml
README.md

Apache OpenDAL

OpenDAL is a data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way.

OpenDAL Architectural

Major components of the project include:

Libraries

Applications

  • oli: OpenDAL Command Line Interface
  • oay: OpenDAL Gateway

Services

  • ftp: FTP and FTPS
  • http: HTTP read-only services
  • sftp: SFTP services being worked on
  • webdav: WebDAV Service

Welcome to add any services that are not currently supported here.

Examples

The examples are available at here.

Documentation

The documentation is available at https://opendal.apache.org.

Contribute

OpenDAL is an active open-source project. We are always open to people who want to use it or contribute to it. Here are some ways to go.

Who is using OpenDAL?

  • Databend: A modern Elasticity and Performance cloud data warehouse.
  • GreptimeDB: An open-source, cloud-native, distributed time-series database.
  • deepeth/mars: The powerful analysis platform to explore and visualize data from blockchain.
  • mozilla/sccache: sccache is ccache with cloud storage
  • RisingWave: A Distributed SQL Database for Stream Processing
  • Vector: A high-performance observability data pipeline.
  • OctoBase: the open-source database behind AFFiNE, local-first, yet collaborative.
  • Pants: A fast, scalable, user-friendly build system for codebases of all sizes.

License

Licensed under the Apache License, Version 2.0