Replies: 3 comments 2 replies
-
I did not understand this question, could you please explain it in detail? |
Beta Was this translation helpful? Give feedback.
-
CF worker is just a v8 (javascript) runtime, so FUSE wouldn't work. juicefs enterprise already has a python SDK that can be used without FUSE. People want the js (and maybe other languages) equivalent. To be future proof, we should target wasi (https://github.com/WebAssembly/wasi-filesystem), so that any languages with wasm target can take advantage of juicefs in wasm runtimes, which is arguably the future of serverless runtimes. |
Beta Was this translation helpful? Give feedback.
-
Our community version will release a Python SDK in v1.3, subsequent releases may include go SDK, the release time is not yet determined. |
Beta Was this translation helpful? Give feedback.
-
I know how to run golang on Cloudflare workers, Its just a matter of remapping the calls to the underlying HTTP request.
SO I was thinking that maybe we can map the FS calls too using JuiceFS, so then we can use S3 or even the CF Durable Objects.
Beta Was this translation helpful? Give feedback.
All reactions