Aerospike REST Gateway

HTTP/JSON gateway that exposes Aerospike database operations including key-value reads/writes, batch, operate, scan, query, info, secondary indexes, and user-defined functions. Authentication is via HTTP Basic auth that maps to Aerospike-database security users when the cluster has security enabled.

API entry from apis.yml

apis.yml Raw ↑
aid: aerospike:rest-gateway
name: Aerospike REST Gateway
description: HTTP/JSON gateway that exposes Aerospike database operations including key-value reads/writes,
  batch, operate, scan, query, info, secondary indexes, and user-defined functions. Authentication is
  via HTTP Basic auth that maps to Aerospike-database security users when the cluster has security enabled.
humanURL: https://aerospike.com/docs/develop/client/rest/overview/
baseURL: http://localhost:8080/v1
tags:
- Database
- REST Gateway
- Key-Value
- Operate
- Scan
- Query
properties:
- type: Documentation
  url: https://aerospike.com/docs/develop/client/rest/overview/
- type: Swagger UI
  url: https://aerospike.github.io/aerospike-rest-gateway/
- type: GitHub Source
  url: https://github.com/aerospike/aerospike-rest-gateway
- type: Installation Guide
  url: https://github.com/aerospike/aerospike-rest-gateway/blob/master/docs/installation-and-config.md