Wrap up
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
You stored 20,000 ADK conversation turns in Aerospike, loaded full or partial history on demand, and confirmed segments grew automatically as the session expanded.
Stop Aerospike
-
Stop and remove the Aerospike container:
Terminal window docker rm -f aerospike
Next steps
- Continue with Tutorial: Atomic session append with ADK for concurrent writers on one session.
- Read the Aerospike Map operations guide for
map_get_by_index_rangeandmap_get_by_key_range. - See the
adk-aerospikepackage on GitHub for source and API reference. - Read the Google ADK session service documentation for
GetSessionConfigoptions.
Explore the full script and design notes in the adk-aerospike repository.