{"id":15732251,"url":"https://github.com/alexhff/pylastic","last_synced_at":"2025-09-07T05:37:15.845Z","repository":{"id":110550682,"uuid":"318016507","full_name":"AlexHff/pylastic","owner":"AlexHff","description":"Simple python CLI to make CRUD operations on Elasticsearch.","archived":false,"fork":false,"pushed_at":"2020-12-03T21:22:31.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T03:27:52.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/AlexHff.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":"2020-12-02T23:12:27.000Z","updated_at":"2020-12-03T21:22:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed4f29a8-bbcb-4911-b7ee-b1f8e03da235","html_url":"https://github.com/AlexHff/pylastic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexHff/pylastic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHff%2Fpylastic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHff%2Fpylastic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHff%2Fpylastic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHff%2Fpylastic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexHff","download_url":"https://codeload.github.com/AlexHff/pylastic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexHff%2Fpylastic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273997762,"owners_count":25204616,"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-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-10-04T00:08:45.396Z","updated_at":"2025-09-07T05:37:15.800Z","avatar_url":"https://github.com/AlexHff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pylastic\n\nSimple python CLI to make CRUD operations on Elasticsearch.\n\n## Getting Started\n\nInstall Elasticsearch with Docker\n\n```bash\ndocker pull docker.elastic.co/elasticsearch/elasticsearch:7.10.0\n```\n\nStarting a multi-node cluster with Docker Compose\n\n```bash\ndocker-compose up\n```\n\n## Usage\n\n### Create an index\n\n```bash\n./pylastic.py -c -u https://www1.ncdc.noaa.gov/pub/data/cdo/samples/PRECIP_HLY_sample_csv.csv -i my_index\n```\n\n### Get an index\n\n```bash\n./pylastic.py -g -i my_index\n```\n\n### Delete an index\n\n```bash\n./pylastic.py -d -i my_index\n```\n\n### Export an index to a csv file\n\n```bash\n./pylastic.py -e -f my_file.csv -i my_index\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhff%2Fpylastic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexhff%2Fpylastic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhff%2Fpylastic/lists"}