Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subins2000/search
An Open Source Search Engine
https://github.com/subins2000/search
crawler php search search-engine
Last synced: 1 day ago
JSON representation
An Open Source Search Engine
- Host: GitHub
- URL: https://github.com/subins2000/search
- Owner: subins2000
- License: mit
- Created: 2014-04-07T17:50:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T05:16:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:58:19.157Z (7 months ago)
- Topics: crawler, php, search, search-engine
- Language: PHP
- Homepage: http://search.subinsb.com
- Size: 294 KB
- Stars: 185
- Watchers: 30
- Forks: 104
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
search
======An Open Source Search Engine
Completely written in PHP and uses the following PHP libraries :1) PHPCrawler (customized)
2) SimpleHTMLDom
Called by the name "Web Search" (WS) and it has its own crawler named Dingo! which is also written in PHP. Crawler runs every minute and indexes upto 100 pages each minute.
That's 6000 pages every hour !See Stats : http://search.subinsb.com/about/stats.php
UPDATE (2020): The site is down because I can't affort to host one, you can see the archive site here : https://web.archive.org/web/20170930165254/http://search.subinsb.com/
## SQL
This repo was made from [this tutorial](https://subinsb.com/search-engine-in-php-part-1). SQL file can be found in [Part 2](http://subinsb.com/search-engine-in-php-part-2)