HydroServer Streaming Data Loader
You can download the SDL from this page:
https://github.com/hydroserver2/streaming-data-loader/releases
About
This small desktop app is used to run scheduled ETL (Extract, Transform, Load) jobs to transfer data into HydroServer from local time series data files (such as CSV datalogger output files). The app contains a user interface for authenticating with HydroServer as well as a log file for viewing job runs.
Installation
macOS
- Mount the Image: Double-click the downloaded
.dmgfile to open the disk image. - Install: Drag the Streaming Data Loader icon into your Applications folder.
- Security Authorization: Because this is a standalone build, macOS may block the initial launch. To allow the app:
- Open System Settings > Privacy & Security.
- Scroll down to the Security section.
- Click Open Anyway next to the notice regarding the application.
- Launch: You can now open the app directly from your Applications folder.
Windows
- Extract Files: Right-click the downloaded
.zipfile and select Extract All.... Choose a folder where you would like the application to reside. - Launch: Navigate to the extracted folder and double-click the Streaming Data Loader.exe file.
- SmartScreen Bypass: If you see a "Windows protected your PC" message:
- Click More info.
- Click Run anyway.
- Optional: Right-click the executable and select Pin to Taskbar for easier access later.
Linux (Ubuntu)
- Extract: Unzip the archive to your preferred location.
- Set Permissions: Open a terminal in that folder and run the following command to make the file executable:
chmod +x "Streaming Data Loader" - Launch: Double-click the executable or run it from the terminal using
./"Streaming Data Loader".
