-
Notifications
You must be signed in to change notification settings - Fork 138
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
Mongodb adapter is unusable #249
Comments
There is nothing changed to mongo-db driver or application it uses for last year. At least nothing significant. As I know few people out there use mongo as database, so I assume it should work. Could you be more specific on mismatches. |
Look here: This calls https://github.com/comtihon/mongodb-erlang/blob/v0.7.9/src/api/mongo.erl#L72
|
looks like a big work to do. I'm curios, how it worked for people till now. |
I don't think people have upgraded to the new version. I'm actually kinda surprised that the mongodb-version in rebar.config was switched out in the first place when it does not even start. |
I've started to rewrite the db_adapter, so hopefully I can send in a patch for this later today. |
@burbas , did you succeeded in updating mongodb connector? |
@danikp Hi. I started to rewrite the adapter, but there was so much things that had changed so I did a rollback instead (Of the mongo-lib). I can share my results tonight when I'm at home again. But I really want to rewrite the adapter to fit the current release of mongo. |
Hello :) |
@cloudtest I've started to implement the changes needed for get the new mongodb driver to work, but there's still a lot of work left. Until then I think boss_db should drop the mongodb-support text in the README since this is a big lie :) |
@burbas Any updates on this ? It has been > 2 years |
@Techoffload Crap, I forgot to push back my changes :(. Maybe I'll take a look at this during this week. |
@burbas Any updates ? |
@Techoffload I only have a partial fix for this. One workaround you can do is to take a older version of boss_db where the plugin works. It's a shame that the mongodb adapter lost support :(. |
Hi,
After upgrading to latest boss_db I quickly discovered that the mongo_db-adapter is broken. Not just a little broken, but the
boss_db_adapter_mongodb
and the application it relys on is missmatching so much that it's hard believing they should work togheter.I might be wrong and it's a configuration error from my side, but compare the calls from
boss_db_adapter_mongodb
and themongodb
application yourself and see.The text was updated successfully, but these errors were encountered: