Apache OpenDAL™ (/ˈoʊ.pən.dæl/, pronounced "OH-puhn-dal") is an Open Data Access Layer that gives every language a unified way to access object storage, file storage, cloud SaaS, databases, protocols, and key-value services.
Apache OpenDAL™ is guided by its vision of One Layer, All Storage and its core principles: Open Community, Solid Foundation, Fast Access, Object Storage First, and Extensible Architecture. Read the explained vision at OpenDAL Vision.

opendal][Rust Core Link]OperatorApache OpenDAL™ turns the vision of One Layer, All Storage into a practical data access layer for applications, libraries, and data systems.
Start with the binding for your application runtime. Each binding provides access to the same OpenDAL service model while following its language ecosystem.
Note: Each binding has its own independent version number, which may differ from the Rust core version. When checking for updates or compatibility, always refer to the specific binding's version rather than the core version.
[Rust Core]
[Package][Rust Core Link] · [Docs][Rust Core Release Docs] · [Dev Docs][Rust Core Dev Docs] |
[C Binding]
[Dev Docs][C Binding Dev Docs] |
[Cpp Binding]
[Dev Docs][Cpp Binding Dev Docs] |
[D Binding] |
|
[Dart Binding] |
[Dotnet Binding] |
[Go Binding]
[Package][Go Binding Link] · [Docs][Go Release Docs] |
[Haskell Binding] |
|
[Java Binding]
[Package][Java Binding Link] · [Docs][Java Binding Release Docs] · [Dev Docs][Java Binding Dev Docs] |
[Lua Binding] |
[Node.js Binding]
[Package][Node.js Binding Link] · [Dev Docs][Node.js Binding Dev Docs] |
[OCaml Binding] |
|
[PHP Binding] |
[Python Binding]
[Package][Python Binding Link] · [Dev Docs][Python Binding Dev Docs] |
[Ruby Binding] |
[Swift Binding] |
|
[Zig Binding] | | | |
Add layers when your application needs cross-service behavior such as retries, timeouts, observability, or traffic control.
[RetryLayer]
Retry temporary failures. |
[TimeoutLayer]
Bound slow or hanging operations. |
[LoggingLayer]
Emit structured operation logs. |
[TracingLayer]
Trace requests across systems. |
|
[MetricsLayer]
Export operation metrics. |
[PrometheusLayer]
Expose Prometheus metrics. |
[OtelMetricsLayer]
Export OpenTelemetry metrics. |
Traffic Control
[ThrottleLayer] · [ConcurrentLimitLayer] |
|
[MimeGuessLayer]
Infer Content-Type from paths. |
[RouteLayer]
Route operations by path. |
[FoyerLayer]
Add hybrid cache behavior. |
[All Layers][Layers Docs]
Explore the full layer list. |
Explore all available layers in the [layers documentation][Layers Docs].
Pick the storage services that your application needs. See the full OpenDAL service configuration docs in the [services documentation][Services Docs].
| Object Storage | File Storage | ||||
|---|---|---|---|---|---|
| Cloud SaaS | Standard Protocols | ||||
$ claude mcp add opendal \
-- python -m otcore.mcp_server <graph>