https://github.com/bas1c1/caba
CaBa - caching, lightweight NoSQL key-value database written in GoLang
https://github.com/bas1c1/caba
Last synced: 6 months ago
JSON representation
CaBa - caching, lightweight NoSQL key-value database written in GoLang
- Host: GitHub
- URL: https://github.com/bas1c1/caba
- Owner: bas1c1
- License: other
- Created: 2024-12-31T14:45:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T19:38:08.000Z (7 months ago)
- Last Synced: 2025-06-29T20:33:27.522Z (7 months ago)
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# CaBa
CaBa - caching, lightweight (1000 LoC +-) NoSQL key-value database written in GoLang
# Using
Server
To start server just use
```
go run .
```
**REMEMBER** that you need to install the golang first to use this command
Client
For client you need to write the basic socket/tcp application (see the examples/main.py)