Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Use MongoDB? #4

Open
rrader opened this issue Apr 27, 2015 · 0 comments
Open

Use MongoDB? #4

rrader opened this issue Apr 27, 2015 · 0 comments
Labels

Comments

@rrader
Copy link
Member

rrader commented Apr 27, 2015

Event schema can be different for different types of events or some additional fields can be required. PostgreSQL constrains us to use static model, and to change it we have to make migrations. Schemaless db will help to avoid it. + it will make possible to add custom fields for particular event.

On other hand, static schema prevents of making custom fields that are not used in template, because it's easier to write template when you know what fields you will have for sure.

Who have experience with django+mongo, please comment if it's good idea.

Discuss.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant