thewebhatesme / opm_server

Open Performance Monitor - Server
MIT License
13 stars 1 forks source link

Data Model #8

Open thewebhatesme opened 10 years ago

thewebhatesme commented 10 years ago

Tables

vergissberlin commented 10 years ago

Many similar projects using MongoDB to manage the HAR data. We should also throw an eye on. https://github.com/doctrine/DoctrineMongoDBBundle

mikelohmann commented 10 years ago

I think we can just have both in the project. ODM and ORM may use the same modelclass interfaces. Maybe WE start with ORM and use Models which implement interfaces which allows us to switch to ODM later...— Sent from Mailbox for iPhone

On Tue, Mar 11, 2014 at 11:51 PM, André L. notifications@github.com wrote:

Many similar projects using MongoDB to manage the HAR data. We should also throw an eye on.

Reply to this email directly or view it on GitHub: https://github.com/thewebhatesme/opm_server/issues/8#issuecomment-37356306

Baachi commented 10 years ago

Ich bin der selben Ansicht wie @mikelohmann, erstmal mit dem ORM arbeiten. Aber wir sollten immer den Wechsel zu MongoDB im Hinterkopf behalten.

mikelohmann commented 10 years ago

Das ist jetzt so vorgesehen. Wir arbeiten nur mit Entities, die wir sehr einfach nach Documents konvertieren können.... IMHO nur ORM durch ODM tauschen und die Annotationen anpassen.