{"id":29773426,"url":"https://github.com/flowerfine/http-stream","last_synced_at":"2025-07-27T07:17:18.713Z","repository":{"id":49824089,"uuid":"471593965","full_name":"flowerfine/http-stream","owner":"flowerfine","description":"data integration on http by akka","archived":false,"fork":false,"pushed_at":"2022-05-11T16:54:50.000Z","size":286,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T09:27:13.805Z","etag":null,"topics":["akka","akka-streams","data-integration","data-sync","http"],"latest_commit_sha":null,"homepage":"","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/flowerfine.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":"2022-03-19T04:45:22.000Z","updated_at":"2022-07-27T01:54:24.000Z","dependencies_parsed_at":"2022-09-01T12:01:09.053Z","dependency_job_id":null,"html_url":"https://github.com/flowerfine/http-stream","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/flowerfine/http-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowerfine%2Fhttp-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowerfine%2Fhttp-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowerfine%2Fhttp-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowerfine%2Fhttp-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowerfine","download_url":"https://codeload.github.com/flowerfine/http-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowerfine%2Fhttp-stream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267320332,"owners_count":24068528,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["akka","akka-streams","data-integration","data-sync","http"],"created_at":"2025-07-27T07:16:32.796Z","updated_at":"2025-07-27T07:17:18.707Z","avatar_url":"https://github.com/flowerfine.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http-stream\n\nThere are already so many data integration tools for mass、fast、accurate data processing:\n\n* [datax](https://github.com/alibaba/DataX).\n* [sqoop](https://github.com/apache/sqoop).\n* [kettle](https://github.com/pentaho/pentaho-kettle).\n* [hop](https://github.com/apache/hop).\n* [airbyte](https://github.com/airbytehq/airbyte).\n* [flinkx(chunjun)](https://github.com/DTStack/chunjun).\n* [nifi](https://github.com/apache/nifi).\n* [seatunnel](https://github.com/apache/incubator-seatunnel).\n* [gobblin](https://github.com/apache/gobblin).\n\nBut how to sync data through http is also a big problem for developers.\n\n* various request and response. Different http api provider, different rules have to obey.\n  * request params. header、query、path、request body\n  * date format. such as timestamp, `yyyy-MM-dd HH:mm:ss` or `YYYY-MM-DDTHH:MM:SSZ`.\n  \n* authentication and authorization.\n* ratelimiter. qps(query per second) or concurrency.\n* network failure. not threaten or caution, frequent network failure would never disappear.\n\n## Challenges and Solutions\n\n### various request\n\n* pagination。\n    * [Rethinking Streaming Workloads with Akka Streams: Part II](https://blog.colinbreck.com/rethinking-streaming-workloads-with-akka-streams-part-ii/)。\n    * [PagedSource](https://github.com/akka/akka-stream-contrib/blob/main/src/main/scala/akka/stream/contrib/PagedSource.scala)。\n* entire or incremental extraction。\n\n\n\n## Excellent Practices\n\n### fault tolerance\n\nretry and ratelimiter\n\n* [resilience4j](https://github.com/resilience4j/resilience4j)\n* [failsafe](https://github.com/failsafe-lib/failsafe)\n* [guava-retrying](https://github.com/rholder/guava-retrying)\n\n### detailed query context\n\nquery param and response result\n\n### metrics\n\n* [micrometer](https://github.com/micrometer-metrics/micrometer)\n* [metrics](https://github.com/dropwizard/metrics)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowerfine%2Fhttp-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowerfine%2Fhttp-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowerfine%2Fhttp-stream/lists"}