diff --git a/docs/hasura.md b/docs/hasura.md index 19424d9..facdb73 100644 --- a/docs/hasura.md +++ b/docs/hasura.md @@ -1,4 +1,4 @@ -# Hasura Overview +# Hasura Nemesis uses Hasura to wrap the PostgreSQL backend to easily build a GraphQL and REST API for the structure Nemesis data model. diff --git a/docs/postgres.md b/docs/postgres.md index 3d989bc..cacb7dc 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -1,4 +1,4 @@ -# PostgreSQL Overview +# PostgreSQL In addition to Elasticsearch for an unstructed/NoSQL approach, we are using PostgreSQL to store structured data such as DPAPI blobs/masterkeys/etc. diff --git a/docs/rabbitmq.md b/docs/rabbitmq.md index ef50cd0..82a873a 100644 --- a/docs/rabbitmq.md +++ b/docs/rabbitmq.md @@ -1,4 +1,4 @@ -# RabbitMQ Overview +# RabbitMQ * Didn't go with the RabbitMQ operator because it doesn't play nicely with skaffold and is a fairly simple wrapper for the statefulset * Doesn't delete pods/statefulsets during shutdown