From 8c2bd7b55fdee720567d4090fa4770ba5e1b25bd Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 24 Nov 2023 18:06:13 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c11ed..484ae3d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ Yo! is the next generation of [YGGo!](https://github.com/YGGverse/YGGo) project with goal to reduce server requirements and make deployment process simpler. -Index model changed to the distributed clustering model, and oriented to aggregate search results from different instances trough API. +Index model changed to the distributed cluster model, and oriented to aggregate search results from different instances trough API. + +Codebase following minimalism such as possible. ## Implementation -Engine written in PHP and uses [Manticore](https://github.com/manticoresoftware) search engine on backend. +Engine written in PHP and uses [Manticore](https://github.com/manticoresoftware) on backend. Default build inspired and adapted for [Yggdrasil](https://github.com/yggdrasil-network) eco-system but could be used to make own search project.