EugZol / strokedb forked from yrashk/strokedb
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
commit 1b196b36838e31491041a0b901d1d26b4c284cf5
tree cbf8ae6e77c8ec3fca47ed9147e556cbc459016f
parent 6a01a26ea981e9dfe21eb8754c3de29063f17698 parent a3bc642fc2d4661efc44d0edcf9c310a6322dc0f
tree cbf8ae6e77c8ec3fca47ed9147e556cbc459016f
parent 6a01a26ea981e9dfe21eb8754c3de29063f17698 parent a3bc642fc2d4661efc44d0edcf9c310a6322dc0f
strokedb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 25 15:45:38 -0700 2008 | |
| |
README | Fri Apr 25 09:48:00 -0700 2008 | |
| |
Rakefile | ||
| |
bin/ | Fri Apr 18 15:24:38 -0700 2008 | |
| |
bugs/ | Sat Apr 26 22:52:06 -0700 2008 | |
| |
examples/ | Sat May 03 04:21:24 -0700 2008 | |
| |
lib/ | ||
| |
meta/ | ||
| |
script/ | Fri Apr 18 15:24:38 -0700 2008 | |
| |
spec/ | ||
| |
task/ | Sun Apr 20 13:26:05 -0700 2008 | |
| |
vendor/ |
README
StrokeDB is a distributed document-oriented database engine. Main features are complete decentralization, JSON object format, metadocuments, integration with runtime (it is just a ruby library). = Starting points One of the most important concepts of StrokeDB is a StrokeDB::Document. = Installing StrokeDB === Requirements Install ossp-uuid library: $ sudo port install ossp-uuid # (MacOSX) You need to install few gems in order to run StrokeDB: $ sudo gem install diff-lcs json RubyInline If you can't install ossp-uuid for some reason, then install uuidtools gem as well. *Note*: There is no need in <tt>uuidtools</tt> if you use JRuby === Getting source code $ git clone git://github.com/yrashk/strokedb.git === Installing rubygem $ sudo gem install strokedb === <i>(Optional) Running test suite</i> $ rake sup =AUTHORS * Yurii Rashkovskii <yrashk@idbns.com> * Oleg Andreev <oleganza@idbns.com>

