Skip to content

Implement resources and resource providers #31

Description

@bandesz

Notes

Resources are blocks defining an external stateful resource, e.g. a file or a cloud resource.
Resources always have a unique id, possibly a URI.

Resource providers can get, list, create, update and delete resources.

There should be the following built-in blocks:

  • list: generator block which can generate resource block instances, optional filters, can watch
  • get: generator block which can load a resource, can watch
  • create/update/delete

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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