Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dev
Apr 19, 2017
Apr 19, 2017
src
Apr 19, 2017
Apr 19, 2017
Apr 19, 2017

README.md

Calderwood: An Event Sourcing/CQRS application template

For the project report see report.pdf

Requirements

  • Linux or OSX (tested on Ubuntu 16.10 and OSX 10.11.6)
  • Oracle Java 8
  • Leiningen (v2.0 or later)
  • Datomic Free v0.9.5544 or later

Run

Ensure Datomic Free is running

cd path-to-datomic-free
bin/transactor free-transactor-template.properties

Build the console:

lein cljsbuild once

Start a REPL:

lein repl

When in the REPL:

(go)

Open your browser, and navigate to http://localhost:8080/console .

To run a performance test from the REPL after the system has started:

(perf-test)

About

Calderwood: An Event Sourcing/CQRS application template

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.