Easy SQL to MongoDB Aggregation

FREEMIUM
Por Arief | Actualizada לפני חודש | Database

Mongodb aggregation is hard. We create query converter from sql to mongodb aggregation pipeline. Easy to use.

After getting the pipeline, use this (collection customer)
db.customer.aggregate([{"$project": {“name”:1}}])

Cargando API Playground

Valoración: 5 - Votos: 1