-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for mongodb #39
Comments
+1 |
1 similar comment
+1 |
Note it would also be great if support could provde Mongo based session store |
In out project(zf) we already store such things (session, cache, models) in MongoDB. Implementation MongoDB in Phalcon would be a great thing! |
Yep we are the same Http://airsoc.com, Zend framework + mongo. Sent from my iPad On Aug 26, 2012, at 2:30 PM, Andrey T notifications@github.com wrote:
|
At the moment we are in a code freeze, finalizing documentation and still testing prior to the upcoming release of 0.5.0. However MongoDB can definitely be implemented - the question is when, since the development team is very small at this point in time. Let's keep this issue open so as to check when this can be implemented. |
I have considerable experience with mongo on the php side, and have written one of the mainstream books about mongo https://www.apress.com/index.php/author/author/view/id/2136 I have 15 years experience in c++, especially in web applications, although its getting a bit rusty now, i have not used it for the last 5 years having moved over to php/zf almost exclusively. I have worked on php extensions whilst working at yahoo, so i am familiar with the concepts. http://ph.linkedin.com/in/timhawkins We have also written our own layer ( in php ) for zf=>mongodb which has remarkably similar semantics to your existing storage access layer, including object serialisation/deserialization. I would be interested in helping out to get this done in a developer version. Are there any developer guidelines? Sent from my iPad On Sep 8, 2012, at 9:11 AM, Nikolaos Dimopoulos notifications@github.com wrote:
|
Hello Tim, There are no official guidelines for developers yet - still working on that stuff. The things that are important at this time are performance and functionality. If you want to go for it, feel free to fork the project and work on the adapter. I would suggest a different branch that you can base of 0.5.0 (or master at this time). I do not know about C but if there is anything else I can help with please don't hesitate to ask. |
Will do, i will try and get a start next weekend. Sent from my iPad On Sep 8, 2012, at 10:51 AM, Nikolaos Dimopoulos notifications@github.com wrote:
|
This requirement is scheduled for 0.6.0 |
+1 |
Is MongoDB reliable to store session data? Since MongoDB is a ACID noncompliant database, race conditions would corrupt session data if application concurrency is high. |
@phalcon some big projects (which I don't remember their name at the moment) use MongoDB as session storage. they use sharding and replica sets for HA. |
+1 |
Mongo integration has been done in 0.6.0 http://docs.phalconphp.com/en/0.6.0/reference/odm.html |
Are there any plans for support of mongo, we are using zend + phpstorm + our own model layer, the whole thing feels a lot like the phalcon models, almost identical semantics.
Support for mongo would be very cool.
The text was updated successfully, but these errors were encountered: