Advanced Search
Search Results
14 total results found
APISIX Setup
Finmars APISIX Setup Guide Abstract As result of that instruction you will have proxy to Exante Broker e.g. https://exante-proxy.client.com where client.com your domain Prerequisites Before starting make sure you have the following: A machine running Linux wi...
Vault Setup
Connecting Vault Currently performed by a Finmars employee at the client's request. Initializing Vault Prerequisites A created database with an activated license Actions Go to Settings -> Vault Activate Vault and save the secret keys. Do not lose these ke...
Configuration Installation
Installing Modules Prerequisites A created database with an activated license Actions Go to Settings -> Configuration -> Marketplace Select the Standard Configuration package and install it by clicking the install button Wait for the module installation ...
Historical Data Download
Prerequisites Standard Configuration Package is installed Proxy server deployed Vault is configured Credentials to Proxy Server is saved to the Vault Restarting the workflow service Go to the Data -> Workflows section Click the "Refresh Storage" button Co...
Integration to 3rd party
Go to the Settings -> Configuration -> Marketplace Click checkbox Show Modules Install Itech dashboard module Generate a token by visiting the link https://eu-central-2.finmars.com/{realm_code}/{space_code}/api/v1/auth-tokens/personal-access-token/creat...
Overview
The workflow is designed according to the following principles: Manager - a workflow that handles state files, specifically: Reads the list of state files from the /states folder. Sorts them by status. Initiates workers. Reads and copies the statuses of the...
Workflow Manager
Overview User Code: com.finmars.standard-workflow:workflow-manager Payload: Optional The Workflow Manager is designed to execute workers in a specific order with a defined payload. Its primary use case is when no payload is provided. Global State Manager Proce...
Generate State Workflow
Overview User Code: com.finmars.standard-workflow:generate-state This script is designed to generate state files for state managers. It processes input data to create a structured state file that includes information about workers and their respective states. ...
Input Files
Overview The input file is a JSON file that contains the configuration for generating the state file. It specifies the overall workflow and individual worker configurations. Based on the provided examples, here's a detailed breakdown of the input file structur...
Interface (States & Input blocks)
Overview This Vue component, named StateTable, provides a user interface for managing state files and input files. It allows users to view, search, filter, and interact with these files in a tabular format. Key Features Tabbed interface for States and Inputs ...
Interface (Files Block)
Overview The FileTable component is a Vue component that provides a user interface for managing and uploading files. It allows users to view existing files in a table format, filter and search through files, and upload new files to specific locations. Key Feat...
Interface
Overview This standard-workflow-interface module provides a comprehensive interface for managing states and files within a workflow system. The interface is divided into two main components: StateTable and FileTable, which are displayed side by side in the mai...
Pipeline Setup for Data Import
Document the Data Import Pipeline:Outline the steps required to set up the data import pipeline. Identify Missing Workers:Compile a list of workers that are not included in the current implementation. Determine Appropriate Module:Identify the mod...
Interface Authorization
Overview This project uses token-based authentication with Keycloak integration. The authentication process is managed through custom functions defined in customFetch.js. Key Functions getCookie(name) Retrieves a cookie value by name. authorization() Prepares ...