The document-databases tag has no usage guidance.
3
votes
0answers
177 views
Which type of query do wide column stores optimize
I have some experience with document based stores (MongoDB and CouchDB) and I am interested in exploring wide column databases.
Based on my initial exploration I can grasp a basic understanding of ...
2
votes
0answers
109 views
Would a model like this translate well to a document or graph database?
I'm trying to understand what types of models that I have traditionally persisted relationally would translate well to some kind of NoSQL database. Suppose I have a model with the following ...
1
vote
0answers
13 views
Standard API Protocol for ECM Systems?
I am wondering if there is an established standard or protocol when working with APIs for document management systems or ECMs. For example, let's say I'm working on a new product and I want it to have ...
0
votes
0answers
23 views
Storing a many-to-many relationship between aggregate roots in a document store
Intro
I'm currently facing a rather difficult problem. An application that we need to expand and partially overhaul, uses RavenDB as its storage backend (a NoSQL document store).
The two most ...
0
votes
0answers
25 views
searching for a user's friends
I have a rails that uses sunspot/solr for searching a number of models in our app.
We are now adding a feature for searching for a user's friends. So if I look for "joe" all of my friends named ...