Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Wyatt Huang edited this page Apr 7, 2016 · 15 revisions

Welcome to the KsanaDB wiki!

KsanaDB is a time series database powered by redis and Go language.

##Install Make sure you had installed redis >= 3.0 and started

go get github.com/zzzmanzzz/KsanaDB
cp gopath/src/github.com/zzzmanzzz/KsanaDB/KsanaDB.conf gopath/bin/ 
cd gopath/bin/
./KsanaDB

Config

open KsanaDB.conf

RedisServer: 127.0.0.1 # redis server
RedisPort: 6379        # redis port
KsanaDBPort: 13000     # KsanaDB web service port

#Documentation

RESTful API

Clone this wiki locally