{"id":21343694,"url":"https://github.com/catalystcode/streaming-bing","last_synced_at":"2025-10-18T06:15:59.285Z","repository":{"id":73517190,"uuid":"92901662","full_name":"CatalystCode/streaming-bing","owner":"CatalystCode","description":"A library for reading public web news results from Bing Custom Search using Spark Streaming.","archived":false,"fork":false,"pushed_at":"2017-06-26T23:40:06.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-01-22T15:48:00.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/CatalystCode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-31T03:45:47.000Z","updated_at":"2017-11-26T09:12:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"88ffe09c-8850-4dab-bcc7-0b2b9581042c","html_url":"https://github.com/CatalystCode/streaming-bing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fstreaming-bing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fstreaming-bing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fstreaming-bing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fstreaming-bing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatalystCode","download_url":"https://codeload.github.com/CatalystCode/streaming-bing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818199,"owners_count":20352629,"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-11-22T01:14:51.025Z","updated_at":"2025-10-18T06:15:54.265Z","avatar_url":"https://github.com/CatalystCode.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streaming-bing\n[![Travis CI status](https://travis-ci.org/CatalystCode/streaming-bing.svg?branch=master)](https://travis-ci.org/CatalystCode/streaming-bing)\n\nA library for reading public web news results from [Bing Custom Search](https://customsearch.ai/) using Spark Streaming.\n![bing-custom-search](https://cloud.githubusercontent.com/assets/7635865/26688550/8f6f2800-46b8-11e7-907f-8aba0691647e.png)\n\n## Usage example ##\n\nRun a demo via:\n\n```sh\n# set up all the requisite environment variables\nexport BING_SEARCH_INSTANCE_ID=\"...\"\nexport BING_AUTH_TOKEN=\"...\"\n\n# compile scala, run tests, build fat jar\nsbt assembly\n\n# run locally\njava -cp target/scala-2.11/streaming-bing-assembly-0.0.7.jar BingDemo standalone\n\n# run on spark\nspark-submit --class BingDemo --master local[2] target/scala-2.11/streaming-bing-assembly-0.0.7.jar spark\n```\n\n## How does it work? ##\n\nBing Custom Search doesn't support streamed web results so we currently poll the service based on a polling interval rate. The BingReceiver pings the Bing Search API every few\nseconds and pushes any newly indexed web results into Spark Streaming for further processing.\n\n## Release process ##\n\n1. Configure your credentials via the `SONATYPE_USER` and `SONATYPE_PASSWORD` environment variables.\n2. Update `version.sbt`\n3. Run `sbt sonatypeOpen \"enter staging description here\"`\n4. Run `sbt publishSigned`\n5. Run `sbt sonatypeRelease`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fstreaming-bing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalystcode%2Fstreaming-bing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fstreaming-bing/lists"}