Clue distributed enrichment service
Project description
Clue
To start the API for clue, check to ensure that:
- Docker is composed up through
dev/docker-compose.yml- Note that you may need to set up uchimera container connections if you have not tyet done so:
az login && az acr login -n uchimera- If you do not have permission, reach out to APA2B.
cd clue/api- Run
poetry installwithin the clue/api folder to install all dependencies - You may need to run
poetry install --with test,dev,types,plugins --all-extras - Run
sudo mkdir -p /var/log/clue/ - Run
sudo mkdir -p /etc/clue/conf/ - Run
sudo chmod a+rw /var/log/clue/ - Run
sudo chmod a+rw /etc/clue/conf/ - Run
cp build_scripts/classification.yml /etc/clue/conf/classification.yml - Run
cp test/unit/config.yml /etc/clue/conf/config.yml - To start server:
poetry run server
To start Enrichment Testing:
- In order to have the local server connect to the UI the servers need to be ran manually
- Please ensure that
pwdis clue/api - May need to add
poetry runbefore each command
flask --app test.utils.test_server run --no-reload --port 5008flask --app test.utils.bad_server run --no-reload --port 5009flask --app test.utils.slow_server run --no-reload --port 5010flask --app test.utils.telemetry_server run --no-reload --port 5011
Troubleshooting:
- If there are issues with these steps please check the build system for poetry installation steps
- The scripts will show all necessary directories that need to be made in order for classfication to work
Contributing
See CONTRIBUTING.md for more information
FAQ
I'm getting permissions issues on /var/log/clue or /etc/clue/conf?
Run sudo chmod a+rw /var/log/clue/ and sudo chmod a+rw /etc/clue/conf/.
How can I add dependencies for my plugin?
See this section of CONTRIBUTING.md.
Email rendering does not seem to be working?
You must install wkhtmltopdf, both locally for development and in your Dockerfile:
sudo apt install wkhtmltopdf
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clue_api-1.0.1.dev53.tar.gz.
File metadata
- Download URL: clue_api-1.0.1.dev53.tar.gz
- Upload date:
- Size: 103.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fe834b69112801d0e7f2041e150287e9005f892637a22098977e68871af2867
|
|
| MD5 |
cdea420bed6aee32746e87eac438a406
|
|
| BLAKE2b-256 |
c2e6df6d4d4178fb3878ce90f4e84abc06d51e412933481b28f0b74cf641747c
|
File details
Details for the file clue_api-1.0.1.dev53-py3-none-any.whl.
File metadata
- Download URL: clue_api-1.0.1.dev53-py3-none-any.whl
- Upload date:
- Size: 139.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e144cc4a91d3a1c289bb7e73f2cee206acc8b4a86249f06bce49af0b33435f05
|
|
| MD5 |
2a007867104360facbf467e40675478a
|
|
| BLAKE2b-256 |
80b88d68c00e97581ade171818859b244d395ed3ec47c56402e1b1c9a6a69649
|