Skip to main content

Getting Started

FlowLog workflows have two simple steps:
  1. Write a Datalog program.
  2. Compile and run it.

In this section, we’ll set up everything you need on your platform to run FlowLog, then work through a small example program end to end. We’ll compile the program into an executable, run it in batch mode first, and then switch to incremental mode to show the interactive workflow for updating inputs. Our goal is to show you what a FlowLog program looks like and how it feels to use in practice.