Skip to main content

2 posts tagged with "cli"

View All Tags

Release of CLI Client for v0.7.0

· 2 min read
Alexey Timin
Software Engineer - Database, Rust, C++

Hey everyone,

I'm happy to announce that we have released Reduct CLI client v0.7.0 with some minor improvements and bug fixes. We started using the tool in real applications and faced some problems exporting data from a ReductStore instance when the connection is slow and we have many entries to download asynchronously.

First of all, it wasn't very convenient to count all needed entries in the rcli export command. Now we can use wildcards:

rcli export folder instance/bucket ./export_path  --entries=sensor-*

Release of CLI Client for v0.5.0

· 2 min read
Alexey Timin
Software Engineer - Database, Rust, C++

Hello everyone,

We're excited to announce the release of version 0.5.0 of the Reduct CLI! This release brings a number of new features to improve data export and mirroring. Here are the highlights:

Limit parallel tasks

We added a global option --parallel to limit the number of entries to be exported or mirrored in parallel. This can be useful when a bucket has a large number of entries and the network connection is slow. Usage example:

rcli export --parallel 5 folder server_1/bucket_1 .