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

[cli] "langstream run docker" command: start the webservices and other improvements #410

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

eolivelli
Copy link
Member

Summary:

  • Now with the "langstream run docker" command the container runs also the Gateway API service and the Control Plane service
  • This way when you run the application locally you can have almost the same user experience as while running on K8S or on a cloud provider
  • Now you can also customise the "docker run" command by setting the name of the "docker" CLI command (--docker-command), resource requests (--memory, --cpus) and also you can pass additional arguments (--docker-additional-args)
  • You can also now filter your application and run only one "agent" (actually and "executor") with the "--only-agent" option

Changes:

  • build the jar artifact for the gateway and the webservice project
  • implement the things above
  • reduce some logging (we are printing too much on the logs, especially secrets)

@eolivelli eolivelli merged commit 3624835 into main Sep 14, 2023
8 checks passed
@eolivelli eolivelli deleted the impl/docker-run-with-gateway branch September 14, 2023 10:54
benfrank241 pushed a commit to vectorize-io/langstream that referenced this pull request May 2, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant