Skip to content

Commit

Permalink
Add readme about the Management UI
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko committed Mar 15, 2023
1 parent 82d58ea commit 02ad6b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@ of asynchronous elements (for example parts loaded by AJAX).
You can read more here:
- [Browser Rendering](https://hexdocs.pm/crawly/basic_concepts.html#browser-rendering)

## Simple management UI (New in 0.15.0)
Crawly provides a simple management UI by default on the localhost:4001

It allows to:
- Start spiders
- Stop spiders
- Preview scheduled requests
- Preview items extracted so far (it's required to add the
`Crawly.Pipelines.Experimental.Preview` item pipe to have items preview)

![Crawly Management UI](docs/crawly_ui.gif)


## Experimental UI

The CrawlyUI project is an add-on that aims to provide an interface for managing and rapidly developing spiders.
Expand Down
Binary file added docs/crawly_ui.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02ad6b5

Please sign in to comment.