https://github.com/andrewn6/galaxydb
GalaxyDB is a hobbyist key-value database written in Go.
https://github.com/andrewn6/galaxydb
Last synced: 5 months ago
JSON representation
GalaxyDB is a hobbyist key-value database written in Go.
- Host: GitHub
- URL: https://github.com/andrewn6/galaxydb
- Owner: andrewn6
- Created: 2021-12-24T15:57:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T02:09:25.000Z (over 4 years ago)
- Last Synced: 2025-10-13T05:13:34.068Z (8 months ago)
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## GalaxyDB
**GalaxyDB is a hobbyist key-value database written in Go**
Author: Andrew N (git@nijmeh.xyz)
## Features
- Data is stored via keys
- Operations
- Grafana support
- Simple operations (Put, Get, Delete)
## Documentation
## Building
Simply run
```./build```
## Nix
A Flake is also available in this repository and can be used like so:
```nix shell```
## Contributing