https://github.com/mfbx9da4/mongo-test
https://github.com/mfbx9da4/mongo-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfbx9da4/mongo-test
- Owner: mfbx9da4
- Created: 2021-10-07T16:53:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T17:21:09.000Z (over 3 years ago)
- Last Synced: 2025-01-26T17:45:47.441Z (4 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mongo tests
Testing how to index and query data best in mongo.
[More details about the specific problem can be found here.](https://davidadler.notion.site/Stratiphy-query-4d7d0d962568441ab7dcbaade81816f6)## Run locally
Pre-requisites:
- node14 or higher
- npm7 or higher
- docker**Install**
```sh
npm install
docker-compose up -d # starts mongo
```**Run**
```sh
node --require tsm test.ts
```