golem
golem copied to clipboard
Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
After planning it in https://github.com/golemcloud/golem/issues/897, implement the Cassandra implementation of the KeyValueStorage trait. Also make sure to: - Make it configurable (see KeyValueStorageConfig) - Add it to the key value...
RIb has turned out to be a typed language. A concise set of instructions (the current doc of RIb) will not work anymore for users, as the scenarios are numerous,...
in similar way like for worker, components and projects, URNs for API deployment should be used in cli
in similar way like for worker and components, URNs for API definitions should be used in cli
Resolving component ID or even worker ID given name-based information or URN, available as an API and Golem host function.
https://github.com/golemcloud/golem/blob/bcb2be9f59ca11fcef796a1f3dd818ebaab76d8b/golem-worker-executor-base/build.rs#L46 maybe escape windows patch backslashes with double backslash? https://doc.rust-lang.org/reference/tokens.html#ascii-escapes ``` error: unknown character escape: `U` --> C:\Users\John\work\src\rust\golem\target\debug\build\golem-worker-executor-base-2c82c333bd98c16e\out/preview2_mod.rs:2:19 | 2 | path: "C:\Users\John\.cargo\registry\src\index.crates.io-6f17d22bba15001f\golem-wit-1.0.0/wit", | ^ unknown character escape | =...
``` curl -X GET http://localhost:9006/v5/tweets/afsal -H "Accept: application/json" ``` This returns nothing as I used a path that doesn't exist, and the error in logs is ```scala golem-worker-service-1 | 2024-09-03T07:12:40.484875Z...
A worker's environment (environment variables and command-line arguments) can only be set once when the worker is created. This is intentional as modifying them can lead to divergence as the...
Trying to build golem-cli through cargo install as described in the [quickstart](https://learn.golem.cloud/docs/quickstart). ``` cargo install --features universal golem-cloud-cli ``` Since I am on ubuntu, I had to do these prerequisites:...