/[Sack]/trunk/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 36 by dpavlin, Wed Sep 23 22:22:18 2009 UTC revision 208 by dpavlin, Sat Nov 21 13:45:54 2009 UTC
# Line 20  in name of your key to indicate that key Line 20  in name of your key to indicate that key
20  should have sumed values when combining shards.  should have sumed values when combining shards.
21    
22  If you have long field names, add # to name of key above value  If you have long field names, add # to name of key above value
23  which you want to turn into integer value.  which you want to turn into integer value. This will reduce
24    memory usage on master node.
25    
26    
27    USAGE
28    
29    1. create cloud definition
30    
31     etc/cloud-name       IP addresses of nodes similar to /etc/hosts
32     etc/cloud-name.ssh   ssh configuration (user, compression etc)
33    
34    2. shard data
35    
36     ./bin/shards.pl (hard-coded to use WebPAC::Input::ISI for now)
37    
38     ./bin/couchdb2shards.pl
39    
40    3. start server
41    
42     CLOUD=etc/cloud-name ./lib/Sack/Server.pm
43    
44    4. start repl
45    
46     ./lib/Sack/REPL.pm
47    
48    5. start locally for development
49    
50     ./bin/split.sh
51    

Legend:
Removed from v.36  
changed lines
  Added in v.208

  ViewVC Help
Powered by ViewVC 1.1.26