{"id":15671594,"url":"https://github.com/ibbd-dev/csv2es","last_synced_at":"2026-05-10T16:04:19.295Z","repository":{"id":117525241,"uuid":"138143105","full_name":"ibbd-dev/csv2es","owner":"ibbd-dev","description":" the data import/export tool between elasticsearch and csv for golang","archived":false,"fork":false,"pushed_at":"2018-07-31T06:52:08.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:25:12.591Z","etag":null,"topics":["csv","csv2es","elasticsearch","es2csv","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ibbd-dev.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":"2018-06-21T08:37:33.000Z","updated_at":"2018-07-31T06:52:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6e97cc7-f434-4f8a-8de6-a6d9c65bbf91","html_url":"https://github.com/ibbd-dev/csv2es","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"eccb4fcdfa437081df80d8b634794a161b7fbbb0"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ibbd-dev/csv2es","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fcsv2es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fcsv2es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fcsv2es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fcsv2es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibbd-dev","download_url":"https://codeload.github.com/ibbd-dev/csv2es/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fcsv2es/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268424029,"owners_count":24248119,"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-02T02:00:12.353Z","response_time":74,"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":["csv","csv2es","elasticsearch","es2csv","golang"],"created_at":"2024-10-03T15:03:53.949Z","updated_at":"2026-05-10T16:04:14.273Z","avatar_url":"https://github.com/ibbd-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv2es: the data import/export tool between es and csv\nelasticsearch与csv之间的数据导入导出工具\n\n说明：\n\n- 现在版本只支持`elasticsearch 5.*`版本\n- 该工具只是实现对数据的导入导出，并不包含相关的ETL过程。\n\n## Install \n\n```sh\ngo get -u github.com/ibbd-dev/csv2es/csv2es\n```\n\n## Example\n\n```sh\n# help \ncsv2es --help\n\n# import data to es from csv\ncsv2es import --host=locahost --port=9200 --mapping=mapping_filename.json --index=test --type=test --csv=source.csv\n\n# export data to csv from es\ncsv2es export --host=locahost --port=9200 --index=test --csv=source.csv\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibbd-dev%2Fcsv2es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibbd-dev%2Fcsv2es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibbd-dev%2Fcsv2es/lists"}