kefahi / io

Data Management System
3 stars 0 forks source link

Consider ArangoDB as our graph backend database #6

Closed kefahi closed 9 years ago

kefahi commented 9 years ago

A graph database is the perfect fit for the complex data patterns we'll have. Arango also got a yii2 activerecord (and native php driver). Its much better than mongo db and offers more paradigms and features.

The purpose of this ticket is to implement the data model on Arango along with the proper yii2 integration.

kefahi commented 9 years ago

The feedback from Enas is that Arango falls under large volumes of data. say north to 30million entries. So, we are dropping this option for the time being and will get back to basic filesystem.