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

# Wrap up

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

You registered `driver_stats` and `pricing` on the `driver` entity, materialized both into Aerospike, read features from both in one `get_online_features` call, and confirmed that materializing `driver_stats` alone updated only its map entries while `pricing` values on each record stayed the same.

## 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=Feast%20stores%20multiple%20feature%20views%20for%20one%20entity%20in%20one%20Aerospike%20record%2C%20with%20targeted%20Map%20CDT%20updates%20for%20each%20feature%20view.%0A%0AVerified%20with%20%60feast%20apply%60%20and%20%60feast%20materialize-incremental%60%20against%20a%20local%20Aerospike%20cluster.%20No%20custom%20online-store%20code%20required.%0A%0A%23Aerospike%20%23Feast%20%23MLOps%20%23FeatureStore%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeast-aerospike-online-store "Post to LinkedIn")[](https://bsky.app/intent/compose?text=Feast%20stores%20multiple%20feature%20views%20for%20one%20entity%20in%20one%20Aerospike%20record%2C%20with%20targeted%20Map%20CDT%20updates%20for%20each%20feature%20view.%0A%0AVerified%20with%20%60feast%20apply%60%20and%20%60feast%20materialize-incremental%60%20against%20a%20local%20Aerospike%20cluster.%20No%20custom%20online-store%20code%20required.%0A%0A%23Aerospike%20%23Feast%20%23MLOps%20%23FeatureStore%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeast-aerospike-online-store "Post to BlueSky")[](https://twitter.com/intent/tweet?text=Feast%20stores%20multiple%20feature%20views%20for%20one%20entity%20in%20one%20Aerospike%20record%2C%20with%20targeted%20Map%20CDT%20updates%20for%20each%20feature%20view.%0A%0AVerified%20with%20%60feast%20apply%60%20and%20%60feast%20materialize-incremental%60%20against%20a%20local%20Aerospike%20cluster.%20No%20custom%20online-store%20code%20required.%0A%0A%23Aerospike%20%23Feast%20%23MLOps%20%23FeatureStore%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeast-aerospike-online-store "Post to Twitter")

::: undefined
-   [Tutorial: Route hot and cold Feast features to memory and flash](https://aerospike.com/docs/develop/feast-aerospike-tiering) when memory cost or capacity planning drives namespace tiering.
    
-   [Tutorial: Stream fraud velocity features with Feast](https://aerospike.com/docs/develop/feast-aerospike-fraud-velocity) when features must stay fresh through `store.push()` on a streaming path.
    
-   [Part 3: Model Serving](https://aerospike.com/docs/develop/model-serving) to see feature retrieval in a prediction pipeline.
    
-   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, prewriting hooks, and TTL configuration.
    
-   Reproduce cross-store latency with [feast-benchmarks](https://github.com/feast-dev/feast-benchmarks).
:::

[Previous  
Verify collocation and partial upserts](https://aerospike.com/docs/develop/feast-aerospike-online-store/step/3/part/1/verify-collocation)