Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
11answers
3k views

Images in database vs file system

We have a project coming up where we will be building a whole backend CMS system that will power our entire extranet and intranet with one package. The question I have been trying to find an answer to ...
10
votes
4answers
3k views

CouchDB versioning strategy

Would the following be a viable strategy for implementing versioning(using "example" as a sample document type): Have one original document where the type field is named example_original. Subsequent ...
5
votes
6answers
344 views

Embeddable document store database

Is there something akin to SQLite but a document-oriented database as opposed to an RDBMS? Orient seemed to be something similar to what I was looking for, but it is written in Java, and I'm looking ...
4
votes
4answers
267 views

How save text, svg, html, css all together efficiently

In an application, I am using Fabric.js, which lets users write text, draw SVG's, insert images etc. I want to know, what is the best way to store this data. Requirements are: Ability to query ...
3
votes
3answers
430 views

What are some real use cases for going with a NoSQL Document Store db?

I have been reading documentation and watching screencasts specific to Mongo DB over the past few days and I am at a loss for when a solution like this would be better than a typical pg or mysql ...
2
votes
1answer
53 views

Limit to appending children to a document in NoSQL?

When an example of an object owning many children is given with a document database (like couchdb) it is always recomended that the children be appended to the parent object. In the case of a blog ...
1
vote
2answers
121 views

File-based Document Storage in android

I'm in the early stages of a note-taking application for android and I'm hoping that somebody can point me to a nice solution for storing the note data. Ideally, I'm looking to have a solution where: ...
0
votes
2answers
63 views

mongodb and sql for document versioning system

I'm a computer engineer student and i've got a basically simple assignment but i'd like to make it a little more interesting :). Basically I have to create a simple multiuser, online document ...
0
votes
2answers
71 views

svn to store documents for the purpose of change management

Is it a good idea to keep project related documents in svn ? is there any document management app (sharepoint?) you can recommend for this ? The question is for a medium size software house (20 devs). ...