Use case for data warehousing using Neo4j

Hi Everyone,

I was just trying to implementing Analytical reporting use case. Is there any suggestions that we can use further .

and is neo4j is good for this kind of usecases ??

Cheers .

Hi Kunal,

Could you please elaborate your requirement.
Please go through this Graph Visualization Tools - Developer Guides

Graph DB is not a replacement of RDBMS.
Concepts: Relational to Graph - Developer Guides

Regards
Vivek

I would say yes there is. Though you wouldn't use Neo4j for group bys roll-ups, min, max, avg, sum, etc... But what you would use it for is to give you 360° view of a customer, or do cluster analysis, community detection, and more of the machine learning questions where knowing how the data points are connected are the valuable data.