{"id":21232652,"url":"https://github.com/jeonghanlee/elasticsearch","last_synced_at":"2026-05-09T01:37:35.156Z","repository":{"id":99841922,"uuid":"277401870","full_name":"jeonghanlee/elasticsearch","owner":"jeonghanlee","description":"EPICS Middleware Index Mappings Elasticsearch (Alpine 3.12 / ES 6.4.3)","archived":false,"fork":false,"pushed_at":"2021-06-25T03:09:04.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T02:42:03.318Z","etag":null,"topics":["channelfinder","docker","elasticsearch","epics"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeonghanlee.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-07-05T23:43:19.000Z","updated_at":"2022-09-28T16:09:16.000Z","dependencies_parsed_at":"2023-05-12T13:31:07.058Z","dependency_job_id":null,"html_url":"https://github.com/jeonghanlee/elasticsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jeonghanlee/env-template","purl":"pkg:github/jeonghanlee/elasticsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Felasticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Felasticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Felasticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Felasticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeonghanlee","download_url":"https://codeload.github.com/jeonghanlee/elasticsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Felasticsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32804299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["channelfinder","docker","elasticsearch","epics"],"created_at":"2024-11-20T23:53:54.744Z","updated_at":"2026-05-09T01:37:35.151Z","avatar_url":"https://github.com/jeonghanlee.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPICS Middleware Index Mappings Elasticsearch (Alpine 3.12 / ES 6.4.3)\n\n![Docker Image CI](https://github.com/jeonghanlee/es4epics/workflows/Docker%20Image%20CI/badge.svg)\n\n\n## Notice\n\nThis image only have been tested with a local and personal environment, not with any production environment. Thus, please don't use this image for any deployment or production purpose.\n\n## Build\n\n* Build the docker image\n\n```bash\nmake build\n```\n\n* Start the built docker image\n\n```bash\n$ make es.start\ndocker run -d --rm -p 9200:9200 --name=es4epics jeonghanlee/es4epics\n```\n\nIf there is the same name container running, please stop it via `docker stop es4epics` or `make es.make stop`.\n\n* Mapping the ChannelFinder index mapping\n\nBefore doing this, it would be wise to check the elasticsearch service is running first via `make es.status`.\n\n```bash\nmake es.mappings\n\u003e\u003e\u003e index/mapping : cf_tags ....\n{\"acknowledged\":true,\"shards_acknowledged\":true,\"index\":\"cf_tags\"}\n\u003e\u003e\u003e index/mapping : cf_properties ....\n{\"acknowledged\":true,\"shards_acknowledged\":true,\"index\":\"cf_properties\"}\n\u003e\u003e\u003e index/mapping : channelfinder ....\n{\"acknowledged\":true,\"shards_acknowledged\":true,\"index\":\"channelfinder\"}\n```\n\n```bash\nmake es.release.dryrun\n```\n\n```bash\nmake es.release\n```\n\n* Check the elasticseach server logs\n\n```bash\nmake es.status\n```\n\n* Stop the running container\n\n```bash\nmake es.stop\n```\n\n* Check the relased image\n\n```bash\nmake docker.images\n```\n\n## `docker/config`\n\nThat folder contains the elasticsearch configuration files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeonghanlee%2Felasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeonghanlee%2Felasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeonghanlee%2Felasticsearch/lists"}