NEW: databases/mongo-tools

2022-06-02 Thread Stuart Henderson
https://www.mongodb.com/docs/database-tools/ - Tools for use with MongoDB: - bsondump: display BSON files in a human-readable format - mongoimport: Convert data from JSON, TSV or CSV and insert them into a collection - mongoexport: Write an existing collection to CSV or JSON format - mong

Re: NEW: databases/mongo-tools

2017-07-04 Thread Stuart Henderson
On 2017/06/09 15:13, Andrew Aldridge wrote: > ping > > On 2017-05-25 15:18, Andrew Aldridge wrote: > > Hello, > > > > This port contains the mongo-tools[1] collection of administrative > > tools for MongoDB databases. > > > > The patches allow the bundled Go dependencies to work with LibreSSL >

Re: NEW: databases/mongo-tools

2017-06-09 Thread Andrew Aldridge
ping On 2017-05-25 15:18, Andrew Aldridge wrote: Hello, This port contains the mongo-tools[1] collection of administrative tools for MongoDB databases. The patches allow the bundled Go dependencies to work with LibreSSL and to search /usr/local/{include,local} for libsasl2. I have done some li

NEW: databases/mongo-tools

2017-05-25 Thread Andrew Aldridge
Hello, This port contains the mongo-tools[1] collection of administrative tools for MongoDB databases. The patches allow the bundled Go dependencies to work with LibreSSL and to search /usr/local/{include,local} for libsasl2. I have done some light testing to make sure that TLS connections w