forked from processquerying/PQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
20 lines (17 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
www.processquerying.com
________ ________ ___
|\ __ \ |\ __ \ |\ \
\ \ \|\ \\ \ \|\ \\ \ \
\ \ ____\\ \ \\\ \\ \ \
\ \ \___| \ \ \\\ \\ \ \____
\ \__\ \ \_____ \\ \_______\
\|__| \|___| \__\\|_______|
\|__|
Process Query Language (PQL) is a special-purpose programming language for managing process models based on information about process instances that these models describe. PQL is based upon temporal logic and adopts the concrete syntax of SQL.
-------------------------
INSTALLATION INSTRUCTIONS
-------------------------
1. Download latest PQL release from https://github.com/processquerying/PQL/tree/master/release.
2. Install supplied PQL.MySQL-*.sql schema file.
3. Update MySQL URL, user, and password parameters in PQL.ini.
4. Start using PQL by following the supplied examples!