Skip to content

Apache OpenDAL: Access data freely, painlessly, and efficiently.

License

Notifications You must be signed in to change notification settings

Nickqiaoo/incubator-opendal

 
 

Repository files navigation

Apache OpenDAL(incubating)


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

Major components of the project include:

Libraries

Applications

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

Services

Standard Storage Protocols (like fs, ftp)
  • fs: POSIX alike file system
  • ftp: FTP and FTPS
  • http: HTTP read-only services
  • sftp: SFTP services working on
  • webdav: WebDAV Service
Object Storage Services (like s3, gcs, azblob)
File Storage Services (like azdfs, hdfs)
Consumer Cloud Storage Service (like gdrive, onedrive)
Key-Value Storage Service (like rocksdb, sled)
  • dashmap: dashmap backend
  • memory: In memory backend
  • redis: Redis services
  • rocksdb: RocksDB services
  • sled: sled backend
Cache Storage Service (like memcached, moka)

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

Documentation

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

We are engaged in a practice we call "documentation as code". You can also view the documentation directly in project's source code. And we welcome you to contribute to the documentation.

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.

License

Licensed under the Apache License, Version 2.0

About

Apache OpenDAL: Access data freely, painlessly, and efficiently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.8%
  • JavaScript 1.6%
  • Java 0.8%
  • Python 0.6%
  • Ruby 0.5%
  • C 0.4%
  • Other 1.3%