{"id":18446670,"url":"https://github.com/cristalhq/fresbi","last_synced_at":"2026-04-25T21:31:42.476Z","repository":{"id":57709857,"uuid":"310811806","full_name":"cristalhq/fresbi","owner":"cristalhq","description":"WIP: Fast Reliable ElasticSearch Bulk Indexer","archived":false,"fork":false,"pushed_at":"2021-04-19T13:44:16.000Z","size":44,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-03T20:13:52.505Z","etag":null,"topics":["bulk","bulkimport","bulkinsert","elasticsearch","elasticsearch-client","go","golang","reliable"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/cristalhq.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}},"created_at":"2020-11-07T09:42:03.000Z","updated_at":"2023-02-04T06:37:26.000Z","dependencies_parsed_at":"2022-09-26T22:30:29.208Z","dependency_job_id":null,"html_url":"https://github.com/cristalhq/fresbi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cristalhq/fresbi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristalhq%2Ffresbi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristalhq%2Ffresbi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristalhq%2Ffresbi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristalhq%2Ffresbi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristalhq","download_url":"https://codeload.github.com/cristalhq/fresbi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristalhq%2Ffresbi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["bulk","bulkimport","bulkinsert","elasticsearch","elasticsearch-client","go","golang","reliable"],"created_at":"2024-11-06T07:10:00.489Z","updated_at":"2026-04-25T21:31:42.457Z","avatar_url":"https://github.com/cristalhq.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fresbi\n\n[![build-img]][build-url]\n[![pkg-img]][pkg-url]\n[![reportcard-img]][reportcard-url]\n[![coverage-img]][coverage-url]\n\nFast Reliable ElasticSearch Bulk Indexer.\n\n## Rationale\n\nTwo most popular Elasticsearch (ES) clients ([official](https://github.com/elastic/go-elasticsearch) and [community](https://github.com/olivere/elastic)) have an API for ES Bulk indexing ([docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html)).\nSadly it's not very friendly: asynchronous where it should not be, too verbose for simple things and is memory greedy. This package addresses all of the problems.\n\n## Features\n\n* Simple API.\n* Clean and tested code.\n* Optimized for speed.\n* Dependency-free.\n\nAlso R in `fresbi` can mean `Raw` (`RawClient`).\n\n## Install\n\nGo version 1.15+\n\n```\ngo get github.com/cristalhq/fresbi\n```\n\n## Example\n\n```go\n// TODO\n```\n\nAlso see examples: [this above](https://github.com/cristalhq/fresbi/blob/master/example_test.go).\n\n## Documentation\n\nSee [these docs][pkg-url].\n\n## License\n\n[MIT License](LICENSE).\n\n[build-img]: https://github.com/cristalhq/fresbi/workflows/build/badge.svg\n[build-url]: https://github.com/cristalhq/fresbi/actions\n[pkg-img]: https://pkg.go.dev/badge/cristalhq/fresbi\n[pkg-url]: https://pkg.go.dev/github.com/cristalhq/fresbi\n[reportcard-img]: https://goreportcard.com/badge/cristalhq/fresbi\n[reportcard-url]: https://goreportcard.com/report/cristalhq/fresbi\n[coverage-img]: https://codecov.io/gh/cristalhq/fresbi/branch/master/graph/badge.svg\n[coverage-url]: https://codecov.io/gh/cristalhq/fresbi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristalhq%2Ffresbi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristalhq%2Ffresbi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristalhq%2Ffresbi/lists"}