{"id":21625161,"url":"https://github.com/ohcnetwork/metabase_manager","last_synced_at":"2025-04-11T12:34:47.324Z","repository":{"id":179065798,"uuid":"662884812","full_name":"ohcnetwork/metabase_manager","owner":"ohcnetwork","description":"Use Metabase Manager to synchronize your Metabase instance. You can copy question cards from the source instances to destination instances.","archived":false,"fork":false,"pushed_at":"2024-06-18T13:53:26.000Z","size":458,"stargazers_count":4,"open_issues_count":10,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-09T03:15:41.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohcnetwork.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":"2023-07-06T05:17:48.000Z","updated_at":"2024-06-11T18:17:01.000Z","dependencies_parsed_at":"2024-01-10T06:12:03.296Z","dependency_job_id":"9ae0abb1-1b1e-4d25-9062-910d64cbbb27","html_url":"https://github.com/ohcnetwork/metabase_manager","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":0.04166666666666663,"last_synced_commit":"210ed82e72590d317d13ac72a89c95fa0bb7f9fd"},"previous_names":["coronasafe/metabase_manager","ohcnetwork/metabase_manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fmetabase_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fmetabase_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fmetabase_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcnetwork%2Fmetabase_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohcnetwork","download_url":"https://codeload.github.com/ohcnetwork/metabase_manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339256,"owners_count":21087214,"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-25T01:08:17.324Z","updated_at":"2025-04-11T12:34:47.300Z","avatar_url":"https://github.com/ohcnetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metabase Manager\n\nMetabase Manager is a tool that helps you synchronize your Metabase instances. You can copy question cards from source instances to destination instances with ease.\n\n![image](https://github.com/coronasafe/metabase_manager/assets/3626859/828941b6-967b-4187-be0e-f20be4d48291)\n\n![License](https://img.shields.io/github/license/coronasafe/metabase_manager)\n![GitHub issues](https://img.shields.io/github/issues/coronasafe/metabase_manager)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/coronasafe/metabase_manager)\n![GitHub forks](https://img.shields.io/github/forks/coronasafe/metabase_manager)\n![GitHub stars](https://img.shields.io/github/stars/coronasafe/metabase_manager)\n\n\n## Table of Contents\n\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Docker Deployment](#docker)\n- [Scripts](#scripts)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Add and manage multiple source and destination instances\n- Copy question cards between instances\n- Synchronize instances with ease\n\n## Preview\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) v18+\n- [npm](https://www.npmjs.com/) v9+\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/coronasafe/metabase_manager.git\n```\n\n2. Change the current directory to the project root:\n\n```bash\ncd metabase_manager\n```\n\n3. Install dependencies:\n\n```bash\nnpm install\n```\n\n4. Generate the Prisma client:\n    \n```bash\nnpx prisma generate\n```\n\n5. Perform an initial migration:\n\n```bash\nnpx prisma migrate deploy\n```\n\n## Usage\n\n1. Start the development server:\n\n```bash\nnpm run dev\n```\n\n2. Open your browser and navigate to `http://localhost:3000` to view the application.\n\n3. Add source and destination instances as needed.\n\n4. Copy question cards between instances.\n\n# Docker Deployment\n\n1. Make sure you have Docker and Docker Compose installed on your system.\n\n2. Clone the repository:\n\n```bash\ngit clone https://github.com/coronasafe/metabase_manager.git\n```\n\n3. Change the current directory to the project root:\n\n```bash\ncd metabase_manager\n```\n\n4. Run the `docker-compose build` command to build the images for the services defined in the `docker-compose` file.\n\n```bash\ndocker-compose -f docker-compose.yaml build\n```\n\n5. Once the images are built, you can start the services using the docker-compose up command.\n\n```bash\ndocker-compose -f docker-compose.yaml up -d\n```\n\n6. Open your browser and navigate to `http://localhost:3000` to view the application.\n\n## Scripts\n\n- `dev`: Start the development server\n- `prod`: Lint, build, and start the production server\n- `build`: Build the application using Vite\n- `server`: Start the server using ts-node\n- `server:prod`: Start the production server using ts-node and cross-env\n- `lint`: Lint the project with ESLint\n\n## Contributing\n\n1. Fork the project.\n2. Create a new branch for your feature.\n3. Make your changes and commit them.\n4. Push your changes to your fork.\n5. Create a pull request to the `main` branch.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcnetwork%2Fmetabase_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohcnetwork%2Fmetabase_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcnetwork%2Fmetabase_manager/lists"}