{"id":18672716,"url":"https://github.com/dimmaryanto93/angular6-elasticsearch-example","last_synced_at":"2026-04-20T13:09:10.193Z","repository":{"id":107984374,"uuid":"164568082","full_name":"dimMaryanto93/angular6-elasticsearch-example","owner":"dimMaryanto93","description":"Belajar elasticsearch with angular","archived":false,"fork":false,"pushed_at":"2019-01-21T10:23:32.000Z","size":965,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T10:06:34.622Z","etag":null,"topics":["angular","angular6","angular6-elasticsearch","elasticsearch","kibana"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimMaryanto93.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,"zenodo":null}},"created_at":"2019-01-08T05:21:36.000Z","updated_at":"2019-02-10T04:57:45.000Z","dependencies_parsed_at":"2025-05-18T10:06:34.487Z","dependency_job_id":null,"html_url":"https://github.com/dimMaryanto93/angular6-elasticsearch-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimMaryanto93/angular6-elasticsearch-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fangular6-elasticsearch-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fangular6-elasticsearch-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fangular6-elasticsearch-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fangular6-elasticsearch-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimMaryanto93","download_url":"https://codeload.github.com/dimMaryanto93/angular6-elasticsearch-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fangular6-elasticsearch-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["angular","angular6","angular6-elasticsearch","elasticsearch","kibana"],"created_at":"2024-11-07T09:12:49.810Z","updated_at":"2026-04-20T13:09:10.188Z","avatar_url":"https://github.com/dimMaryanto93.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Belajar elasticsearch angular6\n\nRunning elasticsearch and kibana via docker compose,\n\n```docker\ndocker-compose up -d\n```\n\nRunning angular via angular-cli\n\n```npm\n## install component\nnpm install\n\n## serve angular\nnpm start\n```\n\n## Data migration\n\nOpen Kibana [http://localhost:5601](http://localhost:5601) -\u003e Tab Dev Tools\n\n![Kibana Console](docs/images/kibana.png)\n\n```http request\n# create index\nPUT /products?pretty\n\n# create data with bulk\nPOST /products/_doc/_bulk?pretty\n{\"index\":{\"_id\":\"1\"}}\n{\"name\":\"Macbook Pro 13\\\"\",\"qty\":1,\"tipe\":\"Laptop\"}\n{\"index\":{\"_id\":\"2\"}}\n{\"name\":\"Ipad 6 (9.7\\\"\",\"qty\":2,\"tipe\":\"Tablet\"}\n{\"index\":{\"_id\":\"3\"}}\n{\"name\":\"Iphone XR\",\"qty\":3,\"tipe\":\"Hanphone\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimmaryanto93%2Fangular6-elasticsearch-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimmaryanto93%2Fangular6-elasticsearch-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimmaryanto93%2Fangular6-elasticsearch-example/lists"}