Skip to content

hpkv-io/rioc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIOC: Remote I/O Client

Client SDKs and API for interacting with the RIOC high-performance key-value store.

Overview

RIOC provides a client-server protocol for interacting with HPKV, focusing on:

  1. High Performance: Optimized for low latency and high throughput
  2. Data Consistency: Atomic operations and proper transaction handling
  3. Transport Security: TLS 1.3 implementation with robust authentication options

Available SDKs

Documentation

Each SDK contains its own detailed documentation and examples in its respective folder.

The core API is documented in the src/README.md file.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.