Skip to content

apache/opendal

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 2, 2023
May 30, 2023
Jun 10, 2023
May 25, 2023
Jun 12, 2023
Jun 13, 2023
Jun 12, 2023
May 23, 2023
Jun 9, 2023
May 29, 2023
Apr 14, 2023
May 19, 2023
Jun 5, 2023
Mar 24, 2023
Mar 18, 2023
Jun 7, 2023
Jun 6, 2023
Mar 24, 2023
May 1, 2023
Jun 13, 2023
Jun 12, 2023
Mar 16, 2023
Mar 15, 2023
May 22, 2023
Jun 12, 2023
Jun 5, 2023
Apr 30, 2023
Apr 30, 2023

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 being worked 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. Checkout here for the usage examples(still working on).

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