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.
- Host: GitHub
- URL: https://github.com/wildcatdb/samples
- Owner: wildcatdb
- License: mit
- Created: 2025-06-09T10:49:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T02:50:48.000Z (12 months ago)
- Last Synced: 2025-06-17T03:33:46.858Z (12 months ago)
- Topics: database, examples-go, golang, key-value, key-value-store, lsmtree, persistent-storage, storage
- Language: Go
- Homepage: https://wildcatdb.com/
- Size: 20.5 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.