{"id":15287970,"url":"https://github.com/stationa/esx","last_synced_at":"2026-01-20T02:45:56.008Z","repository":{"id":52472962,"uuid":"160269823","full_name":"StationA/esx","owner":"StationA","description":"CLI for streaming I/O with Elasticsearch","archived":false,"fork":false,"pushed_at":"2023-05-01T17:22:27.000Z","size":1401,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-13T08:16:11.918Z","etag":null,"topics":["cli","elasticsearch"],"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/StationA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-12-03T23:59:49.000Z","updated_at":"2023-05-01T17:22:27.000Z","dependencies_parsed_at":"2024-06-20T21:50:51.993Z","dependency_job_id":"07bcc1af-7dad-4b3c-bd06-b288796d654c","html_url":"https://github.com/StationA/esx","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"91c94cb05ffb0b459c756955ccf060d11b9bb76c"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StationA%2Fesx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StationA%2Fesx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StationA%2Fesx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StationA%2Fesx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StationA","download_url":"https://codeload.github.com/StationA/esx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247585478,"owners_count":20962356,"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","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":["cli","elasticsearch"],"created_at":"2024-09-30T15:43:36.726Z","updated_at":"2026-01-20T02:45:55.961Z","avatar_url":"https://github.com/StationA.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esx\n\nCLI for streaming I/O with Elasticsearch\n\n## Installation\n\n\nNavigate to the root `esx/` directory (where the `Makefile` is located) and run:\n\n```\nmake install\n```\n\n## Usage\n\n### `esx --help`\n\n```\nusage: esx --es-index=ES-INDEX [\u003cflags\u003e] \u003ccommand\u003e [\u003cargs\u003e ...]\n\nFlags:\n      --help               Show context-sensitive help (also try --help-long and --help-man).\n  -H, --es-host=\"localhost:9200\"\n                           ElasticSearch host:port\n  -I, --es-index=ES-INDEX  ElasticSearch index to use\n  -D, --es-type=\"_doc\"     ElasticSearch doc type to use\n  -T, --es-timeout=10s     ElasticSearch operation timeout duration\n  -d, --debug              Debug mode\n  -P, --progress           Report progress\n\nCommands:\n  help [\u003ccommand\u003e...]\n    Show help.\n\n  scroll [\u003cflags\u003e]\n    Scrolls an ElasticSearch index\n\n  index [\u003cflags\u003e]\n    Indexes data into an ElasticSearch index\n```\n\n### `esx scroll --help`\n\n```\nusage: esx scroll [\u003cflags\u003e]\n\nScrolls an ElasticSearch index\n\nFlags:\n      --help                   Show context-sensitive help (also try --help-long and --help-man).\n  -H, --es-host=\"localhost:9200\"\n                               ElasticSearch host:port\n  -I, --es-index=ES-INDEX      ElasticSearch index to use\n  -D, --es-type=\"_doc\"         ElasticSearch doc type to use\n  -T, --es-timeout=10s         ElasticSearch operation timeout duration\n  -d, --debug                  Debug mode\n  -P, --progress               Report progress\n  -s, --scroll-size=100        ElasticSearch scroll size\n  -t, --scroll-timeout=10s     ElasticSearch scroll timeout duration\n  -f, --query-file=QUERY-FILE  Query JSON file\n  -q, --query=QUERY            Query string\n```\n\n### `esx index --help`\n\n```\nusage: esx index [\u003cflags\u003e]\n\nIndexes data into an ElasticSearch index\n\nFlags:\n      --help                  Show context-sensitive help (also try --help-long and --help-man).\n  -H, --es-host=\"localhost:9200\"\n                              ElasticSearch host:port\n  -I, --es-index=ES-INDEX     ElasticSearch index to use\n  -D, --es-type=\"_doc\"        ElasticSearch doc type to use\n  -T, --es-timeout=10s        ElasticSearch operation timeout duration\n  -d, --debug                 Debug mode\n  -P, --progress              Report progress\n  -a, --index-action=\"index\"  Index action type (\"index\" or \"update\")\n  -w, --index-workers=0       Number of index workers\n  -b, --batch-size=100        Number of documents to batch index\n  -i, --doc-id-field=\"_id\"    JSON field to use as document ID\n```\n\n## Contributing\n\nWhen contributing to this repository, please follow the steps below:\n\n1. Fork the repository\n1. Submit your patch in one commit, or a series of well-defined commits\n1. Submit your pull request and make sure you reference the issue you are addressing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstationa%2Fesx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstationa%2Fesx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstationa%2Fesx/lists"}