Skip to content

willyrgf/rerest

Repository files navigation

ReREST

GoDoc

Serve a RESTful API from any Redis database

Redis version

  • 3.0 or higher

Environment

REREST_CONF="config.toml"

Usage

Usage of ./rerest:
  -dev
        Set the environment to dev.
  -trace
        Enable trace.

Test with docker-compose

docker-compose up --build -d
./test_example.sh

For build:

git clone https://github.com/willyrgf/rerest.git
cd rerest
./build.sh

Install using go:

go install github.com/willyrgf/rerest

Configure like a daemon in FreeBSD:

cat <<EOF >> /etc/rc.conf
# ReREST
rerest_enable="YES"
rerest_conf="/usr/local/etc/rerest/config.toml"
EOF

About

ReREST serve a RESTful API from any Redis database, written in Go, based on pREST (http://postgres.rest)

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors