#mongo-db #import-export #export #import #json

bin+lib tariff

A MongoDB import/export tool written in Rust as a proof-of-concept for the experimental Rust driver

1 unstable release

Uses old Rust 2015

0.1.0 Aug 13, 2015

#17 in #mongo

MIT license

13KB
250 lines

tariff

A MongoDB import/export tool written in Rust as a proof-of-concept for the experimental Rust driver.

Installation

git clone https://github.com/saghm/tariff
cd tariff
cargo build --release

Usage

After compiling, the binary can be found in target/release/tariff. For details in usage, run the binary with the --help argument.

Dependencies

~12MB
~224K SLoC