Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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