{"id":18780677,"url":"https://github.com/simplicitesoftware/module-elasticsearchindexer","last_synced_at":"2025-12-19T01:30:13.688Z","repository":{"id":80897104,"uuid":"353138430","full_name":"simplicitesoftware/module-elasticsearchindexer","owner":"simplicitesoftware","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-25T15:26:29.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T10:45:01.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/simplicitesoftware.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":"2021-03-30T20:52:49.000Z","updated_at":"2021-08-25T15:26:31.000Z","dependencies_parsed_at":"2023-05-30T06:00:29.779Z","dependency_job_id":null,"html_url":"https://github.com/simplicitesoftware/module-elasticsearchindexer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-elasticsearchindexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-elasticsearchindexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-elasticsearchindexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-elasticsearchindexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-elasticsearchindexer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697419,"owners_count":19682415,"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":[],"created_at":"2024-11-07T20:27:37.122Z","updated_at":"2025-12-19T01:30:13.585Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://docs.simplicite.io//logos/logo250.png)\n* * *\n\n`ElasticSearchIndexer` module definition\n========================================\n\nElastic Search playground module\n====================\n\nThis module is used as a way to index Simplicité's apps contents into an ElasticSearch Instance.\n\nIt is an pre-pre-alpha MVP.\n\nRun an elastic search instance\n---------------------------\n\nCreate `docker-compose.yml`\n\n```yml\nversion: \"3\"\nservices:\n  elasticsearch:\n    image: elasticsearch:7.10.1\n    restart: always    \n    environment:\n      discovery.type: single-node\n    container_name: elasticsearch\n    ports:\n     - 9200:9200\n     - 9300:9300\n  kibana:\n    image: kibana:7.10.1\n    restart: always\n    container_name: kibana\n    ports:\n      - 5601:5601\n```\n\nRun docker and expose port\n\n```shell\nsudo docker-compose up -d\nngrok http 9200\n```\n\nConfigure `ESI_CONFIG` with ES instance\n\n```json\n{\n\t\"instance\": \"http://78e183b5193e.ngrok.io\"\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-elasticsearchindexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-elasticsearchindexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-elasticsearchindexer/lists"}