Installation

To install and start using Nstream-Jet, follow these steps:

Prerequisites

Ensure that you have the following software installed on your system:

Download and Install

  1. Download the Nstream-Jet ZIP: Download the latest version of Nstream-Jet here.

  2. Extraxt the ZIP: Extract the downloaded ZIP file to a directory of your choice. For example:
     unzip nstream-jet.zip -d /path/to/nstream-jet
    
  3. Add Nstream-Jet to your PATH: Add the nstream-jet/bin directory to your system’s PATH. This allows you to run the nstream-jet command from any location in your terminal.

    • On Linux/MacOS, you can add the following line to your .bashrc, .bash_profile, or .zshrc file:
        export PATH=$PATH:/path/to/nstream-jet/bin
      
    • On Windows, you can add the directory to your PATH by following these steps:
      1. Open the Start Search, type in “env”, and select “Edit the system environment variables.”
      2. In the System Properties window, click on the “Environment Variables…” button.
      3. In the Environment Variables window, highlight the Path variable in the “System variables” section and click the “Edit…” button.
      4. Click the “New” button and add the path to the nstream-jet/bin directory.
  4. Verify the Installation: Open a terminal or command prompt and run the following command to verify that Nstream-Jet is installed correctly:
     nstream-jet --version
    

    You should see output displaying the version of Nstream-Jet installed on your system.


Nstream is licensed under the Redis Source Available License 2.0 (RSALv2).