You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start local rabbitmq and postgres, in root directory:
26
+
For testing locally with RabbitMQ and Postgres on docker desktop clone https://github.com/Nieuwe-Warmte-Nu/computation-engine, copy `.env-template` to `.env` and in the root directory:
21
27
```
22
28
docker-compose up
23
29
```
24
30
25
31
Example usage
32
+
26
33
```python
27
34
from uuid import uuid4
28
35
from nwnsdk import NwnClient, WorkFlowType, PostgresConfig, RabbitmqConfig
0 commit comments