-
Notifications
You must be signed in to change notification settings - Fork 44
RFC: Remote Compilation #27
Copy link
Copy link
Closed as not planned
Description
Not everyone is happy about having a development toolchain on their database machine.
PL/Rust should support some sort of remote compilation facility.
- PL/Rust should have some GUC defining between
localorremotebuilds, and not require any development tools locally ifremoteis specified. - When
remoteis specified, PL/Rust should provide GUC settings to configure the remote.
Open Questions
What does that remote compilation process look like? Do we send just the user's string of Rust code, or does PL/Rust generate the entire crate and ship it off?
Could we utilize well known environments like AWS Lambda, Cloudflare workers, or Fastly's compute edge to create these artifacts?
What does this API look like?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels