bson-cpp icon indicating copy to clipboard operation
bson-cpp copied to clipboard

Is somebody still working on this?

Open kaimast opened this issue 9 years ago • 6 comments

It seems like libbson is in pretty good shape but bson-cpp is apparently abandoned? Is there another, more up to date, repository?

kaimast avatar Nov 06 '14 23:11 kaimast

Hey @kaimast sorry I no longer maintain this. Happy to merge any PRs though

jbenet avatar Nov 06 '14 23:11 jbenet

Cool thanks. It feels like it might make more sense to have a thin c++ layer on top libbson though, instead of re-implementing everything in C++.

kaimast avatar Nov 06 '14 23:11 kaimast

@kaimast yeah absolutely, when I made this that didnt exist. I ripped this out of the mongodb driver

jbenet avatar Nov 06 '14 23:11 jbenet

hi, a few comments. thanks for taking the time to make/package this previously.

first, i was unaware of this project and did something very similar not too long ago -- see https://github.com/dwight/bson-cxx. it's a little different, see the readme for details.

second, there is a question about the license in the README of this project. the BSON code from the MongoDB C++ Driver should all be Apache 2.0. So you should be able to use that for everything herein, assuming that is all it is using (i haven't read everything herein).

dwight avatar Jan 09 '15 16:01 dwight

Hello @dwight! I just granted you contributor access to this project. Do what you want with it. (like deprecate it and point people towards yours, or fix the license wording to satisfy the constraints). :smile:

jbenet avatar Jan 09 '15 16:01 jbenet

thanks

On Fri, Jan 9, 2015 at 11:23 AM, Juan Batiz-Benet [email protected] wrote:

Hello @dwight https://github.com/dwight! I just granted you contributor access to this project. Do what you want with it. (like deprecate it and point people towards yours, or fix the license wording to satisfy the constraints). [image: :smile:]

— Reply to this email directly or view it on GitHub https://github.com/jbenet/bson-cpp/issues/5#issuecomment-69357516.

dwight avatar Jan 09 '15 17:01 dwight