The applications in this repository are part of the DXRAM key-value storage.
- ChunkBench: A benchmark similar to the Yahoo! Cloud Service Benchmark to test and determine the performance of DXRAM's key-value storage
- HelloWorld: Minimal example to get started with developing applications for DXRAM
- Migration: Test and benchmark DXRAM's migration
- Terminal: Terminal server and client which provides a CLI to connect to DXRAM peers and run commands on them.
To compile an application, simply run the build.sh script from the root of the repository specifying the application's module:
./build.sh dxa-terminal:server
The output jar-files will be located within ~/dxram/dxapp.
Please refer to the documentation in the DXRAM repository (doc/Applications.md) on how to deploy and run applications.
Further instructions (and examples) are given in the readme files in the sub-project directories.
This project is licensed under the GPLv3 License - see the LICENSE file for details