/plushcap/analysis/aerospike/aerospike-aerospike-document-api

Aerospike Document API

What's this blog post about?

Aerospike is a high performance, distributed, scalable key value database that leverages SSD technology for increased throughput and low latency. The Collection Data Type (CDT) API in Aerospike enables list and map oriented operations within objects, reducing network overhead and client side computation. This API can be used to build a sophisticated document API along the lines of JsonPath proposal which is modeled on XPath standard for XML. The Aerospike Document API provides CRUD operations at arbitrary points within a JSON document using the CDT API. Key features include efficient performance, composability, and support for complex overall operations. The library has been published to Maven Central as aerospike-document-api and can be added to your pom.xml file for use.

Company
Aerospike

Date published
June 17, 2021

Author(s)
Ken Tune

Word count
588

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.