From 509fd4ec45e9f3300d667508b5d38bc611162a3e Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 15 Jun 2025 23:44:27 +0200 Subject: [PATCH] Updated README to reflect recent changes regarding Indexer and Docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee3869..7c852c0 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This repository comes with - Improve error messaging for when retrieving a searchdomain fails. - Remove the `id` collumns from the database tables where the table is actually identified (and should be unique by) the name, which should become the new primary key. - Improve performance & latency (Create ready-to-go processes where each contain an n'th share of the entity cache, ready to perform a query. Prepare it after creating the entity cache.) -- Make the API server (and indexer, once it is done) a docker container +- Make the API server (~~and indexer, once it is done~~ Indexer: done, Server: todo) a docker container - Implement dynamic invocation based database migrations # Future features