{"id":14981044,"url":"https://github.com/natlee/es-in-docker-with-eland","last_synced_at":"2026-01-24T22:04:40.418Z","repository":{"id":254380660,"uuid":"846362605","full_name":"NatLee/es-in-docker-with-eland","owner":"NatLee","description":"This is an example of Elasticsearch in Docker with Eland.","archived":false,"fork":false,"pushed_at":"2025-08-15T08:50:44.000Z","size":70,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T10:27:50.822Z","etag":null,"topics":["docker","docker-compose","docker-compose-template","eland","elasticsearch","elasticsearch-python","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NatLee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-23T03:43:04.000Z","updated_at":"2025-08-15T08:50:47.000Z","dependencies_parsed_at":"2024-08-28T04:44:56.669Z","dependency_job_id":"fb24a528-2d05-4696-8413-40ae479b4e44","html_url":"https://github.com/NatLee/es-in-docker-with-eland","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"30b8e7d59c7cb6df2c8c92d72cd88b7b5be3e80c"},"previous_names":["natlee/es-in-docker-with-eland"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NatLee/es-in-docker-with-eland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2Fes-in-docker-with-eland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2Fes-in-docker-with-eland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2Fes-in-docker-with-eland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2Fes-in-docker-with-eland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NatLee","download_url":"https://codeload.github.com/NatLee/es-in-docker-with-eland/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2Fes-in-docker-with-eland/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281562656,"owners_count":26522686,"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-10-29T02:00:06.901Z","response_time":59,"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":["docker","docker-compose","docker-compose-template","eland","elasticsearch","elasticsearch-python","python"],"created_at":"2024-09-24T14:02:47.308Z","updated_at":"2025-10-29T04:31:31.915Z","avatar_url":"https://github.com/NatLee.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example of Elasticsearch in Docker with Eland\n\n[[EN](./README.md)|[TW](./README.zh-TW.md)]\n\nThis is an example of Elasticsearch in Docker with Eland.\n\n## Usage\n\n\u003e In some cases, you may need to increase the maximum of virtual memory by running `sysctl -w vm.max_map_count=262144`.\n\n1. Check `.env` file and set the values if needed.\n\n2. Create a folder for Elasticsearch data:\n    \u003e If you don't change the mode of the folder, you may encounter permission errors with Elasticsearch.\n    ```bash\n    mkdir ./es-data \u0026\u0026 chmod 777 ./es-data\n    ```\n\n3. Start Elasticsearch stacks:\n    ```bash\n    docker-compose up -d\n    ```\n\n4. When Elasticsearch is running, you can copy the cert files to host with the following command:\n    ```bash\n    bash dev-cp-cert.sh\n    ```\n\n5. Create an environment and install the required packages:\n    ```bash\n    conda create -n es-test python=3.11\n    conda activate es-test\n    pip install -r requirements.txt\n    ```\n\n6. Check 2 ipynb files in `notebooks` folder for examples.\n\n    - `eland-test.ipynb`: Basic Elasticsearch operations with Eland.\n    - `eland-over-10000-test.ipynb`: Basic Elasticsearch operations with Eland for over 10000 records.\n\n7. (Optional) Visit `Kibana` with the following URL:\n    ```\n    https://localhost:5601\n    ```\n\n    The default username is `elastic` and the password is in the `.env` file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlee%2Fes-in-docker-with-eland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatlee%2Fes-in-docker-with-eland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlee%2Fes-in-docker-with-eland/lists"}