JPDev@programming.dev to Programmer Humor@programming.dev · 6 miesięcy temuJSON Query Languageprogramming.devimagemessage-square47fedilinkarrow-up1865arrow-down119
arrow-up1846arrow-down1imageJSON Query Languageprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 6 miesięcy temumessage-square47fedilink
minus-squaremeliaesc@lemmy.worldlinkfedilinkarrow-up2arrow-down3·6 miesięcy temuWhy not use nosql if your important data is stored in JSON? You can still do all your fancy little joins and whatnot.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up4·6 miesięcy temuTurn it inside out. Why not use a RDBMS with a NoSQL bit added on the side?
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up3·6 miesięcy temuSpecifically so you get mature transactional guarantees, indices and constraints that let app developers trust your db.
Why not use nosql if your important data is stored in JSON? You can still do all your fancy little joins and whatnot.
Turn it inside out. Why not use a RDBMS with a NoSQL bit added on the side?
Specifically so you get mature transactional guarantees, indices and constraints that let app developers trust your db.