Wrap up
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
You verified safe concurrent session appends using atomic-session-append-demo.py: five sequential events with merged state, then 64 parallel writers with matching event counts and no duplicates.
Stop Aerospike
-
Stop and remove the Aerospike container:
Terminal window docker rm -f aerospike
Next steps
- Continue with Tutorial: Infinite chat history with ADK for long-running conversations.
- Read the Aerospike Map operations guide for
K_ORDEREDmap details. - See the
adk-aerospikepackage on GitHub for source and API reference. - Read the Google ADK session service documentation for
create_session,append_event, andget_session.
Explore the full script and design notes in the adk-aerospike repository.