Skip to content
/ okk Public

A testing framework designed to verify the correctness in key-value storage and index engine systems

License

Notifications You must be signed in to change notification settings

oxia-db/okk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKK

OKK is a testing framework designed to verify the correctness in key-value storage and index engine systems.

Prerequisites

Before you begin, ensure you have the following installed:

  • Kubernetes Cluster (or Kind)
  • Helm

Quick Start

Follow these steps to add the Helm repository and install a release.

  1. Add the Helm repository:
helm repo add okk https://oxia-db.github.io/okk/
helm repo update
  1. Install the charts
helm install okk-stack okk/okk-stack --namespace okk-system --create-namespace
  1. Run TestCase by examples

We provide some commonly used test cases you can apply directly from example dir.

Configuration

You can customize your deployment by using the --set flag or by providing a custom values.yaml file.

To see all available configuration options, refer to the values.yaml file in the chart's repository.

About

A testing framework designed to verify the correctness in key-value storage and index engine systems

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published