---
title: "What's next"
description: "Continue to Part 2 to train a model using the feature store data."
---

# What's next

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

## Part 1 complete

You now have a working feature-store backbone in Aerospike: feature-group and feature metadata define what each signal means, entity records store model-ready values by key, and dataset definitions capture reproducible training slices. That gives training and serving a shared foundation so you can move into model development without rebuilding your data model.

In Part 2, you will create a new synthetic dataset for model development and store its feature definitions and entity records in Aerospike. You’ll then use the Dataset class to define what data to include in the training slice, then actually train and test the model using Spark MLlib.

Finally, in Part 3, you will finish the ML serving path by using Aerospike’s Python client to retrieve features and run inference.

Continue to [Part 2: Model Training](https://aerospike.com/docs/develop/model-training/) to train your first decline-risk model with this same feature store.

::: undefined
-   I have a working feature store ready for Part 2.
:::

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=Set%20up%20a%20feature%20store%20with%20Aerospike.%20Consistent%20feature%20definitions%20for%20ML%20at%20scale.%0A%0A%23MachineLearning%20%23FeatureStore%20%23Aerospike%20%23MLOps%20%23DataEngineering%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeature-store%2F "Post to LinkedIn")[](https://bsky.app/intent/compose?text=Set%20up%20a%20feature%20store%20with%20Aerospike.%20Consistent%20feature%20definitions%20for%20ML%20at%20scale.%0A%0A%23MachineLearning%20%23FeatureStore%20%23Aerospike%20%23MLOps%20%23DataEngineering%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeature-store%2F "Post to BlueSky")[](https://twitter.com/intent/tweet?text=Set%20up%20a%20feature%20store%20with%20Aerospike.%20Consistent%20feature%20definitions%20for%20ML%20at%20scale.%0A%0A%23MachineLearning%20%23FeatureStore%20%23Aerospike%20%23MLOps%20%23DataEngineering%0A%0Ahttps%3A%2F%2Faerospike.com%2Fdocs%2Fdevelop%2Ffeature-store%2F "Post to Twitter")

::: undefined
-   Continue to Part 2: Model Training to train ML models using feature store data.
    
-   Explore the [Aerospike Spark connector documentation](https://aerospike.com/docs/connectors/spark/) for advanced features.
:::

[Previous  
Explore the feature store](https://aerospike.com/docs/develop/feature-store/step/1/part/0/feature-store-objects)