abode

Crates.ioabode
lib.rsabode
version0.0.0
sourcesrc
created_at2023-02-18 16:48:49.538913
updated_at2023-02-18 16:48:49.538913
description(WIP) The Place Where Data Lives
homepage
repository
max_upload_size
id788326
size88,860
Chojan Shang (PsiACE)

documentation

README

abode

(WIP) The Place Where Data Lives

Quick Start

Start a abode instance with fs as backend.

export ABODE_ADDR=127.0.0.1:8080
export ABODE_BACKEND_TYPE=fs
export ABODE_BACKEND_FS_ROOT=/tmp/

./abode http

Contributing

Check out the CONTRIBUTING.md guide for more details on getting started with contributing to this project.

Why "abode"?

Abode Definition & Meaning - Merriam-Webster

noun (ə-ˈbōd)

Synonyms of abode: the place where one lives : home

Credits

  • The initial code is derived from oay, which is the OpenDAL gateway.

License

Licensed under Apache License, Version 2.0.

Commit count: 0

cargo fmt