Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 436 Bytes

File metadata and controls

10 lines (7 loc) · 436 Bytes

Query Engine

Rename docker.compose.prod.yml in docker.compose.yml and config.template.js in config.js, so you can set minio and postgre credentials without pushing it because they are in gitignore.

Send a POST request to http://localhost:3000/api/query with the beopen bearer token in header and the postgre query in payload: { "query" : "the query..." }

Note: the "-" symbols in bucket name must be not included in the query