Is there an accepted design pattern for storing a few global variables in a NoSQL database?
I’m wanting to create an admin dashboard for my app, and to show new events there. In order to know which events are new, I’ll need to store at least one extra datapoint to the server: the last date at which the admin user (me) looked at the events and marked them all as read.
Proper tree NoSQL structure with focus on full-text searching
I developing an app with tree(folder-file) structure, on which I should perform full-text searches with MongoDB. I did a research on the best tree structure practices and found this great article, but I still can not decide which DB structure will fit my needs.
Proper tree NoSQL structure with focus on full-text searching
I developing an app with tree(folder-file) structure, on which I should perform full-text searches with MongoDB. I did a research on the best tree structure practices and found this great article, but I still can not decide which DB structure will fit my needs.
Looking for advice for the following MS SQL Schema
We currently have the following SQL Schema:
Should I use relational or noSQL databases for this problem
I’m working on a project where one part is to save data of different people. A typical person might have the following structure:
A very simple database system with JSON
If we need to store some data in a database, but without the need of advanced SQL features, can we use this scheme (written here in Javascript / node.js) :
A very simple database system with JSON
If we need to store some data in a database, but without the need of advanced SQL features, can we use this scheme (written here in Javascript / node.js) :
A very simple database system with JSON
If we need to store some data in a database, but without the need of advanced SQL features, can we use this scheme (written here in Javascript / node.js) :
A very simple database system with JSON
If we need to store some data in a database, but without the need of advanced SQL features, can we use this scheme (written here in Javascript / node.js) :
Economics of scaling, denormalizing NoSQL for personalized content [closed]
Closed 8 years ago.