Skip to main content

Overview

note

This tutorial assumes familarity with a terminal and commandline tools.

This tutorial walks you through:

  • Setting up a dev environment for writing rules in ReQL, Regle's DSL
  • Understanding what an event is and how rules we write interact with events
  • Learning ReQL's basic syntax and writing a basic rule
  • Compiling ReQL rules to catch type errors and write test to catch logic errors

If you already know the basics of ReQL and are looking for API references, check out Regle Query Language to learn more.