Run the following command to install all dependencies:
yarn install
In a different terminal, run the following command to start the infrastructure:
yarn infra
Run
yarn --silent sample
To generate the data for the MongoDB, with 10 thousands animals and 100 thousand plants, run the following command:
yarn go generate
Run
yarn go <step>
where <step>
can be one of:
basic
for the async/await versioneffect
for the basic effect versionconcurrency
for the concurrency versioncached
for the concurrency+cached versionbatched
for the concurrency+cached+batched version