Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aramperes/bsonsplit
Splits a BSON file into a given number of files
https://github.com/aramperes/bsonsplit
bson cli rust
Last synced: about 1 month ago
JSON representation
Splits a BSON file into a given number of files
- Host: GitHub
- URL: https://github.com/aramperes/bsonsplit
- Owner: aramperes
- License: mit
- Created: 2020-10-25T21:19:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T21:21:15.000Z (about 4 years ago)
- Last Synced: 2024-10-12T03:50:55.998Z (2 months ago)
- Topics: bson, cli, rust
- Language: Rust
- Homepage: https://crates.io/crates/bsonsplit
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bsonsplit
Splits a [BSON](http://bsonspec.org/) file into a given number of files.
Install using Cargo:
```
cargo install bsonsplit
```