Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/galaxydb
GalaxyDB is a hobbyist key-value database written in Go.
https://github.com/andrewn6/galaxydb
Last synced: 6 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T02:09:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T20:44:05.592Z (6 days ago)
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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 ([email protected])
## 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