© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
cleaning docker setup
This is a practical example how CPIPE can be used to communicate with modules written in a different
programming language as a somewhat realistic case based on Advent of Code contest.
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/isc-at/cpipe-for-AoC2020.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Using IRIS terminal:
$ docker-compose exec iris iris session iris "##class(rcc.AoC20).Run()"
Directory .in/ contains all my input files and some public test data.
If you want to use your personal input you should replace them as 1 file by day.
e.g. input01.txt, input02.txt,…….. ,input25.txt exactly as downloaded from AOC2020.