An open API service indexing awesome lists of open source software.

https://github.com/wildcatdb/samples

Sample programs using the Wildcat storage engine.
https://github.com/wildcatdb/samples

database examples-go golang key-value key-value-store lsmtree persistent-storage storage

Last synced: 5 months ago
JSON representation

Sample programs using the Wildcat storage engine.

Awesome Lists containing this project

README

          

## Wildcat Samples
This repository is a collection of sample programs using the Wildcat storage engine.

### Contribute a sample program
If you have a sample program in GO or in C using interop feel free to create a PR. The PR should read as wc_sample1 in this directory, thus should include
- Language of sample
- Explaination of the sample program
- Version of Wildcat used

> [!NOTE]
> Directories should use prefix wc_sample followed by monotonically increasing numbers (wc_sample1, wc_sample2, wc_sample3, etc.)

All samples are licensed under `MIT` license.