Mongo tests
Testing how to index and query data best in mongo. More details about the specific problem can be found here.
Run locally
Pre-requisites:
- node14 or higher
- npm7 or higher
- docker
Install
npm install
docker-compose up -d # starts mongo
Run
node --require tsm test.ts