From 4fcc1bdb9aed37b0a60b13d6734ee0d725974227 Mon Sep 17 00:00:00 2001 From: Max Harley Date: Thu, 25 Apr 2024 21:07:01 -0400 Subject: [PATCH] Rename tiles --- docs/hasura.md | 2 +- docs/postgres.md | 2 +- docs/rabbitmq.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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