LabGraph is a streaming framework built by the Facebook Reality Labs Research team at Facebook.
Prerequisites:
- Buck (Watchman also recommended)
- Python 3.6 (note: currently incompatible with Anaconda)
- Windows only: Build Tools for Visual Studio 2019
Setup:
On Windows, this setup step must be run in "x64 Native Tools Command Prompt for VS 2019" so that we can access the Visual Studio compiler toolchain.
cd labgraph
python setup.py install
To make sure things are working you can run the example:
python -m labgraph.examples.simple_viz
You can also run the test suite as follows:
python -m pytest --pyargs labgraph
Now go to the index and documentation to learn more!
License: LabGraph is MIT licensed, as found in the LICENSE file.