{"id":43877530,"url":"https://github.com/minhd/solr-import-export-json","last_synced_at":"2026-02-06T14:46:37.941Z","repository":{"id":47263713,"uuid":"240178973","full_name":"minhd/solr-import-export-json","owner":"minhd","description":"A tool to import and export json documents from Apache SOLR","archived":false,"fork":false,"pushed_at":"2023-10-18T01:50:04.000Z","size":2135,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-14T01:59:52.131Z","etag":null,"topics":["export-json","import-json-from-file","python3","solr"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/minhd.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}},"created_at":"2020-02-13T04:45:17.000Z","updated_at":"2021-09-06T07:37:33.000Z","dependencies_parsed_at":"2022-09-08T20:30:09.354Z","dependency_job_id":null,"html_url":"https://github.com/minhd/solr-import-export-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minhd/solr-import-export-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhd%2Fsolr-import-export-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhd%2Fsolr-import-export-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhd%2Fsolr-import-export-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhd%2Fsolr-import-export-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minhd","download_url":"https://codeload.github.com/minhd/solr-import-export-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhd%2Fsolr-import-export-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29165109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"last_error":"SSL_read: 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":["export-json","import-json-from-file","python3","solr"],"created_at":"2026-02-06T14:46:37.245Z","updated_at":"2026-02-06T14:46:37.922Z","avatar_url":"https://github.com/minhd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# solr-import-export-json\n![Python application](https://github.com/minhd/solr-import-export-json/workflows/Python%20application/badge.svg?branch=master)\n\nA tool to import and export json documents from Apache SOLR\n\n## Requirements\nPython 3\n```\npython3 -v\nPython 3.7.4\n```\n\n## Installation\n```\nmake install\n```\n# Usage\n\nuse solr_export to export a solr_url to a file\n```\nvenv/bin/python -m src.solr_export --help\nUsage: solr_export.py [OPTIONS]\n\n  Export solr collection to a file\n\nOptions:\n  -s, --solr_url TEXT         SOLR URL, including the collection eg.\n                              http://localhost:8983/solr/example\n  -f, --file_path TEXT        Output File Path\n  -r, --rows INTEGER          Number of rows per batch\n  -e, --exclude_pattern TEXT  Exclude\n  -d, --debug / --no-debug    Debug\n  --help                      Show this message and exit.\n```\n\nuse solr_import to import a file into a solr instance\n```\nvenv/bin/python -m src.solr_import --help\nUsage: solr_import.py [OPTIONS]\n\n  Import to a solr collection from a file\n\nOptions:\n  -s, --solr_url TEXT       SOLR URL, including the collection eg.\n                            http://localhost:8983/solr/example\n  -f, --file_path TEXT      Output File Path\n  -r, --rows INTEGER        Number of rows per batch\n  -d, --debug / --no-debug  Debug\n  --help                    Show this message and exit.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhd%2Fsolr-import-export-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhd%2Fsolr-import-export-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhd%2Fsolr-import-export-json/lists"}