Skip to content

Wildberries parser application, written with CakePHP and ClickHouse

License

Notifications You must be signed in to change notification settings

shirokovnv/wb_parser_example

Repository files navigation

Wildberries Parser Skeleton

Application for parsing catalog items from search.wb.ru

Contains:

  1. Console command for parsing 1000 items per iteration and saving into ClickHouse.
  2. User-Form and Table View for visualizing data from ClickHouse.

How it works

parsing stages

Dependencies

Project setup

  1. Clone this repository:
    git clone https://github.com/shirokovnv/wb_parser_example.git && cd wb_parser_example
  1. Rename auth.json.example to auth.json and put your github oauth token there (needs for pulling eggheads/cakephp-clickhouse library from VCS repo)
  2. Rename ./config/app_local.example.php to ./config/app_local.php
  3. Run make build to build docker image
  4. Run make install to install php dependencies
  5. Run make up to run application containers

Visit http://localhost/

ClickHouse Commands

Run make shell to enter inside php-app container

  1. Create Table:
bin/cake click_house_init
  1. Drop Table:
bin/cake click_house_drop
  1. Parse products:
bin/cake parse_products "QUERY STRING"

Test

  1. Create tmp dir in project root folder
  2. Run make test for unit-testing.

Tests use mockery/mockery and fakerphp/faker packages as dependencies.

Help

Run make help to see available commands.

Shutdown

Run make down for shutting down application containers.

License

MIT. Please see the license file for more information.

About

Wildberries parser application, written with CakePHP and ClickHouse

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published