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: 5 months ago
JSON representation

GalaxyDB is a hobbyist key-value database written in Go.

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