An open API service indexing awesome lists of open source software.

https://github.com/starnowski/mongo-fun


https://github.com/starnowski/mongo-fun

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# mongo-fun
[![Run tests for embedded mongodb](https://github.com/starnowski/mongo-fun/actions/workflows/dev1-e2e-tests.yml/badge.svg)](https://github.com/starnowski/mongo-fun/actions/workflows/dev1-e2e-tests.yml)
[![Run tests with mongodb docker](https://github.com/starnowski/mongo-fun/actions/workflows/mongodb-container.yml/badge.svg)](https://github.com/starnowski/mongo-fun/actions/workflows/mongodb-container.yml)
[![Aggregation tests](https://github.com/starnowski/mongo-fun/actions/workflows/aggregation-tests.yml/badge.svg)](https://github.com/starnowski/mongo-fun/actions/workflows/aggregation-tests.yml)
[![Run tests with embedded mongodb](https://github.com/starnowski/mongo-fun/actions/workflows/mongodb-embedded.yml/badge.svg)](https://github.com/starnowski/mongo-fun/actions/workflows/mongodb-embedded.yml)
[![Run tests with embedded mongodb for quarkus](https://github.com/starnowski/mongo-fun/actions/workflows/mongodb-embedded-quarkus.yml/badge.svg)](https://github.com/starnowski/mongo-fun/actions/workflows/mongodb-embedded-quarkus.yml)
[![Javascript tests for Node 22](https://github.com/starnowski/mongo-fun/actions/workflows/mongo-js-node-22.yml/badge.svg)](https://github.com/starnowski/mongo-fun/actions/workflows/mongo-js-node-22.yml)

### Performance
https://www.mongodb.com/blog/post/performance-best-practices-indexing

### Mongo building patterns

https://www.mongodb.com/blog/post/building-with-patterns-a-summary

### 100MB limit for aggregation
https://www.mongodb.com/docs/manual/core/aggregation-pipeline-limits/