Mongodb-odm: Create a similar project targeting Google Cloud Datastore

Created on 18 Aug 2015  路  4Comments  路  Source: doctrine/mongodb-odm

There's currently a library targeting google cloud datastore for php, although it would be nice to see one done according to Doctrine conventions.

Especially given that google cloud datastore is quite similar to mongodb.

Idea

Most helpful comment

Understandable. I guess there are a lot of document-like database solutions out there that would benefit from having a generic ODM available. Even if they are designed for different purposes, the general concepts of being document-centric and schemaless would make them worth targeting from one library. Similar to how we do MSSQL, postgres, and MySQL all from Doctrine ORM.

All 4 comments

Idea is interesting (especially if projects are alike and we could for instance abstract things in doctrine/mongodb like doctrine/dbal does) but I'm not sure we have enough workforce to do that (or in my case knowledge as I haven't used Google's product).

Understandable. I guess there are a lot of document-like database solutions out there that would benefit from having a generic ODM available. Even if they are designed for different purposes, the general concepts of being document-centric and schemaless would make them worth targeting from one library. Similar to how we do MSSQL, postgres, and MySQL all from Doctrine ORM.

This would definitely need to be implemented in a separate repository, like the other ODM projects (see: here) under the Doctrine project.

Closing as we have not enough people on board to do such thing

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NikitaKharkov picture NikitaKharkov  路  11Comments

manuelbcd picture manuelbcd  路  5Comments

rieschl picture rieschl  路  4Comments

klickers picture klickers  路  13Comments

alcaeus picture alcaeus  路  10Comments