Hello, I am in the early steps of a project, and I am currently investigating around the possibilities to store YAML configurations in Json into a No-SQL DB such as MongoDB.
It seems that YAML is a superset of Json, so that we can imagine a *Json->YAML* conversion, but not a *YAML->Json*. However, it is possible that my YAML needs would be not more than what Json can provide. As I am new in using Document-DBs and YAML, I don't know if I misunderstand the use of the "YAML Mapping" of doctrine ( http://doctrine-mongodb-odm.readthedocs.org/en/latest/reference/yml-mapping.html ): *Is it a way to extract 'Json-based documents' from MongoDB and translate them into 'YAML documents' ?* It seems that there is something to do with metadata, but I don't have a sufficent understanding of MongoDB, to know if this YAML mapping driver would suit my needs. Any help? Thanks in advance -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
