Database Design / Examples for Tags [closed] - mongodb

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am planning to create a website which will contain number of documents and each document can be tagged with one or more tags.
I am planning to use mongodb for this. So can you guys suggest me how should I design the backend in mongodb means the database design.
Also could you please suggest any example website which has such kind of functionality that I can use as reference.
Thanks in advance

A very much visible example for this would stackoverflow itself.
It has questions which have many tags.
Example:
{_id:123,link:url,subject:'test subject',desction:'test description',tags:[{name:'mongodb',desc:'mongodb'},{name:'groovy',desc:'groovy'}]}

Related

Rule engine in perl [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking out for a rule engine in perl.
Would like to know what are the features, that should be kept in mind related to the same.
Also the context is a travel domain and the business rule related to it.
Would appreciate your views on the same.
I believe your question is answered at http://www.perlmonks.org/index.pl?node_id=722668 and other places (google for Business Rule engine Perl). Some of the suggestions are:
PIE
Bricks (could not find anything beyond this one site)
VS::RuleEngine
Rule::Engine

Zend_Form as database filter [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
In mij admin i have a list of posts but this list is really really big. I want to make a send form that i can use to active an database filter (so the form gets translated to where / and / or filters). Is there some good example code that i could read or maybe a tutorial ?. Any advise ?
A nice & short previous answer on that.
The reference Matthew Weier O'Phinney's page on Zend_Form used in the Model layer
And just another one if you want
Search on goole with 'Zend_Form' and 'Model Layer' will certainly gives you some others.

Is there an example project that contains Core Plot? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I wonder if anyone ever posted an example project that uses Core Plot?
I would suggest the best website for iOS development tutorial.
Here is the simplest core data example what you are looking for, with great explanation and source code.
http://www.raywenderlich.com/13269/how-to-draw-graphs-with-core-plot-part-1
http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2
Hope this helps.

Best resource to learn mediawiki? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Could you recommend some easy-to-follow tutorials on mediawiki?
I used materials given at http://meta.wikimedia.org/wiki/Help:Contents - it was enough to install MediaWiki and to learn basics of articles creating and texts editing.
MediaWiki is actually really simple :)
Help:Formatting
Manual:FAQ
Basic Usage

book suggestions for reading on saas design and implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to improve my knowledge on SAAS, its design and implementation. Most of that I found on a quick search were case studies and articles promoting SAAS. Can anyone suggest me some books to start with.
I suggest you to start with reading the Multi-Tenant Data Architecture article.