24 releases (9 breaking)
0.19.6 | Oct 25, 2022 |
---|---|
0.18.1 | Oct 1, 2022 |
0.11.3 | Jul 26, 2022 |
#359 in Filesystem
145 downloads per month
18KB
232 lines
Oay
Oay is OpenDAL Gateway that intends to convert different storage interfaces.
Quick Start
Start a http gateway with fs as backend.
export OAY_ADDR=127.0.0.1:8080
export OAY_BACKEND_TYPE=fs
export OAY_BACKEND_FS_ROOT=/tmp/
./oay http
Dependencies
~26–35MB
~804K SLoC