{"id":16000726,"url":"https://github.com/zero88/py-es","last_synced_at":"2026-04-26T12:32:10.108Z","repository":{"id":118265497,"uuid":"152905669","full_name":"zero88/py-es","owner":"zero88","description":"Simple and dynamic indexing Elastic Search data","archived":false,"fork":false,"pushed_at":"2018-10-13T19:58:07.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T01:22:43.060Z","etag":null,"topics":["elasticsearch","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/zero88.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-10-13T19:09:57.000Z","updated_at":"2019-09-30T10:35:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"df968bc4-ac73-4129-b069-fa28d7ffb815","html_url":"https://github.com/zero88/py-es","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zero88/py-es","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fpy-es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fpy-es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fpy-es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fpy-es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zero88","download_url":"https://codeload.github.com/zero88/py-es/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fpy-es/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["elasticsearch","python3"],"created_at":"2024-10-08T09:20:22.647Z","updated_at":"2026-04-26T12:32:10.093Z","avatar_url":"https://github.com/zero88.png","language":"Python","readme":"# Python ElasticSearch tool\n\nSimple tool to index elastic search data. By adding your own `converter` data dynamically then a tool will take care the remaining process.\n\n## HOW TO RUN\n\n```bash\nλ python run.py -h\nusage: run.py [-h] [-c CONFIG] [-e {local,prod,aws}] -d DATA [-i INDEX]\n              [-t TYPE] [-s SCRIPT] [-v]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -c CONFIG, --config CONFIG\n                        Config file in json\n  -e {local,prod,aws}, --env {local,prod,aws}\n                        Environment name\n  -d DATA, --data DATA  Data json file\n  -i INDEX, --index INDEX\n                        Elastic search index\n  -t TYPE, --type TYPE  Elastic search type\n  -s SCRIPT, --script SCRIPT\n                        Data Conversion python script file\n  -v, --verbose         Verbose log\n```\n\nBefore execute `run.py`:\n\n- Adapt your config file as follow [config.json](./config.json)\n- Customize your `converter` as follow [converter.py](./converter.py). Ensure this file has function [`transform(datum: dict) -\u003e dict`](./converter.py#L17)\n\n## TODO\n\n- [ ] Multi thread and async request\n- [ ] CLI\n- [ ] Test coverage\n- [ ] Python 2 compatible\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero88%2Fpy-es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero88%2Fpy-es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero88%2Fpy-es/lists"}