From 4ec2ace2e1ca37294f6e55c2965f1fc6f98d622c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 29 Oct 2020 23:45:54 +0100 Subject: Eliminate Spark dependencies from Web Runner This change eliminates the large Spark dependencies from the web runner. Instead, we perform on the fly aggregation of the data and report directly to MongoDB. --- docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 4d62b7cd..d49ac5dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,15 +41,11 @@ services: - type: bind source: ./traces target: /app/traces - - type: volume - source: results-volume - target: /results environment: - OPENDC_DB - OPENDC_DB_USERNAME - OPENDC_DB_PASSWORD - OPENDC_DB_HOST=mongo - - OPENDC_OUTPUT=/results mongo: build: @@ -69,7 +65,6 @@ services: volumes: mongo-volume: - results-volume: networks: backend: {} -- cgit v1.2.3