michelcaradec / Graph-OLAP

An attempt to model an OLAP cube with Neo4j.
MIT License
44 stars 3 forks source link

Would you mind turning this into an article? #1

Open jexp opened 5 years ago

jexp commented 5 years ago

e.g. for towardsdatascience.com ?

yyyguy commented 4 years ago

This is a very good working example with Neo4J and OLAP. I am curious. Based on your working through of this example, would you consider Neo4J for an OLAP project? Just curious.

michelcaradec commented 4 years ago

This is a very good working example with Neo4J and OLAP. I am curious. Based on your working through of this example, would you consider Neo4J for an OLAP project? Just curious.

As I mentioned in the repository presentation, my interest (and past involvement) in OLAP technologies (especially Microsoft SQL Server Analysis Services) lead me to experiment similar concepts with graph databases (where relationships are a key concept).

This must be seen as a proof of concept, and an opportunity to better understand graph databases. One thing is sure: each time I must address a relation-oriented problem, I always consider it with graph databases (and obviously Neo4j) in mind.

If you are interested in analytics and graph, I heard of AnzoGraph solution (note I never took time to investigate it).