mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
add readme
This commit is contained in:
parent
72985eaf9e
commit
7325c3a23f
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
### YGGo! - Open Source Web Search Engine
|
||||||
|
|
||||||
|
Written of Yggdrasil ecosystem research inspiration.
|
||||||
|
Could be using for crawling regular websites, small business resources, local networks
|
||||||
|
|
||||||
|
#### Web nodes
|
||||||
|
|
||||||
|
http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggo (yggdrasil network)
|
||||||
|
http://94.140.114.241/yggo
|
||||||
|
|
||||||
|
#### Requirements
|
||||||
|
|
||||||
|
```
|
||||||
|
php 8
|
||||||
|
php-php
|
||||||
|
php-pdo
|
||||||
|
curl-curl
|
||||||
|
sqlite / fts5
|
||||||
|
```
|
||||||
|
|
||||||
|
#### TODO / ideas
|
||||||
|
|
||||||
|
* [x] Web pages search
|
||||||
|
* [] Images search (basically implemented but requires testing and some performance optimization)
|
||||||
|
* [] Distributed index data sharing between the nodes trough service API
|
Loading…
x
Reference in New Issue
Block a user