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 (
commit f94d2cb7ef23cea977cf05c9dfb2ea7fd487e7f4
tree f8d8eaa2313515b3e0ad56fc02e5774236af9eed
parent 197485676a3cee70ee0d9d99bc99e324ae550a6d
tree f8d8eaa2313515b3e0ad56fc02e5774236af9eed
parent 197485676a3cee70ee0d9d99bc99e324ae550a6d
strokedb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 17 08:00:40 -0700 2008 | [elliottcable] |
| |
README | Sat Apr 19 11:28:43 -0700 2008 | [yrashk] |
| |
Rakefile | Fri Apr 18 15:57:57 -0700 2008 | [yrashk] |
| |
bin/ | Fri Apr 18 15:24:38 -0700 2008 | [yrashk] |
| |
bugs/ | Sat Apr 19 09:25:16 -0700 2008 | [yrashk] |
| |
examples/ | Sat Apr 19 04:23:51 -0700 2008 | [crossblaim] |
| |
lib/ | Sat Apr 19 11:23:25 -0700 2008 | [yrashk] |
| |
meta/ | Sat Apr 19 09:37:21 -0700 2008 | [yrashk] |
| |
script/ | Fri Apr 18 15:24:38 -0700 2008 | [yrashk] |
| |
spec/ | Sat Apr 19 03:37:00 -0700 2008 | [yrashk] |
| |
task/ | Fri Apr 18 15:29:55 -0700 2008 | [elliottcable] |
| |
vendor/ | Fri Apr 18 13:19:46 -0700 2008 | [elliottcable] |
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://gitorious.org/strokedb/mainline.git strokedb or $ git clone http://git.gitorious.org/strokedb/mainline.git strokedb === 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>




