Questions tagged [nosql]
Databases that propose alternative solution to SQL (Relational) Database which can be document oriented, key/value, graph, objects,...
                229 questions
            
            
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                161
            
            views
        
        
            
            
            
        Reorganize data with pattern while migrating from SQL to MongoDB
                    I have several tables in Oracle, in each of them are stored data about a different kind of tax declaration (house tax, hotel tax, and so on). All of them have some data in common, so I want to migrate ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                128
            
            views
        
        
            
            
            
        How to model a bidirectional, one-to-one relationship in DynamoDB?
                    I'm building a WebSocket API Gateway in AWS. When a device connects, API Gateway assigns the connection a unique connection ID.  I need to store the relationship between the connection ID and device ...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                516
            
            views
        
        
            
            
            
        Is it worth it to use a NoSQL database only for high availability and fast reading, while already using Postgres?
                    We have several Postgres databases on one AWS RDS cluster (for budget reasons apparently), sharing the same resources, and my team wants to use a NoSQL database alongside it, and store data there from ...
                
            
       
        
            
                4
            
            votes
        
        
            
                3
            
            answers
        
        
            
                331
            
            views
        
        
            
            
        What is the difference between a key attribute store and a key value store?
                    Im running through a course on Cloud Academy - now known as QA - and it makes the statement that
Azure Table Storage is a "Key/attribute store" and Redis cached is a "Key value store&...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                79
            
            views
        
        
            
        Database Modeling for Application with Many Integrations
                    I’m working on an application that requires many 3rd-party integrations. I’m using Postgres to store these API responses but am having trouble for a number of reasons.
These objects are frequently ...
                
            
       
        
            
                0
            
            votes
        
        
            
                3
            
            answers
        
        
            
                185
            
            views
        
        
            
            
        Python API - store data in SQL AND NoSql
                    I am a student and am currently programming an API in Python. Among other things, it is possible to register, log in, create a user profile with data, etc.
I would like to be able to store and ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                99
            
            views
        
        
            
            
        Alternative ways to transfer records from one environment to another
                    I'm working on an application which has a feature of syncing records between two environments. For example, a record A is created in environment A. After a user verifies it, the user can use the sync ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                5k
            
            views
        
        
            
            
            
        SQL or NoSQL Database for a chat application?
                    currently I am working on a kind of "Chat" Application.
The app consists of "threads". Each of this threads consist of "subthreads" in wich a user can send a message (...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                663
            
            views
        
        
            
            
        Is DynamoDB optimistic locking with one version attribute for each field in an item a valid design pattern?
                    It's common to implement optimistic concurrency control in DynamoDB by giving each item in the database a top-level "version" attribute and only allowing an update of an item to succeed if ...
                
            
       
        
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                312
            
            views
        
        
            
            
        How would I model my NoSQL database for a conversational bot
                    I'm currently developing a chatbot that will be used for booking trips. The particular party I'm interested in for now is the rider. I'm using AWS's DynamoDB, because it seemed to be the most flexible ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                494
            
            views
        
        
            
            
        How to represent NoSQL entities
                    I've mainly studied SQL structures, and I know that the representation of the entities can look something like this:
However, I'm building this app with MongoDB, so NoSQL DB. I'm aware that MongoDB ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                480
            
            views
        
        
            
        Store UUID Reference vs. storing string in Mongodb
                    I am trying to store user preference for notifications.
One way to do is store types of notification in separate collection and store UUID of that notification type in user table.
e.g. notification-...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                2k
            
            views
        
        
            
            
            
        How to document a NoSQL document-based data model?
                    How do you document the logical data model of a document-oriented database like MongoDB?
For relational databases, Entity-Relationship diagrams or UML class diagrams are used.
What is the practice for ...
                
            
       
        
            
                2
            
            votes
        
        
            
                3
            
            answers
        
        
            
                527
            
            views
        
        
            
            
        Do NoSQL and non-relational refer to the exact same concept?
                    Question as the title says. Of course, I already tried searching online, but did not find a definite answer yet. (The sources I checked imply that the terms are interchangeable, but do not state this ...
                
            
       
        
            
                -2
            
            votes
        
        
            
                2
            
            answers
        
        
            
                230
            
            views
        
        
            
            
            
        Avoid redundant field using JSON type in MySQL [closed]
                    I have experienc with designing relational dbs but first time attempting to store JSON in a mysql table. I am using mysql 5.7.8 which has the ability to store json data type as a column.
When I create ...
                
            
       
         
         
         
         
         
        