rom-rb / rom-mongo

(Looking for a maintainer) MongoDB support for rom-rb
https://rom-rb.org
MIT License
33 stars 22 forks source link

ROM v5.0.2 support #29

Open alex-lairan opened 5 years ago

alex-lairan commented 5 years ago

Hello !

I want to use ROM with MongoDB (legacy choice :-1:)

The problem is that I don't know where to start to update this gem.

Thanks for your help !

solnic commented 5 years ago

First of all you need to investigate which mongo backend should be used, ie should we rely only on the driver and build a custom query API or are we still able to leverage a query builder using some gem. Then I would recommend looking at rom-elasticsearch adapter as the general structure will be similar here.

alex-lairan commented 5 years ago

Thanks @solnic

I've tried something here https://github.com/rom-rb/rom-mongo/pull/30

jonatasdaniel commented 4 years ago

Any update on this? I’d like to use rom with mongo but it seems it’s a long time that it does not receive any update.

alex-lairan commented 4 years ago

I am not using MongoDB anymore, so I will not continue this pull request.

solnic commented 4 years ago

@alex-lairan thanks for the heads up