File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
examples/oil-gas-automation Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ It waits to receive low flow rate events over subscription, queries and analyzes
66data provided by the "oil-gas-automation" API, and takes necessary action (or
77does not).
88
9- The basic setup of the "oil-gas-automation" API can be
10- found [ there] ( https://github.com/DataSQRL/datasqrl-examples/tree/main/oil-gas-agent-automation ) .
11-
129## To start the project:
1310
14111 . Install dependencies:
@@ -19,7 +16,13 @@ npm ci
1916
20172 . Create ` .env.local ` using [ ` .env.example ` ] ( .env.example ) as template
2118
22- 3 . Run in development mode
19+ 3 . Run the data backend:
20+
21+ ``` shell
22+ docker run -it -p 8888:8888 -p 8081:8081 -p 9092:9092 --rm -e TZ=“UTC” datasqrl/examples:oil-gas run -c package-local.json
23+ ```
24+
25+ 4 . Run the example in development mode
2326
2427``` sh
2528npm run dev
You can’t perform that action at this time.
0 commit comments