Install XL Ingest
On this page
You can install XL Ingest in both Windows and non-Windows environments.
Note: Filenames may change from release to release.
Install XL Ingest as a Windows Service
-
Download the XL Ingest ZIP file:
https://bryteflow.
com/release/singlestore/ixl/24_ b122/xlingest. zip Unzip the file into a directory at the same level as the Ingest directory.
-
Change the directory to the
xlingest
folder and openxlingest.
file in a Notepad.xml Change the following lines as per your requirements. <id>SingleConnect-XL-Ingest</id>
This tag is used as an unique ID in Windows services.
Each XL Ingest pipeline has its own ID.
<name>SingleConnect XL Ingest</name>
This tag is a display name in the Windows services.
It must be brief and descriptive.
<description>SingleConnect XL Ingest</description>
This tag specifies a description of the XL Ingest service.
-
Install XL Ingest as a Windows service.
-
Open a command prompt as an Administrator.
-
Navigate to
xlingest
folder and run theInstall-SingleConnect-XL-Ingest-Service.
file using the following command.bat Install-SingleConnect-XL-Ingest-Service.batThis batch file runs commands to install the service.
Once the command is completed, close the command prompt.
-
-
The XL Ingest service must appear in the Windows services list like
SingleStore-XL-Ingest
.The name must be similar as shown in step 2. -
The XL Ingest service starts automatically upon installation and must be running.
You can start, stop, or restart the XL Ingest service like other Windows services. -
Open Chrome and navigate to http://localhost:8084.
If the application is installed on a server, navigate to http://<server-ip-address>:8084
instead. -
Navigate to Configuration > License, and enter the license key.
Install XL Ingest in Non-Windows Environment
-
Download the XL Ingest ZIP file:
https://bryteflow.
com/release/singlestore/ixl/24_ b122/xlingest. zip Unzip the file into a directory at the same level as the Ingest directory.
-
To start XL Ingest, run the following Java command from the directory where the files have been unzipped.
To include external libraries, skip to the next step. java -jar xlingest.jar -
To include external libraries, use the following command instead.
Windows
java -cp "other_lib.jar;xlingest.jar" cirus.RunLinux
java -cp "other_lib.jar:xlingest.jar" cirus.Run -
The default port for XL Ingest is
8084
.You can change this port from the user interface (UI). The new port setting takes effect after the next run.
Apply the License Key
The Flow suite of products comes with a validity period specific to each customer's agreement.
To obtain a valid license contact SingleStoreSales with the Product ID.
To retrieve the Product ID, go to your XL Ingest instance, navigate to Configuration > Licence, and copy the ID from the 'Product Id'.
Last modified: February 7, 2025