Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 863 Bytes

File metadata and controls

16 lines (13 loc) · 863 Bytes

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