document-oriented-db Questions

8

Solved

Recently I've been working a little with MongoDB and I have to say I really like it. However it is a completely different type of database then I am used. I've noticed that it is most definitely be...
Antarctica asked 19/5, 2010 at 13:52

2

Solved

using document oriënted database mongodb and the Object Document Mapper (ODM) morphia Lets say we have 3 different classes; Object, Category and Action. These object are all stored in the collecti...
Allamerican asked 5/3, 2014 at 15:45

2

Solved

Our team has started development of an application backed by Couchbase DB; for every one of us it's the first experience with a no-SQL database. We've started to define our entities and adopted th...

6

I'm interested in document-oriented databases, and I'd like to play with MongoDB. So I started a fairly simple project (an issue tracker), but am having hard times thinking in a non-relational way....
Comptom asked 25/2, 2010 at 14:57

2

I understand that document-oriented NoSQL DBs are "extensions" of the KV model in that they allow you to query more than just a single lookup key. But once something is a "document", I feel like it...
Stringfellow asked 8/3, 2013 at 21:9

2

Solved

I want to implement a taxonomy structure (geo terms) for my node.js application with NoSQL database. I had a similar taxonomy structure with MySQL but it's time to move forward and learn something ...

1

Solved

I need to make some benchmarks on a small database (64MB) and I need to figure out what is the smartest way to fetch whole Mongo collection into python object with PyMongo? In JavaScript, there is ...
Strath asked 4/1, 2012 at 7:50

2

Solved

Suppose I have a large ammount of heterogeneous JSON documents (i.e. named key-value mappings) and a hierarchy of classes (i.e. named sets) that these documents are attached to. I need to set up a ...
Antiquary asked 30/11, 2011 at 20:40

2

Solved

I'm trying to implement blog post storage using mongo db. I've got two domain entities: "Blog post" and "Author" Currently I've added AuthorId property to blog post entity. Is that the right app...
Ryon asked 27/6, 2010 at 17:36

3

Solved

I'm doing research on the maturity of some document-oriented stores, which includes an overview of applications and websites that use the database in production environments. There are several list...
Thinnish asked 16/8, 2010 at 14:56

6

Solved

I've been hearing a lot of talk about schema-less (often distributed) database systems like MongoDB, CouchDB, SimpleDB, etc... While I can understand they might be valuable for some purposes, in m...
Metacenter asked 4/10, 2010 at 14:33

6

Solved

At work, we recently started a project using CouchDB (a document-oriented database). I've been having a hard time un-learning all of my relational db knowledge. I was wondering how some of you ove...
1

© 2022 - 2024 — McMap. All rights reserved.