Skip to content

zillabyte/domain_crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Domain Crawling

This Zillabyte Component will crawl an entire web domain and return the results as a new dataset.

You can execute this component from the command line:

$ zillabyte execute "domain_crawl" "docs.zillabyte.com"

Or, you can stitch this component into your own Data App.

app = Zillabyte.app("your_app")
stream = app.source(...)
stream = stream.call_component("domain_crawl")
stream.sink(...)

Powered by Zillabyte

About

Crawl an entire domain with Zillabyte

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages