/rama-demo-gallery

Collection of short, self-contained, thoroughly commented examples of applying Rama towards a variety of use cases

Primary LanguageJavaApache License 2.0Apache-2.0

rama-demo-gallery

This repository contains a collection of short, self-contained, thoroughly commented examples of applying Rama towards a variety of use cases. All of these examples can scale to millions of reads and writes per second. Without Rama, these examples would require using and operating multiple pieces of specialized infrastructure. Each example has identical Java and Clojure implementations to demonstrate the Java API and Clojure API respectively. The examples are:

Running tests

Java tests can be run with mvn test, or a specific test class can be run like mvn test -Dtest=ProfileModuleTest.

Clojure tests can be run with lein test.