{"id":20747940,"url":"https://github.com/osbi/saiku-python","last_synced_at":"2025-07-29T10:07:30.098Z","repository":{"id":140973105,"uuid":"135719443","full_name":"OSBI/saiku-python","owner":"OSBI","description":"Infrastructure of Python microservices for Saiku 4","archived":false,"fork":false,"pushed_at":"2018-10-02T12:12:20.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-18T03:12:00.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSBI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-06-01T13:14:02.000Z","updated_at":"2018-10-02T12:12:22.000Z","dependencies_parsed_at":"2023-06-29T06:00:12.415Z","dependency_job_id":null,"html_url":"https://github.com/OSBI/saiku-python","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/OSBI%2Fsaiku-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSBI%2Fsaiku-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSBI","download_url":"https://codeload.github.com/OSBI/saiku-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243047217,"owners_count":20227578,"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-17T08:14:51.265Z","updated_at":"2025-03-11T13:44:20.462Z","avatar_url":"https://github.com/OSBI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Saiku Python Client\n\nThis is an implementation of a Python client for the Saiku core features. It exposes those features as a REST webservice.\n\n## Architecture\n\nThe architecture is based on a messaging queue service, [RabbitMQ](https://www.rabbitmq.com/). Saiku core is implemented in Java, it exposes its functionalities as RPC functions. On the other side, there's a Python RPC client which connects to the message queue, sends messages to the Java RPC server. \n\n## Requirements\n\n1. Install Erlang (http://www.erlang.org/downloads)\n2. Install RabbitMQ (https://www.rabbitmq.com)\n3. Download the Saiku Report Viewer Server\n```\ngit clone -b development https://github.com/OSBI/saiku-report-viewer-server\ncd saiku-report-viewer-server\nmvn install '-Dmaven.test.skip=true' '-Dmaven.javadoc.skip=true' '-Dcheckstyle.skip=true'\n```\n4. Download the Saiku Python RPC Client\n```\ngit clone https://github.com/OSBI/saiku-python\ncd saiku-pytyon\npipenv install\n```\n\n## Running\n1. Run the RabbitMQ service\n2. Run the Saiku service\n```\ncd saiku-report-viewer-server\\reporting-viewer\\target\njava -jar saiku-report-viewer-server.jar\n```\n3. Run the Python client\n```\ncd saiku-pytyon\npipenv shell\ncd src\npython -m saiku.main\n```\n4. Open the following URL on a browser: http://127.0.0.1:5002/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbi%2Fsaiku-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosbi%2Fsaiku-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosbi%2Fsaiku-python/lists"}