Skip to main content

Guardrails API

Project description

guardrails-poc

Docker compose stub of Guardrails as a Service

Setting Up

We strongly encourage you to use a virtual environment when developing in python. To set one up for this project run the following:

python3 -m venv ./.venv
source ./.venv/bin/activate

Your terminal should now show that you are working from within the virtual environment. Now you can install the dependencies:

make install

And start the dev server:

make start

Once the service has launched, you should be able to navigate to the Swagger documenation for the guardrails-api at http://localhost:8000

Local Infrastructure

By default, the server will start with an in-memory store for Guards. As of June 4th, 2024 this store does not support write operations via the API. In order to utilize all CRUD operations you will need a postgres database running locally and you will need to provide the following environment variables (sane defaults included for demonstration purposes):

export PGPORT=5432
export PGDATABASE=postgres
export PGHOST=localhost
export PGUSER=${PGUSER:-postgres}
export PGPASSWORD=${PGPASSWORD:-changeme}

You can create this database however you wish, but we do have a docker-compose configuration to stand up the database as well as a local opentelemetry stack. To use this make sure you have docker installed, then run:

docker compose --profile db up --build to run just the database.

docker compose --profile infra up --build to run the database and opentelemetry infrastructure

or docker compose --profile all up --build to run everything including the guardrails-api

The last option is useful when checking that everything will work as planned in a more productionized environment. When developing, it's generally faster to just run the minimum infrastructure you need via docker and run the api on a bare process with the make start command.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guardrails_api-0.1.0a1.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

guardrails_api-0.1.0a1-py3-none-any.whl (44.8 kB view details)

Uploaded Python 3

File details

Details for the file guardrails_api-0.1.0a1.tar.gz.

File metadata

  • Download URL: guardrails_api-0.1.0a1.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for guardrails_api-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 0ea1e0b8ac7c240bb58f4649dd547a7772c94a245ff9701f9b688872d0bc3563
MD5 26f91d639603171548c53f262568761f
BLAKE2b-256 5e488626ae00c6ff80fcedc69f63b8d0563ef872c8e48d8721ec0579f7a18aaf

See more details on using hashes here.

File details

Details for the file guardrails_api-0.1.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for guardrails_api-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 4685447b2ffbddce77de14d165e28a12437154fabc203678bc33edb2670d647c
MD5 7ace40516ae014bcda0f6f11aa68d0ff
BLAKE2b-256 4ed2b4c5437b4c6b3a1721cd67bdfb3c29fc6bc879e42eccde31fcf2bea44689

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page