📄️ Query and UDF (Java)
An interactive jupyter notebook tutorial illustrating how a query and a UDF can be combined in a useful pattern in Aerospike using Java
📄️ Aerospike Queries (Python)
An interactive jupyter notebook tutorial introducing Aerospike queries in Python
📄️ CDT Indexing (Java)
An interactive Jupyter notebook tutorial illustrating secondary indexes and queries with Collection Data Types (CDTs) using Java
📄️ Parallel Processing of Queries (Java)
An interactive Jupyter notebook tutorial illustrating schemes for splitting large data sets for parallel processing of queries and a framework to test them using Java
📄️ Processing Result Stream (Java)
An interactive Jupyter notebook tutorial illustrating processing of query results as a stream of records and related capabilities using Java