opensearch-project / opensearch-benchmark

OpenSearch Benchmark - a community driven, open source project to run performance tests for OpenSearch
https://opensearch.org/docs/latest/benchmark/
Apache License 2.0
106 stars 75 forks source link

Provide instructions on how to run without Docker Desktop #51

Closed stockholmux closed 1 year ago

stockholmux commented 2 years ago

Is your feature request related to a problem? Please describe.

In early 2022, Docker Desktop will no longer be free to use. The development of Benchmarks seems to be tied to docker-compose as per the Developer Guide. Docker Desktop is used on Windows and MacOS to provide access to both the Docker Engine and Docker Compose. Meaning many potential developers will not be able to contribute.

Describe the solution you'd like

Link to resources and alter the developer guide to include alternate methods of developing Benchmarks without Docker Desktop (example).

Describe alternatives you've considered

  1. Move to Helm chart or similar
  2. Change to non-containerized execution somehow.
IanHoang commented 1 year ago

Since OSB 0.2.0, we are not dependent on Docker Desktop. Closing this issue out.