{"id":28401905,"url":"https://github.com/griddb/expimp","last_synced_at":"2026-02-11T15:01:37.047Z","repository":{"id":93750798,"uuid":"480252483","full_name":"griddb/expimp","owner":"griddb","description":"GridDB Export/Import tools","archived":false,"fork":false,"pushed_at":"2025-06-05T09:04:21.000Z","size":837,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-28T11:43:32.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/griddb.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,"zenodo":null}},"created_at":"2022-04-11T06:22:50.000Z","updated_at":"2025-06-05T08:53:21.000Z","dependencies_parsed_at":"2025-06-28T11:34:46.134Z","dependency_job_id":"08ebb4fd-ce5c-482e-8aa8-674f732dde54","html_url":"https://github.com/griddb/expimp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/griddb/expimp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griddb%2Fexpimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griddb%2Fexpimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griddb%2Fexpimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griddb%2Fexpimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/griddb","download_url":"https://codeload.github.com/griddb/expimp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griddb%2Fexpimp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29336005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:34:07.188Z","status":"ssl_error","status_checked_at":"2026-02-11T14:34:06.809Z","response_time":97,"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":[],"created_at":"2025-06-01T14:06:39.100Z","updated_at":"2026-02-11T15:01:37.031Z","avatar_url":"https://github.com/griddb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GridDB Export/Import tools\n\n## Overview\n\nThe GridDB export/import tools, to recover a database from local damages or the database migration process, save/recovery functions are provided in the database and container unit.\n\n## Operating environment\n\nBuilding and program execution are checked in the environment below.\n\n    OS: Ubuntu22.04 (x64)\n    Java: OpenJDK 1.8.0\n    GridDB Server: V5.8 CE (Community Edition)\n    GridDB Java Client: 5.8 CE (Community Edition)\n    GridDB JDBC: V5.8 CE (Community Edition)\n    \n## Quick start - Build and Run\n\n### Preparations\n\n- Install GridDB Server with RPM or DEB package.\n\n### Build\n\nRun the make command like the following:\n```\n$ cd expimp-ce\n$ ./gradlew shadowJar\n```\nand the following file is created under `expimp-ce/build/libs/` folder. \n\n```\ngriddb-expimp-ce-all.jar\n```\n\n### Run GridDB Export/Import\n\n- Configure properties follow your cluster. An example as below:\n\n  ```\n  $ vi bin/gs_expimp.properties\n  ######################################################################\n  # gs_import/gs_export Properties\n  #\n  #\n  ######################################################################\n  clusterName=myCluster\n  mode=MULTICAST\n  hostAddress=239.0.0.1\n  hostPort=31999\n  jdbcAddress=239.0.0.1\n  jdbcPort=41999\n  notificationProvider.url=\n  notificationMember=\n  jdbcNotificationMember=\n  \n  ```\n\n- Import sample data\n```\n$ cd bin\n$ ./gs_import -u admin/[password] -d ../impSample/collection --all\n$ ./gs_import -u admin/[password] -d ../impSample/timeseries --all\n$ ./gs_import -u admin/[password] -d ../impSample/arrayData --all\n```\n\n- Export sample data\n```\n$ cd bin\n$ ./gs_export -u admin/[password] -d outCollection -c c001\n$ ./gs_export -u admin/[password] -d outTimeseries -c t001\n$ ./gs_export -u admin/[password] -d outArrayData -c colb\n```\n\n## Document\n\n  Refer to the file below for more detailed information.  \n  - [Specification (en)](Specification_en.md)\n  - [Specification (ja)](Specification_ja.md)\n\n\n## Community\n  * Issues  \n    Use the GitHub issue function if you have any requests, questions, or bug reports. \n  * PullRequest  \n    Use the GitHub pull request function if you want to contribute code. You'll need to agree GridDB Contributor License Agreement(CLA_rev1.1.pdf). By using the GitHub pull request function, you shall be deemed to have agreed to GridDB Contributor License Agreement.\n\n## License\n  The GridDB Export/Import source license is Apache License, version 2.0.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriddb%2Fexpimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriddb%2Fexpimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriddb%2Fexpimp/lists"}