Briefly, I need some advice on a solution that I’m trying to implement. I'm implementing a social network, using .net technologies and I need to infer knowledge from the data collected and persisted at the database (A kind of Graph/Link Mining). My questions are:
- This task should be performed by a business intelligence tool?
- Do you know any .net framework to process this type of information (graphs)?
- How should I persist the result data? Using a separate database?