Skip to content

kvazar-network/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVAZAR Index Crawler

Compatible

Install

  • apt install git composer manticore php-fpm php-curl php-mbstring php-pdo php-bcmath
  • git clone https://github.com/kvazar-network/crawler.git
  • cd crawler
  • composer update

Setup

  • cp example/config.json config.json
  • crontab -e:* * * * * php src/index.php
    • drop index: php src/index.php drop
    • optimize index: php src/index.php optimize

To prevent data lose on server failures, change default binlog flush strategy to binlog_flush = 1