This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
strokedb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 25 15:45:38 -0700 2008 | [oleganza] |
| |
README | Fri Apr 25 09:48:00 -0700 2008 | [yrashk] |
| |
Rakefile | Sun May 04 05:31:10 -0700 2008 | [michaelklishin] |
| |
bin/ | Fri Apr 18 15:24:38 -0700 2008 | [yrashk] |
| |
bugs/ | Sat Apr 26 22:52:06 -0700 2008 | [yrashk] |
| |
examples/ | Sat May 03 04:21:24 -0700 2008 | [EugZol] |
| |
lib/ | Sat Jun 14 12:13:48 -0700 2008 | [oleganza] |
| |
meta/ | Sat Jun 14 13:10:31 -0700 2008 | [yrashk] |
| |
script/ | Fri Apr 18 15:24:38 -0700 2008 | [yrashk] |
| |
spec/ | Sun Jun 08 14:05:26 -0700 2008 | [oleganza] |
| |
task/ | Sun Apr 20 13:26:05 -0700 2008 | [oleganza] |
| |
vendor/ | Tue May 20 03:45:03 -0700 2008 | [yrashk] |
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>




