Skip to main content

Overview

The APIs are shown in the following figure:

OverviewOverview

The follolowing modules are optional. To install them, please add the arguments during the installation. Different arguments could be used in the same time.

  • file: need to use pip install syncstream[file]
  • host: need to use pip install syncstream[host]

Modules#

ModuleDescription
mprocThe thread-safe and process-safe message synchronization, implemented based on the python stdlib.
fileThe file-lock-based message synchronization, implemented based on fasteners.
hostThe web-service-based message synchronization, implemented based on Flask-RESTful and urllib3.