Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu authored and ideawu committed Jan 13, 2013
0 parents commit 6143184
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
ssdb(zdb), is a fast key-value(key-string, key-zset, key-hash) persistent storage server, using Google LevelDB as storage engine.

Project Home: https://code.google.com/p/zdb/
Author's homepage: http://www.ideawu.com/blog/


===== COMPILE AND INSTALL =====

$ make
$ ./ssdb-server ssdb.conf

# start slave
$ ./ssdb-server ssdb_slave.conf


===== FILES AND DIRECTORIES =====

api/
Client api to connect to ssdb server

deps/
leveldb-1.7.0/
Google levelDB source code
cpy/
The Cpy programming language interpreter

src/
ssdb source code

tools/
ssdb-cli, ssdb-benchmark, ssdb-dump


4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ssdb
====

SSDB - A LevelDB server with zset data type

2 comments on commit 6143184

@davidsun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ideawu

It's great that the project is on Github!

@ideawu
Copy link
Owner Author

@ideawu ideawu commented on 6143184 Jan 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidsun Thanks!

Please sign in to comment.