Skip to content

Explore deployment using shuttle #649

Open
@joepio

Description

@joepio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions