{"id":13740593,"url":"https://github.com/fmpwizard/owlcrawler","last_synced_at":"2025-07-28T22:33:01.982Z","repository":{"id":27481820,"uuid":"30961703","full_name":"fmpwizard/owlcrawler","owner":"fmpwizard","description":"Crawl the web using nats.io and Go","archived":false,"fork":false,"pushed_at":"2015-10-01T04:57:11.000Z","size":402,"stargazers_count":55,"open_issues_count":1,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-15T10:42:37.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmpwizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T10:48:08.000Z","updated_at":"2024-04-06T06:25:56.000Z","dependencies_parsed_at":"2022-09-02T09:00:18.758Z","dependency_job_id":null,"html_url":"https://github.com/fmpwizard/owlcrawler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fowlcrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fowlcrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fowlcrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fowlcrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmpwizard","download_url":"https://codeload.github.com/fmpwizard/owlcrawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227962306,"owners_count":17847912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T04:00:50.295Z","updated_at":"2024-12-03T17:08:20.079Z","avatar_url":"https://github.com/fmpwizard.png","language":"Go","funding_links":[],"categories":["Frameworks"],"sub_categories":["Experimental/Example/Unsorted"],"readme":"# OwlCrawler\n\nIt's a distributed web crawler that uses [nats.io](http://nats.io) to coordinate work, written in Go.\n\n## Dependencies\n\n* CouchDB 1.x (tested on 1.6.1)\n* gnatsd\n\n## Building.\n\nBuild the two workers\n\n```\ngo build  -tags=fetcherExec -o fetcher fetcher.go \u0026\u0026 \\\ngo build  -tags=extractorExec -o extractor extractor.go\n```\n\n### Setup\n\n1. Setup couchdb with at least one admin user, you can follow the instructions [here](http://stackoverflow.com/a/6418670/309896)\n2. create a file `.couchdb.json` and place it in your `$HOME` directory\n\n Sample `.couchdb.json`\n\n    ```\n  {\n    \"user\": \"user-here\",\n    \"password\": \"super-secret-password\",\n    \"url\": \"http://localhost:5984/owl-crawler\"\n  }\n\n    ```\n\n3. create a file `.gnatsd.json` and place it in your `$HOME` directory\n\n Sample `.gnatsd.json`\n\n    ```\n    {\n      \"URL\": \"nats://owlcrawler:natsd_password@127.0.0.1:4222\"\n    }\n    ```\n\n4. Start gnatsd with a user and password (use a config file, but for a quick test\n\tyou can pass parameters):\n\n```\n~/gnatsd --user owlcrawler --pass natsd_password\n```\n\n#### On terminal 1 run:\n\n```\n./extractor -logtostderr=true -v=3\n```\n\n#### On terminal 2 run:\n\n```\n./fetcher -logtostderr=true -v=3\n```\n\n#### On terminal 3 run:\n\n```\ncd webapp\ngo build \u0026\u0026 ./webapp -alsologtostderr=true\n```\n\n#### On terminal 4 run:\n\n```\ncd webapp\ngrunt serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmpwizard%2Fowlcrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmpwizard%2Fowlcrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmpwizard%2Fowlcrawler/lists"}