GridGain Developers Hub

Stopping the GridGain Streaming Demo

When you’re done, stop the demo containers:

  1. Stop the application’s container:

    docker compose -f docker/ignite-streaming-app.yaml stop
  2. Stop the GridGain cluster’s containers:

    docker compose -f docker/ignite-cluster.yaml stop
  3. Stop the Control Center containers:

    docker compose -f docker/control-center.yaml stop

Using stop keeps the containers and their data, so you can resume the demo later with the matching docker compose -f docker/<docker-compose-file> start (or up -d) commands. The cluster stays activated when you restart it this way.

We hope you enjoyed the tutorial and found it useful. Don’t hesitate to share feedback with us by using the Documentation Feedback button in the bottom-right corner of the page. Help us fix issues and expand the tutorial, and let us know which topics you’d like new parts to cover.