comtihon / mongodb-erlang

MongoDB driver for Erlang
Apache License 2.0
342 stars 268 forks source link

Deploy to hex.pm #167

Open ferigis opened 7 years ago

ferigis commented 7 years ago

We would like to use your driver. Did you think upload it to hex.pm? Thanks

comtihon commented 7 years ago

Hi, ferigis. Sure. Right now I am busy uploading it to emot. As soon as I am finished I'll add it to hex too.

ferigis commented 7 years ago

great! thanks!

getong commented 6 years ago

@comtihon Quite a long time, and mongodb-erlang does not update to hex.pm. And mongodb-erlang still use rebar, and by now, rebar3 is very great and we use rebar3 to replace rebar in many project. I think mongodb-erlang should migrate to rebar3. Every time I compile it using rebar3, it make a warning:

Package <<"rebar_ct">> not found. Fetching registry updates and trying again...

Change should be made.

filmor commented 6 years ago

I pushed versions of bson-erlang and mongodb-erlang from my forks to Hex now, I'll try to keep them up to date with the upstream versions.

comtihon commented 6 years ago

Thanks! For now mongodb-erlang is available in EnotHub. I set up automatic deploying this repo to EnotHub on every new tag, so there will always be fresh version.

filmor commented 6 years ago

Ah, I'm super sorry, I pushed the client under the name mongodb_client at first, I've pushed a new version as mongodb_erlang now, which is the one I'm going to keep updated.