Hi Sumanth,

You can have all your questions and answers be nodes that are connected
through relationships that are your tags.
For any kind of filtering you can have Traversers with returnable evaluators
that evaluate the kind of results you want back from you graph structure.
So the basic answer is yes you can do that with neo4j and I believe in a
easier, faster and more natural way that you would otherwise do in a
relational database.

2010/2/17 Sumanth Thikka <[email protected]>

> Hi,
>
> Consider the following scenario:
>
> We have some questions and some tag(s) associated with each question.
> We have tags(lets say A, B, C, D, E etc) associated with some
> questions(just
> like in stackoverflow <http://stackoverflow.com/>). We should be able to
> filter all questions we have based on a tag(lets say it is A).
> Once we have all questions having tag A, other tags associated with this
> set
> of questions needs to be listed.
> Selecting(filtering) a tag(say B) from this second level tags should filter
> questions having the tags A and B.
> The filtered questions have tags A, B and some other possibly.
> The same above scenario should be served to any level of tags.
>
> Is it possible to achieve by using neo4j? If yes, how can we achieve this?
>
> Thanks in advance.
> _______________________________________________
> Neo mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Raul Raja
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to