gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

Why is there a dependency on bson_ext? #26

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by tobsch Thursday Sep 06, 2012 at 10:06 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/94


Hi there,

I was unable to see where it's actually used. Is the dependency really needed?

Best,

Tobias

bf4 commented 10 years ago

Comment by gotar Wednesday Sep 12, 2012 at 09:23 GMT


bson_ext is used by Mongo, redis probably to for faster binary json data manipulation

bf4 commented 10 years ago

Comment by tobsch Wednesday Sep 12, 2012 at 16:15 GMT


yeah i know bson_ext. But I don't understand why fnord has a dependency on that. It is not needed and one of the reasons why fnord won't run on jruby.

bf4 commented 10 years ago

Comment by jbowles Saturday Oct 06, 2012 at 02:20 GMT


yajl-ruby and thin are also c-based; problematic for JRuby implementation. It seems like Either a JRuby fork of fnordmetric or a new project would have to crop up to get JVM support.

bf4 commented 10 years ago

Comment by tobsch Saturday Oct 06, 2012 at 05:46 GMT


that is right! json is not a big problem. my question why there is a need for bson is still not answered though :)

bf4 commented 10 years ago

Comment by sheerun Monday Oct 21, 2013 at 19:43 GMT


I don't see that dependency now. Can this issue be closed?