Relative Content

Tag Archive for mongodb

Search algorithm

I would like to create a site where users can post articles with the following optional parts:

Translate MongoCompass aggregate to use with TFDMongoPipeline

I’m using rad studio (C++) to create simple aggregate across a database.
The database has a bunch of customer info and an array of transactions, all the transactiona have a date.
What I need is only Docs that are within a date period and a count of how many transactions are dated within that period, sounds pretty straight forward.