Hacker News new | ask | show | jobs
by NicoJuicy 2234 days ago
I used to prefer relational db's, but ever since DDD I've been switching my opinion.

Currently, my go to library is MartenDb which has the best of both worlds.

Documents with duplicated properties for queries.

https://martendb.io/documentation/documents/customizing/dupl...

If you want a more detailed answer, let me know, since it could take a while to write everything down :p

The alternative for this with mongo db is an elastic search on top of it for queries. But yeah, that doesn't feel good/overkill.