Skip to content

Docker based backend #199

@jfischoff

Description

@jfischoff

It is seems possible to control postgres via docker and desirable for a few reasons:

  • Better process and resource cleanup.
  • Built in caching via image snapshots.
  • You only need docker installed and not postgres on the path.

I think there might be a way to have several backends for making Plans. One could be the current non-docker plan executor and one could be the Docker based Plan executor.

There are downsides as well so I don't think it should be the default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions