MongoDB - Aggregation Framework - series #01
Let me demonstrate a few simple database queries on MongoDB using their Aggregation Pipeline Framework:
lpromise(
mgArr(dbEnum.nlp, collEnum.terms,
matchRegex("pronounc", /zh/),
sortAsc("hw"),
projectIncludeNoId("hw", "pronounc"),
)
)...
melodymaker.hashnode.dev3 min read