---
title: "Wrap up"
description: "Stop Aerospike and explore next steps after the Feast tiering tutorial."
---

# Wrap up

> For the complete documentation index see: [llms.txt](https://aerospike.com/docs/llms.txt)
> 
> All documentation pages available in markdown.

You configured `namespace_overrides`, defined hot and cold feature views, and compared hot-only and full `FeatureService` objects. You also identified what the local demo verifies and what requires separate memory and flash namespaces.

## Stop Aerospike

1.  Stop and remove the Aerospike container:
    
    Terminal window
    
    ```shell
    docker rm -f aerospike
    ```
    

::: undefined
-   I’ve stopped the Aerospike Docker container.
:::

Share

Congratulations on completing this tutorial! Share your achievement with the world and let everyone know about your newly acquired skills.

[](https://www.linkedin.com/feed/?shareActive&mini=true&text=Tiered%20Feast%20feature%20views%20across%20Aerospike%20memory%20and%20flash%20with%20namespace_overrides.%0A%0AHot%20ranking%20path%20in%20memory.%20Wide%20profiles%20on%20flash.%20One%20Feast%20project.%0A%0A%23Aerospike%20%23Feast%20%23MLOps%20%23FeatureStore%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeast-aerospike-tiering "Post to LinkedIn")[](https://bsky.app/intent/compose?text=Tiered%20Feast%20feature%20views%20across%20Aerospike%20memory%20and%20flash%20with%20namespace_overrides.%0A%0AHot%20ranking%20path%20in%20memory.%20Wide%20profiles%20on%20flash.%20One%20Feast%20project.%0A%0A%23Aerospike%20%23Feast%20%23MLOps%20%23FeatureStore%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeast-aerospike-tiering "Post to BlueSky")[](https://twitter.com/intent/tweet?text=Tiered%20Feast%20feature%20views%20across%20Aerospike%20memory%20and%20flash%20with%20namespace_overrides.%0A%0AHot%20ranking%20path%20in%20memory.%20Wide%20profiles%20on%20flash.%20One%20Feast%20project.%0A%0A%23Aerospike%20%23Feast%20%23MLOps%20%23FeatureStore%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeast-aerospike-tiering "Post to Twitter")

::: undefined
-   Complete [Tutorial: Serve real-time Feast features with Aerospike](https://aerospike.com/docs/develop/feast-aerospike-online-store) if you have not verified Map CDT collocation and partial upserts yet.
    
-   [Tutorial: Stream fraud velocity features with Feast](https://aerospike.com/docs/develop/feast-aerospike-fraud-velocity) for push-based freshness on the hot path.
    
-   Read the [Aerospike online store reference](https://github.com/feast-dev/feast/blob/master/docs/reference/online-stores/aerospike.md) for namespace and set overrides.
    
-   See the [aerospike overrides example](https://github.com/feast-dev/feast/tree/master/examples/online_store/aerospike_overrides_and_hooks) in the feast-dev/feast repository.
    
-   Reproduce cross-store latency with [feast-benchmarks](https://github.com/feast-dev/feast-benchmarks).
:::

[Previous  
Materialize and read by tier](https://aerospike.com/docs/develop/feast-aerospike-tiering/step/3/part/1/materialize-and-read-hot-cold)