aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/patsy/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 11:56:43 +0100
committerGravatar Joe Banks <[email protected]>2024-04-15 11:56:43 +0100
commitcb2398e6dd68039ad66d3007ba01c85ebbc7d0bc (patch)
tree5a41cd9ec0cace728d314e82bb5b7f49bd0fc2d0 /kubernetes/namespaces/default/patsy/README.md
parentMove snekbox to new namespace (diff)
Move API services to apis namespace
Diffstat (limited to 'kubernetes/namespaces/default/patsy/README.md')
-rw-r--r--kubernetes/namespaces/default/patsy/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/kubernetes/namespaces/default/patsy/README.md b/kubernetes/namespaces/default/patsy/README.md
deleted file mode 100644
index 78e386a..0000000
--- a/kubernetes/namespaces/default/patsy/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Patsy
-
-Patsy is the premiere project for data collection in the python-discord toolchain. It uses word-class technology in a system architected by our in-house engineers to facilitate the automatic transfer, collection, and categorization of user data to develop user-centric solutions to real world problems. It is a marvel of engineering designed to push the limits of what we thought possible.
-
-The deployment for the [Patsy API](https://git.pydis.com/patsy), there is no ingress as Patsy is designed to only be accessible from within the cluster.
-
-This API is given help channel messages by the bot and stores them in postgres for after-the-fact processing.
-The hope with this project is that we can inspect what topics get asked about often in help channels, along with which ones go un-answered the most.
-
-## Secret
-
-It requires a `patsy-env` secret with the following
-
-| Key | Description |
-| -------------- | ------------------------------------------------------------ |
-| `DATABASE_URL` | An asyncpg connection string to the postgres database |
-| `STATE_SECRET` | A long random string, used to lock down endpoints with auth. |