Skip to content

Releases: samply/blazectl

Bugfix

27 Nov 15:18
Compare
Choose a tag to compare
  • Only read JSON files from the Directory at Upload (#4)

Bugfix

22 Nov 14:35
Compare
Choose a tag to compare

Fix Issues on Empty Processing Durations

v0.2.0

27 Jul 09:17
Compare
Choose a tag to compare

Improvements

Batch Count Resources

Uses FHIR batch instead of individual requests to perform the count-resources sub command.

Add Processing Stats to Upload

The processing stats show the duration of processing on the server, which can be much less than the whole request duration if the network connection to the server isn't very fast.

Installation

blazectl is written in Go. All you need is a single binary which is available for Linux, macOS and Windows.

Linux

  1. Download the latest release with the command:

    curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-linux-amd64.tar.gz
  2. Untar the binary:

    tar xzf blazectl-0.2.0-linux-amd64.tar.gz
  3. Move the binary in to your PATH.

    sudo mv ./blazectl /usr/local/bin/blazectl
  4. Test to ensure the version you installed is up-to-date:

    blazectl --version

macOS

  1. Download the latest release with the command:

    curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-darwin-amd64.tar.gz
  2. Untar the binary:

    tar xzf blazectl-0.2.0-darwin-amd64.tar.gz
  3. Move the binary in to your PATH.

    sudo mv ./blazectl /usr/local/bin/blazectl
  4. Test to ensure the version you installed is up-to-date:

    blazectl --version

Windows

  1. Download the latest release [here][3]

  2. Unzip the binary.

  3. Add the binary in to your PATH.

  4. Test to ensure the version you downloaded is up-to-date:

    blazectl --version
    

First Version with Upload and Count Resources

10 Jul 13:32
Compare
Choose a tag to compare

This is the first version of blazectl. The upload command was tested with Blaze and HAPI FHIR

Installation

blazectl is written in Go. All you need is a single binary which is available for Linux, macOS and Windows.

Linux

  1. Download the latest release with the command:

    curl -LO https://github.com/life-research/blazectl/releases/download/v0.1.0/blazectl-0.1.0-linux-amd64.tar.gz
  2. Untar the binary:

    tar xzf blazectl-0.1.0-linux-amd64.tar.gz
  3. Move the binary in to your PATH.

    sudo mv ./blazectl /usr/local/bin/blazectl
  4. Test to ensure the version you installed is up-to-date:

    blazectl --version

macOS

  1. Download the latest release with the command:

    curl -LO https://github.com/life-research/blazectl/releases/download/v0.1.0/blazectl-0.1.0-darwin-amd64.tar.gz
  2. Untar the binary:

    tar xzf blazectl-0.1.0-darwin-amd64.tar.gz
  3. Move the binary in to your PATH.

    sudo mv ./blazectl /usr/local/bin/blazectl
  4. Test to ensure the version you installed is up-to-date:

    blazectl --version

Windows

  1. Download the latest release here

  2. Unzip the binary.

  3. Add the binary in to your PATH.

  4. Test to ensure the version you downloaded is up-to-date:

    blazectl --version