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 include
- Redis
- Kafka
- Feast Core
- Feast Core DB
- Feast Serving
The default configuration can be used for these components. The existing Helm installation can be used for reference.
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 upto 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.