Release v0.43.0-rc.1
chore: Bump to v0.43.0 to start release process (#3672)

* chore: Bump to v0.43.0 to start release process

* doc: fix typo

* doc: fix
16 files changed
tree: f9c0e114ca5c33b2c02e108a07f8018cdd650044
  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. .yamlfmt
  20. Cargo.lock
  21. Cargo.toml
  22. CHANGELOG.md
  23. CITATION.cff
  24. CONTRIBUTING.md
  25. DISCLAIMER
  26. LICENSE
  27. licenserc.toml
  28. NOTICE
  29. README.md
  30. rust-toolchain.toml
  31. 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?

Rust Core

  • 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.
  • QuestDB: An open-source time-series database for high throughput ingestion and fast SQL queries with operational simplicity.

C Binding

  • Milvus: A cloud-native vector database, storage for next generation AI applications

Java Binding

  • QuestDB: An open-source time-series database for high throughput ingestion and fast SQL queries with operational simplicity.

License

Licensed under the Apache License, Version 2.0