-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Wyatt Huang edited this page Apr 7, 2016
·
15 revisions
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
open KsanaDB.conf
RedisServer: 127.0.0.1 # redis server
RedisPort: 6379 # redis port
KsanaDBPort: 13000 # KsanaDB web service port
#Documentation