golemcloud / golem

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
https://learn.golem.cloud/
Apache License 2.0
530 stars 59 forks source link

Introduce the concept of ephemeral components #932

Closed vigoo closed 2 months ago

vigoo commented 2 months ago

In this step component metadata receives a new property, component type which can be Durable or Ephemeral. Old components are treated as Durable.

The REST API, gRPC API and the CLI is updated to support providing and querying this property.