{"id":29943054,"url":"https://github.com/mongodb-js/charts-embed-sdk","last_synced_at":"2025-08-03T02:13:11.572Z","repository":{"id":43348221,"uuid":"254225477","full_name":"mongodb-js/charts-embed-sdk","owner":"mongodb-js","description":"The easiest way to embed MongoDB Charts visualisations into your web app","archived":false,"fork":false,"pushed_at":"2025-02-24T03:57:07.000Z","size":1452,"stargazers_count":44,"open_issues_count":4,"forks_count":29,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-07-15T15:34:28.122Z","etag":null,"topics":["data-visualisation","javascript","mongodb"],"latest_commit_sha":null,"homepage":"https://docs.mongodb.com/charts/master/embedding-charts-sdk/","language":null,"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/mongodb-js.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-08T23:43:18.000Z","updated_at":"2025-03-24T14:48:41.000Z","dependencies_parsed_at":"2023-02-08T20:46:13.826Z","dependency_job_id":"d99228e2-d5ca-4c20-a12b-e51b2f17d987","html_url":"https://github.com/mongodb-js/charts-embed-sdk","commit_stats":{"total_commits":37,"total_committers":10,"mean_commits":3.7,"dds":0.7837837837837838,"last_synced_commit":"7a975562c4a98bae91734b5545c097195b13405b"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/mongodb-js/charts-embed-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-js%2Fcharts-embed-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-js%2Fcharts-embed-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-js%2Fcharts-embed-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-js%2Fcharts-embed-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb-js","download_url":"https://codeload.github.com/mongodb-js/charts-embed-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb-js%2Fcharts-embed-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268484362,"owners_count":24257660,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-visualisation","javascript","mongodb"],"created_at":"2025-08-03T02:13:00.863Z","updated_at":"2025-08-03T02:13:11.552Z","avatar_url":"https://github.com/mongodb-js.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMongoDB Charts Embedding SDK\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nProgrammatically **embed** and **control** MongoDB Charts in your application.\n\n[![npm](https://img.shields.io/npm/v/@mongodb-js/charts-embed-dom.svg)](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom/)\n[![npm](https://img.shields.io/npm/l/@mongodb-js/charts-embed-dom.svg)](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom/)\n\n\u003cimg align=\"center\" src=\"https://user-images.githubusercontent.com/18709969/153343796-c0856ea2-fcce-4b87-b360-5f067917ad4e.gif\"  /\u003e\n\n[Explore this example yourself!](https://codesandbox.io/s/github/mongodb-js/charts-embed-sdk/tree/master/examples/charts/unauthenticated)\n\n\u003c/div\u003e\n\n## Installation\n\n```sh\n# If you use npm:\nnpm install @mongodb-js/charts-embed-dom\n\n# Or if you use Yarn:\nyarn add @mongodb-js/charts-embed-dom\n\n```\n\n## Documentation 📖\n\n- [Installation \u0026 MongoDB Docs](https://docs.mongodb.com/charts/master/embedding-charts-sdk/)\n- [Embedding SDK API Reference](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom)\n- [Examples](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples)\n- [Embedded Chart Rendering Specification](https://github.com/mongodb-js/charts-embed-sdk/tree/master/docs/rendering-spec.md)\n\n### Embedded Chart Guides\n\n- [Getting started with the MongoDB Charts SDK](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/unauthenticated)\n- [Getting started with custom JWT authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-custom-jwt)\n- [Getting started with App Services authentication via Realm Web SDK](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-realm-web)\n- [Getting started with Google authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/authenticated-google)\n- [Getting started with click events](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/click-events-basic)\n- [Interactive filtering using click events](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/click-events-filtering)\n- [Programmatic highlighting](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/programmatic-highlighting)\n- [Timeline Chart (React Example)](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/charts/timeline-charts-example)\n\n### Embedded Dashboard Guides\n\n- [Embedding an unauthenticated dashboard](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/dashboard/unauthenticated)\n- [Dashboard embedding with custom JWT authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/dashboard/authenticated-custom-jwt)\n- [Dashboard embedding with App Services authentication via Realm Web SDK](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/dashboard/authenticated-realm-web)\n- [Dashboard embedding with Google authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/dashboard/authenticated-google)\n- [Accessing a Chart instance via Dashboard class](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/dashboard/unauthenticated-get-chart)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb-js%2Fcharts-embed-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodb-js%2Fcharts-embed-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb-js%2Fcharts-embed-sdk/lists"}