{"id":16389366,"url":"https://github.com/marcelog/erlastica","last_synced_at":"2025-10-15T15:09:16.053Z","repository":{"id":139308311,"uuid":"20766593","full_name":"marcelog/erlastica","owner":"marcelog","description":"Erlang library to use ElasticSearch","archived":false,"fork":false,"pushed_at":"2014-11-17T19:32:23.000Z","size":520,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T10:28:47.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/marcelog.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}},"created_at":"2014-06-12T12:31:18.000Z","updated_at":"2023-03-30T08:24:22.000Z","dependencies_parsed_at":"2023-03-12T17:40:50.524Z","dependency_job_id":null,"html_url":"https://github.com/marcelog/erlastica","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferlastica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferlastica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferlastica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Ferlastica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelog","download_url":"https://codeload.github.com/marcelog/erlastica/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240199180,"owners_count":19763820,"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-10-11T04:32:39.902Z","updated_at":"2025-10-15T15:09:11.006Z","avatar_url":"https://github.com/marcelog.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"erlastica\n=========\n\nErlang library to use ElasticSearch. This is a work in progress.\n\nHow to use it\n=============\n * Start the main supervisor [erlastica_sup](https://github.com/marcelog/erlastica/blob/master/src/erlastica_sup.erl) from your own supervisor\ntree. Or application:start(erlastica).\n\n * Configure the application, here's a sample:\n```\n{erlastica, [\n  {ibrowse_options, []},\n  {indices, [\n    {index_1, [         % Index name, will map to a given ES name and host/port.\n      {index, \"index\"}, % ElasticSearch index name\n      {host, elastic_1} % Host mapping\n    ]}\n  ]},\n  {hosts, [\n    {elastic_1, [\n      {host, \"127.0.0.1\"},\n      {port, 9200}\n    ]}\n  ]}\n]}\n```\n\nIn this example we are setting up a fantasy name for an index (index_1) that will \nmap to a specific ElasticSearch index name and host.\n\nThe main entry point for the librar is the module [erlastica](https://github.com/marcelog/erlastica/blob/master/src/erlastica.erl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Ferlastica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelog%2Ferlastica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Ferlastica/lists"}