{"id":21578004,"url":"https://github.com/rogerwelin/es-app-tutorial","last_synced_at":"2026-04-15T07:40:00.430Z","repository":{"id":73411290,"uuid":"104251510","full_name":"rogerwelin/es-app-tutorial","owner":"rogerwelin","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-21T16:52:40.000Z","size":424,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T20:50:16.130Z","etag":null,"topics":["dataset","elasticsearch","golang","search-interface"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/rogerwelin.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":"2017-09-20T18:12:59.000Z","updated_at":"2019-11-21T16:52:42.000Z","dependencies_parsed_at":"2023-02-28T00:16:10.472Z","dependency_job_id":null,"html_url":"https://github.com/rogerwelin/es-app-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rogerwelin/es-app-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fes-app-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fes-app-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fes-app-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fes-app-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerwelin","download_url":"https://codeload.github.com/rogerwelin/es-app-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerwelin%2Fes-app-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"last_error":"SSL_read: 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":["dataset","elasticsearch","golang","search-interface"],"created_at":"2024-11-24T13:09:19.202Z","updated_at":"2026-04-15T07:40:00.412Z","avatar_url":"https://github.com/rogerwelin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Pull/run image\n```shell\n$ docker run -d -p 9200:9200 -p 9300:9300 -e \"discovery.type=single-node\" docker.elastic.co/elasticsearch/elasticsearch:6.2.3\n```\n\n## Create index\n```shell\n$ curl -XPUT 'localhost:9200/cartoon?pretty' -H 'Content-Type: application/json' -d' { \"settings\" : { \"index\" : { \"number_of_shards\" : 3, \"number_of_replicas\" : 1 } } } '\n```\n\n## Import data\n```shell\n$ curl -XPOST -H \"Content-Type: application/json\" -XPOST --data-binary @dataset/anime.json http://localhost:9200/cartoon/_bulk?pretty=true\n```\n\n## View index status after import\n```shell\n$ curl -XGET localhost:9200/_cat/indices?v\n```\n\n## Make a simple search\n```shell\n$ curl -XGET 'localhost:9200/cartoon/_search?q=name:berserk\u0026pretty'\n```\n\n## Start the Go backend\n```shell\n$ cd backend \u0026\u0026 go build \u0026\u0026 ./main\n```\n\n## Open the frontend and start typing anime titles\n**On Mac**\n```shell\n$ open index.html\n```\n\n**On Linux**\n```shell\n$ google-chrome index.htnl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerwelin%2Fes-app-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerwelin%2Fes-app-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerwelin%2Fes-app-tutorial/lists"}