Spikeify

A lightweight Java object mapper for Aerospike

View the Project on GitHub Spikeify/spikeify

spikeify

A lightweight Java object mapper for Aerospike.

Spikeify is a thin wrapper around Aerospike's native Java client library. It has the following features:

Read more about it in the Basic Usage.

Status: Spikeify is currently in Alpha, which means that API can still change. We plan to freeze the API and enter beta by the end of May '15.

What works: object-record mapping, basic synchronous commands (get, create, update, delete, query, add/append/prepend) and transactions are working.

What is not available yet: async operations, automatic index creation, custom field serializers, expiration field mapping queries on float/double values...