bitdew
BitDew: An Open Source Middleware for Large Scale Data Management

This is a short introduction to run the example in the BitDew source package. To now more about BitDew, its principles and architecture and what can it be used for, read the Introduction.

Downloading and Building

Please Download BitDew from the BitDew web site http://www.BitDew.net

To install the BitDew software follow the steps :

  1. deflate the BitDew archive
  2. move in the BitDew directory

If you modify the source and if you need to compile again BitDew, run the following command :

     ./build.sh

The option to build every packages, including the stand-alone jar file is :

     ./build.sh release

You can look at all the available option for the build command in the module Downloading and Compiling BitDew

Running the tool

  1. start a server. Open a terminal window and start the following command

         java -jar bitdew-stand-alone.jar serv dc dt dr ds
    

    to get everything about the command line utilities, please consult Using BitDew

Running the examples

Examples have similar structure : the example code is usually a client. You will need to execte the different services to be able to start the exemples

  1. start a server. Open a terminal window and start the following command

         java -jar bitdew-stand-alone.jar serv dc dt dr ds
    

  2. start the example

         java -cp bitdew-stand-alone.jar xtremweb.role.examples.HelloWorld localhost
    

  3. Please, consult the documentation specific for each example here examples !