Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The role of the loader is to take files from a folder and load them into the dashboard.

Configuration

It runs under a service named “BusinessGPTFileLoader” and has the following configurations:

  1. Folder UNC path (list)

  2. API Key - See here

  3. BusinessGPT upload service API URL- See here

  4. PrefromanceFileCount . Help: After how many files to write into the log, the Prefromanceof the total number of files and process time. Default 50.

Specification

The service includes an SQL Light DB as part of the installation.

The service writes the status of handling Failed/ Finished,, contentID, time into the DB for files (Table name : FileLoaderStatus.

When the service starts, it writes the total number of files to load into the log.

If the service restarts, it will check again how many files need to be uploaded.

The service writes into a log the progress statistics every 50 files (PrefromanceFileCount ):

  • Total files loaded

  • Processing time of last 50 files.

Syncing performance to the dashboard

Every time (based on PrefromanceFileCount ), the service will write into the log the performance, it will sync the data into the preference table. https://agatsoftware.atlassian.net/wiki/spaces/SKYP/pages/3184656385/BusinessGPT-+BG+Tables+SRS#TABLE---BG_PERFORMANCE

ParameterName:

Time to Load X files

Total Files loaded

createdBy: File Loader (IP of the host machine)

  • No labels