I'm sorry Tim, check this 
out https://github.com/10gen-labs/mongorover/issues/16

Could you share how you made it work properly? 

On Wednesday, July 22, 2015 at 5:20:42 PM UTC-3, Kevin Liu wrote:
>
> Hi Tim, did it pass specs 1, 2, and part of 3? 4 hasn't been started yet. 
>
> These new MongoDB drivers conform to published specifications.
>
> 1. Server Selection - Deciding which server to send database operations to 
> in a MongoDB deployment.
> 2. Server Discovery and Monitoring - All the logic required to make a 
> MongoDB application highly available.
> 3. CRUD API - The API for how we Create, Read, Update and Delete data from 
> MongoDB.
> 4. Authentication - The rules for how to authenticate to MongoDB servers.
>
>
> https://www.mongodb.com/blog/post/announcing-next-generation-drivers-mongodb
>
> On Wednesday, July 22, 2015 at 4:30:00 PM UTC-3, tim....@multiscalehn.com 
> wrote:
>>
>> I have just made pull requests to pzion/LibBSON.jl and pzion/Mongo.jl to 
>> fix the driver in v0.4. Works fine for me, after adding @compats
>>
>> On Sunday, July 12, 2015 at 12:17:44 AM UTC-7, Kevin Liu wrote:
>>>
>>> Hi, 
>>>
>>> I have Julia 0.3, Mongodb-osx-x86_64-3.0.4, and Mongo-c-driver-1.1.9 
>>> installed, but can't get Julia to access the Mongo Client through this 
>>> 'untestable' package https://github.com/pzion/Mongo.jl, according to  
>>> http://pkg.julialang.org/. 
>>>
>>> I have tried Lytol/Mongo.jl and the command require("Mongo.jl") can't 
>>> open file Mongo.jl, or the auto-generated deps.jl. 
>>>
>>> Is anyone having similar problems trying to make Julia work with Mongo? 
>>>
>>> Thank you
>>>
>>> Kevin
>>>
>>

Reply via email to