Skip to content

Explore deployment using shuttle #649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
joepio opened this issue Aug 15, 2023 · 0 comments
Open

Explore deployment using shuttle #649

joepio opened this issue Aug 15, 2023 · 0 comments

Comments

@joepio
Copy link
Member

joepio commented Aug 15, 2023

Shuttle is pretty cool. Compiles Rust apps to WASM, deploys it in one go. Supports actix, which is pretty cool, because WASM is single-threaded and actix is not.

However, we'll have to work around some things:

  • No filesystem (used for storing attachments, database, search, config)

Shuttle has the "Shuttle persist" key value store. I don't think it supports range queries. Perhaps one day it will. Perhaps if it's also implemented by OpenDAL and we've implemented OpenDAL for everything, we could get most this in one go. #644

Only leaves search and config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant