Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 858 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 858 Bytes

Aerospike helper

Unofficial helper functions and classes for Aerospike

Aerospike Helper includes:

  • LargeList
  • UDF utility functions

LargeList

A non-LDT Large List

LargeList Documentation

Query Engine

The QueryEnginer is a multi-filter query engine in Java using Aerospike Aggregations. A query will automatically choose an index if one is available to qualify the results, and then use Stream UDFs to further qualify the results.

The QueryEngine uses a Statement and zero or mode Qualifier objects and produces a closable KeyRecordIterator to iterate over the results of the query.

QueryEngine Documentation

UDF utility functions

The as_utility Lua module contains a number of functions for:

  • udf debuging
  • multi predicate queries

Lua directory lua

UDF Documentation