Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 3.68 KB

README.md

File metadata and controls

17 lines (11 loc) · 3.68 KB

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.