PolyphenySchemaExtractionPythonPart

Python part of schema extraction for Polypheny. This part communicates with Polypheny via HTTP and websockets requests. Polypheny sends requests to activate Python scripts, Python scripts query Polypheny via POST requests, Polypheny answers. Python sends results via POST request.

Capabilities:

Setup:

  • Run Polypheny on localhost
  • Start Python server
  • Load schema data into Polypheny
  • Navigate to "schema integration" pane in Polypheny, enter namespace(s), hit "Run"

Apache 2 license