Skip to content

danielimre/efficient-java-concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EJC - Efficient Java Concurrency

Experiments with different Java concurrency models.

Running examples

Monitoring

Start monitoring stack with:

docker-compose -f docker/monitoring/docker-compose.yml up

Following services should be available:

First time, setup Grafana:

  • add Prometheus datasource: http://prometheus:9090
  • add InfluxDB datasource: http://influxdb:8086 with ejc_database database and user/user credentials

Please note that Prometheus will scrape http://localhost:8080/actuator/prometheus by default. Adjust prometheus.yml if necessary.

Example projects

Start project specific stack from subprojects (e.g. under mirage) with:

docker-compose up

Start your application via IDE or whatnot.

About

Experiments with different concurrency models for the JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •