Run the following command to install all dependencies:
yarn installIn a different terminal, run the following command to start the infrastructure:
yarn infraRun
yarn --silent sampleTo generate the data for the MongoDB, with 10 thousands animals and 100 thousand plants, run the following command:
yarn go generateRun
yarn go <step>where <step> can be one of:
basicfor the async/await versioneffectfor the basic effect versionconcurrencyfor the concurrency versioncachedfor the concurrency+cached versionbatchedfor the concurrency+cached+batched version