Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SpecialK

SpecialK is...

  • a decentralized, distributed storage mechanism
  • a pattern language for building decentralized, distributed applications

See SpecialK/KVDB – A Pattern Language for the Web for further explanation.

Requirements

To work with SpecialK you will need:

Why can't I use newer versions?

Short answer: it may be possible!

In the case of MongoDB, SpecialK currently uses version 2.6.4 of Casbah. According to the MongoDB compatibility chart, this version of Casbah is only supported for use with MongoDB 2.4.x, though we are successfully using it with version 2.6.x.

In the case of Erlang & RabbitMQ, we encourage all those motivated to try newer versions, and welcome reports of successes or failures!

In the case of the JDK, we have experienced issues with version 8 related to our use of prolog4j. See SOC-101 for more information.

Usage

Currently, SpecialK is intended to be used in conjunction with the Agent Service and GLoSEval.

However, it can also be used as a standalone key-value store.

The following files provide an example of setting up a single node to store String values in MongoDB.

This set of tests may provide additional insight into how such a node may be used, including retrieving values using the Prolog-based query system:

A more complex usage example involving multiple nodes can be found here.

Issues

We welcome reports of any issues on the issue tracker.

We are also using JIRA to track issues for this project and the rest of the Synereo Platform: https://synereo.atlassian.net/projects/SOC/issues

More Information