7da57058d4c26c3b1f0d785f5137d6cdc1d3647e
Bugfix/flakydb * init * fixenvvar * fixtest
Query Orchestration
This repository contains the DoczyAI code.
Using the following project as a baseline: https://github.com/golang-standards/project-layout.
Installation and Usage
- Install devbox:
https://www.jetify.com/docs/devbox/installing_devbox- Ubuntu/MacOS:
curl -fsSL https://get.jetify.com/devbox | bash
- Ubuntu/MacOS:
- Run
devbox run initto create init dependencies - Run
devbox shellto enter the environment - Run
task deps:downloadto download code dependencies - (IF NECESSARY) Ensure user in docker group and docker group is in sudo group
sudo groupadd docker sudo usermod -aG docker $USER
To find new packages: https://search.nixos.org/packages
For regular usage, please use task scripts in order run the most appropriate configuration.
Environment Variables
When using environment variables, there is a hiearchy that will be respected. (First will override the next)
- Within the devbox.json file, a variable added to "env"
- Within the devbox.json file, a variable exported in "init_hook"
- A variable added to .env
Description
Languages
Go
82.5%
Shell
11.7%
Python
3.5%
PLpgSQL
2.2%