-
Notifications
You must be signed in to change notification settings - Fork 996
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 compose for Feast #272
Comments
As discussed, i will start working on this. |
We have this done, although it is probably more than what many people developing on the project would want all the time because it includes containers for dev with Cassandra and Hive as well. We could structure a base |
Wow that is great news! I think your approach makes sense. The primary group I would like to target with Docker Compose are end users who aren't familiar with Minikube or Kubernetes. Would be great if we could get them up and running and testing the system. Developers would also benefit from the availability of this. I don't really have strong feelings on which stores to start with, but having an opinionated default with some options would make sense. |
Closes feast-dev#272 Tested by: $ grpc_cli ls localhost:6565 grpc.health.v1.Health grpc.reflection.v1alpha.ServerReflection feast.core.CoreService $ grpc_cli ls localhost:6566 grpc.health.v1.Health grpc.reflection.v1alpha.ServerReflection feast.serving.ServingService
This is resolved in #328 |
We've had requests for a Docker Compose script to initialize a Feast deployment. This would make it easier for Non-Kube based deployment, especially during quickstarts or tests.
The proposed use case here is for a single
docker-compose up
to bring up a running Feast deployment. It should minimally includeThe default configuration can be used for these components. The existing Helm installation can be used for reference.
The text was updated successfully, but these errors were encountered: