{"id":19705585,"url":"https://github.com/mesosphere-backup/mesos-client","last_synced_at":"2026-03-05T12:02:16.345Z","repository":{"id":44842407,"uuid":"108241707","full_name":"mesosphere-backup/mesos-client","owner":"mesosphere-backup","description":"Wraps Mesos Event Stream API into rxjs Observable.","archived":false,"fork":false,"pushed_at":"2022-12-09T08:20:00.000Z","size":1707,"stargazers_count":5,"open_issues_count":25,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-14T04:30:02.850Z","etag":null,"topics":["client","http","mesos","observable","rxjs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/mesosphere-backup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-10-25T08:29:07.000Z","updated_at":"2020-06-29T14:02:19.000Z","dependencies_parsed_at":"2023-01-25T12:25:16.219Z","dependency_job_id":null,"html_url":"https://github.com/mesosphere-backup/mesos-client","commit_stats":null,"previous_names":["dcos-labs/mesos-client"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/mesosphere-backup/mesos-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere-backup%2Fmesos-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere-backup%2Fmesos-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere-backup%2Fmesos-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere-backup%2Fmesos-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesosphere-backup","download_url":"https://codeload.github.com/mesosphere-backup/mesos-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesosphere-backup%2Fmesos-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30123730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["client","http","mesos","observable","rxjs"],"created_at":"2024-11-11T21:29:15.393Z","updated_at":"2026-03-05T12:02:16.326Z","avatar_url":"https://github.com/mesosphere-backup.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apache Mesos Client [![Build Status](https://travis-ci.org/dcos-labs/mesos-client.svg?branch=master)](https://travis-ci.org/dcos-labs/mesos-client)\n\n---\n👩‍🔬  Please be aware that this package is still experimental —\nchanges to the interface  and underlying implementation are likely,\nand future development or maintenance is not guaranteed.\n\n---\n\nThis package provides a nice way of connecting to the Mesos Event Stream API. It is a wrapper that uses `@dcos/http-service` to establish a connection and `@dcos/recordio` package to parse the incoming data and deliver it as a `Rx.Observable`.\n\n## Example\n```javascript\nimport { stream, request } from \"@dcos/mesos-client\";\n\nstream({ type: \"SUBSCRIBE\" }).subscribe(\n  value =\u003e console.log(value),\n  error =\u003e console.log(error),\n  () =\u003e console.log(\"complete\")\n);\n\nrequest({ type: \"GET_FLAGS\" }).subscribe(\n  value =\u003e console.log(value),\n  error =\u003e console.log(error),\n  () =\u003e console.log(\"complete\")\n);\n```\n\n`stream` opens a persistent connection to [Mesos HTTP Operator Api](http://mesos.apache.org/documentation/latest/operator-http-api) Event Stream and returns `rxjs` Observable.\n\n`request` makes a call to the [Mesos HTTP Operator Api](http://mesos.apache.org/documentation/latest/operator-http-api)  and returns response as an `rxjs` Observable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesosphere-backup%2Fmesos-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesosphere-backup%2Fmesos-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesosphere-backup%2Fmesos-client/lists"}