tylerchr / parallel-database

An experimental parallelized database optimized for read performance
2 stars 0 forks source link

parallel-database

An experimental parallelized database optimized for read performance

Installation

(install Go, set GOPATH)
go get github.com/tylerchr/parallel-database
go get github.com/fatih/color
go get github.com/jaredririe/pseudo-terminal-go/terminal

Run Server

go build
./parallel-database

Run Client

cd cli
go build
./cli