Skip to content

camelot-framework/camelot-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camelot Sandbox

Example allowing to launch camelot plugin project with the default single-node environment

Prerequisites

  • Docker >= 1.6.2
  • Docker Compose >= 1.3.1
  • JDK >= 1.7
  • Maven >= 3.13
  • Boot2Docker (on Mac)

How to use

  • Clone project
  • Build project
$ mvn clean package -Dcamelot.version=2.2.2-SNAPSHOT
  • Run environment
$ docker-compose up -d
  • Send messages via
$ curl http://localhost:18082/collect/put?key={AGG_KEY}

or if you are on Mac:

$ curl http://$(boot2docker ip):18082/collect/put?key={AGG_KEY}
  • Get state via
$ curl http://localhost:18082/collect/get?key={AGG_KEY}

or if you are on Mac:

$ curl http://$(boot2docker ip):18082/collect/get?key={AGG_KEY}

About

Sandbox project allowing to play with camelot multi-node configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors