mongodb

Just want to ask some question , can we implement all the basic features of an e commerce delivery backend just via mongodb queries and aggregation pipeline ( db is mongo) , just asking coz i am facing difficulties in aggregation pipeline.
4 Replies
Jochem
Jochem6mo ago
I can't answer the question, but it might be handy to add some examples of what you mean by "the basic features of an e commerce delivery backend"
nick11
nick116mo ago
@Jochem thank you for replying. By basic features i meant like searching ,sorting filtering , pagination , joins between tables
Joao
Joao6mo ago
You know the saying "when all you have is a hammer, everything looks like a nail"? I'm don't know if you can only use aggregation pipelines for all those tasks but it sounds like you are simply approaching this with the wrong mindset. Explore what the needs are and what tools and techniques are available, as you may be over engineering things for no good reason.
nick11
nick116mo ago
Okay thanks.