JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoJSON Query Languageprogramming.devimagemessage-square48linkfedilinkarrow-up1864arrow-down120
arrow-up1844arrow-down1imageJSON Query Languageprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square48linkfedilink
minus-squaremeliaesc@lemmy.worldlinkfedilinkarrow-up2arrow-down3·2 years agoWhy 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·2 years agoTurn it inside out. Why not use a RDBMS with a NoSQL bit added on the side?
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up3·2 years agoSpecifically 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.