GitHub - inlinedio/ikv-store: High-performance key-value store for ML inference. 100x faster than Redis.
IKV | Inlined Key-Value Store
IKV is a high performance fully-managed embedded database, for powering modern ML inference. It's unique design makes it perfect for accessing large key-value datasets with very low latency in a production setting.
An embedded database provides much better performance (response-time and throughput) as compared to standalone services (ex. Redis or DynamoDB), by integrating directly into the user application and avoiding any remote network calls. IKV is -
Blazing Fast...
Read more at github.com