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

https://github.com/japrozs/tera


https://github.com/japrozs/tera

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tera

`Tera` is a key value storage system which i'm making in `C` which will be very similar to `redis`.

## Usage

```bash
# clone the repo
# cd into the repo
$ make
$ ./bin/tera
```