Skip to content
Alexandr Chernov edited this page Jun 30, 2017 · 2 revisions

Welcome to the BridgIt wiki!

This page describes how Weblicht communicates to the GEF through BridgIt. BridgIt stands in the middle between Weblicht and a GEF service:

  1. BridgIt accepts a stream with the content of a file from a Weblicht service
  2. BridgIt saves the stream as a file locally and to be served later
  3. BridgIt extracts service ID from the request URL
  4. File URL and service ID are sent to the GEF instance and a job is started
  5. Bridgit checks the status of a running job from time to time
  6. When the job is done, BridgIt inspects the output volume and reads the content of an output file
  7. The content is streamed back to the Weblicht service
Clone this wiki locally