Aerospike website screenshot

Aerospike

Aerospike is a real-time, high-throughput, low-latency NoSQL database platform built on a hybrid memory architecture that powers operational systems handling petabytes of data at sub-millisecond latency. The platform supports key-value, document, graph, vector, and JSON workloads with strong consistency, cross-datacenter replication, and tiered storage on flash. The Aerospike REST Gateway exposes the full database API (info, scan, query, operate, batch, UDFs, secondary indexes) over HTTP/JSON with Basic authentication forwarded to the Aerospike security subsystem.

1 APIs 0 Features
DatabaseNoSQLReal-TimeKey-ValueIn-MemoryVector DatabaseHigh Performance

APIs

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. ...

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
💰
Pricing
Pricing
📝
Signup
Signup
👥
GitHubOrganization
GitHubOrganization
🔗
Community
Community
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Aerospike REST Gateway
  version: '1.0'
items:
- info:
    name: Cluster
    type: folder
  items:
  - info:
      name: Get cluster information (verify gateway connectivity to the Aerospike cluster)
      type: http
    http:
      method: GET
      url: http://localhost:8080/v1/cluster
    docs: Get cluster information (verify gateway connectivity to the Aerospike cluster)
- info:
    name: Documentation
    type: folder
  items:
  - info:
      name: Built-in interactive Swagger UI for the REST Gateway
      type: http
    http:
      method: GET
      url: http://localhost:8080/swagger-ui.html
    docs: Built-in interactive Swagger UI for the REST Gateway
  - info:
      name: Machine-readable OpenAPI specification for the running REST Gateway
      type: http
    http:
      method: GET
      url: http://localhost:8080/v3/api-docs
    docs: Machine-readable OpenAPI specification for the running REST Gateway
bundled: true