Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docker] Add a way to run LangStream components in docker as a deamon #639

Open
eolivelli opened this issue Oct 20, 2023 · 0 comments
Open

Comments

@eolivelli
Copy link
Member

Currently when you run "langstream docker run" the docker container is ephemeral and it is deleted automatically.

We can go one step further and provide a way to fully run all the langstream components in a deamon and stateful container.

Key points:

  • allow to run the docker image as a "deamon"
  • allow to persist the metadata to some non ephemeral storage (like a Cassandra database)
  • allow to fully handle the lifecycle of more then one application from the control plane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant