Changes between Version 1 and Version 2 of kcmini


Ignore:
Timestamp:
Jan 31, 2013, 4:34:33 PM (11 years ago)
Author:
manualwiki
Comment:

can only be used under Linux or under OS X

Legend:

Unmodified
Added
Removed
Modified
  • kcmini

    v1 v2  
    33Kyoto Cabinet is a fast, lightweight storage DBRM. This graph is created on top of this data storage engine. This kind of graph consists of a minimal implementation in C, while the rest of the graph remained in Erlang. 
    44 
     5''Note that Kyoto Cabinet based graph can only be used under Linux or under OS X.''  
     6 
    57== Using the Kyoto Cabinet based graph == 
    68 
    7 Linux: 
     9Linux / OS X: 
    810{{{ 
    911$: bin/referl -db kcmini 
    1012}}} 
    11  
     13{{{ 
     14#!comment 
    1215Windows: 
    1316{{{ 
    1417c:\> bin\referl -db kcmini 
     18}}} 
    1519}}} 
    1620It is important to know that if the database is not closed properly, it will be corrupted. For this reason it is recommended to make backups of the database after loading the source code: