{"id":20747951,"url":"https://github.com/osbi/saiku-embed-element","last_synced_at":"2025-08-10T22:49:31.797Z","repository":{"id":57741437,"uuid":"103433605","full_name":"OSBI/saiku-embed-element","owner":"OSBI","description":"A web component to embed Saiku Analytics using Polymer","archived":false,"fork":false,"pushed_at":"2017-10-09T17:56:54.000Z","size":982,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-28T12:04:05.852Z","etag":null,"topics":["embed","polymer","saiku","web-components"],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/OSBI/saiku-embed-element","language":"HTML","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/OSBI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-13T18:04:14.000Z","updated_at":"2019-08-15T17:48:11.000Z","dependencies_parsed_at":"2022-09-09T06:02:25.501Z","dependency_job_id":null,"html_url":"https://github.com/OSBI/saiku-embed-element","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/OSBI/saiku-embed-element","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-embed-element","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-embed-element/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-embed-element/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-embed-element/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSBI","download_url":"https://codeload.github.com/OSBI/saiku-embed-element/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-embed-element/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269803693,"owners_count":24477649,"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-10T02:00:08.965Z","response_time":71,"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":["embed","polymer","saiku","web-components"],"created_at":"2024-11-17T08:14:52.584Z","updated_at":"2025-08-10T22:49:31.768Z","avatar_url":"https://github.com/OSBI.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \\\u003csaiku-embed\\\u003e\n\n\u003e A web component to embed Saiku Analytics using [Polymer](https://www.polymer-project.org/).\n\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/OSBI/saiku-embed-element)\n\n## Install\n\nInstall the component using [Bower](https://bower.io/):\n\n```sh\n$ bower install saiku-embed --save\n```\n\nOr [download as ZIP](https://github.com/OSBI/saiku-embed-element/archive/master.zip).\n\n## Usage\n\n1. Import Web Components' polyfill:\n\n    ```html\n    \u003cscript src=\"./bower_components/webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\n    ```\n\n2. Import Element:\n\n    ```html\n    \u003clink rel=\"import\" href=\"./bower_components/saiku-embed/saiku-embed.html\"\u003e\n    ```\n\n3. Start using it!\n\n    ```html\n    \u003csaiku-embed url=\"http://localhost:8080/\" username=\"admin\" password=\"admin\"\u003e\u003c/saiku-embed\u003e\n    ```\n\nHere's an example of basic usage:\n\n```html\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes\"\u003e\n\n    \u003ctitle\u003esaiku-embed demo\u003c/title\u003e\n\n    \u003c!-- Polyfill Web Components support for older browsers --\u003e\n    \u003cscript src=\"./bower_components/webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\n\n    \u003c!-- Import element --\u003e\n    \u003clink rel=\"import\" href=\"./bower_components/saiku-embed/saiku-embed.html\"\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n\n    \u003c!-- Use element --\u003e\n    \u003csaiku-embed url=\"http://localhost:8080/\" username=\"admin\" password=\"admin\"\u003e\u003c/saiku-embed\u003e\n\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Options\n\nAttribute                    | Options                                                                                                    | Default | Description\n---                          | :---:                                                                                                      | :---:   | ---\n`url`                        | *String*                                                                                                   |         | Saiku's URL (**Required**).\n`username`                   | *String*                                                                                                   |         | User name to access Saiku.\n`password`                   | *String*                                                                                                   |         | Password to access Saiku.\n`width`                      | *String*                                                                                                   | `800`   | The `width` attribute specifies the width of an `\u003csaiku-embed\u003e`, in pixels.\n`height`                     | *String*                                                                                                   | `600`   | The `height` attribute specifies the height of an `\u003csaiku-embed\u003e`, in pixels.\n`schema`                     | *String*                                                                                                   |         | Schema name. e.g: `FoodMart`\n`cube`                       | *String*                                                                                                   |         | Cube name. e.g: `Sales`\n`default_mdx_filter`         | *String*                                                                                                   |         | Extend `default_mdx_filter` to add level to filter axis.\n`default_mdx_filter_rows`    | *String*                                                                                                   |         | Extend `default_mdx_filter_rows` to add level to rows axis.\n`default_mdx_filter_columns` | *String*                                                                                                   |         | Extend `default_mdx_filter_columns` to add level to columns axis.\n`lang`                       | `cn`, `cs`, `de`, `en`, `es`, `fi`, `fr`, `hr`, `hu`, `it`, `ja`, `ko`, `lt`, `nb`, `nl`, `pl`, `pt`, `ru` |         | Specifies the language to be used.\n`mode`                       | `view`, `edit`, `table`, `chart`, `map`                                                                    |         | Specifies the mode to use when opening a Saiku file.\n`path_file_saiku`            | *String*                                                                                                   |         | The path of your Saiku file. e.g: `/homes/home:admin/example.saiku`\n`splash`                     | *Boolean*                                                                                                  | `true`  | Enable or disable splash screen.\n`plugin`                     | *Boolean*                                                                                                  | `false` | Work in plugin mode.\n`hide_workspace_icons`       | *Boolean*                                                                                                  | `false` | Hide some icons on Saiku Toolbar.\n`show_help`                  | *Boolean*                                                                                                  | `false` | Show help using [intro.js](http://introjs.com/).\n\n## Development\n\nIn order to run it locally you'll need to fetch some dependencies.\n\n1. Install [Bower](http://bower.io/) \u0026 [Polymer CLI](https://www.npmjs.com/package/polymer-cli):\n\n    ```sh\n    $ [sudo] npm install -g bower polymer-cli\n    ```\n\n2. Install local dependencies:\n\n    ```sh\n    $ bower install\n    ```\n\n3. To test the project, start the development server and open `http://localhost:8081`.\n\n    ```sh\n    $ polymer serve\n    ```\n\n## Browser Support\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) |\n![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) |\n![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) |\n![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) |\n![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png)\n--- | --- | --- | --- | --- |\nChrome or Chromium version 49 or later ✔ | Firefox 51 or later ✔ | Edge 15.15063 or later ✔ | Safari or Mobile Safari 10 or later ✔ | Opera 36 or later ✔ |\n\n## Contributing\n\nIf you want to help, please read the [Contributing](https://github.com/OSBI/saiku-embed-element/blob/master/CONTRIBUTING.md) guide.\n\n## History\n\nFor detailed changelog, see [Releases](https://github.com/OSBI/saiku-embed-element/releases).\n\n## License\n\n[Apache License Version 2](https://github.com/OSBI/saiku_community_website/blob/master/LICENSE) © [Meteorite BI](http://www.meteorite.bi/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbi%2Fsaiku-embed-element","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosbi%2Fsaiku-embed-element","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbi%2Fsaiku-embed-element/lists"}