{"id":24746444,"url":"https://github.com/hydro-project/hydro","last_synced_at":"2026-06-10T23:00:58.100Z","repository":{"id":37072757,"uuid":"399648216","full_name":"hydro-project/hydro","owner":"hydro-project","description":"A Rust framework for correct and performant distributed systems","archived":false,"fork":false,"pushed_at":"2026-06-08T13:53:20.000Z","size":459461,"stargazers_count":1243,"open_issues_count":252,"forks_count":84,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-06-08T15:29:47.698Z","etag":null,"topics":["distributed-systems","rust"],"latest_commit_sha":null,"homepage":"https://hydro.run/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydro-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-25T01:05:30.000Z","updated_at":"2026-06-05T18:03:57.000Z","dependencies_parsed_at":"2023-10-14T21:25:28.194Z","dependency_job_id":"7555a387-2cf3-47d6-bc8f-69cbf484d6f8","html_url":"https://github.com/hydro-project/hydro","commit_stats":null,"previous_names":["hydro-project/hydro","hydro-project/hydroflow"],"tags_count":290,"template":false,"template_full_name":null,"purl":"pkg:github/hydro-project/hydro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydro-project%2Fhydro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydro-project%2Fhydro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydro-project%2Fhydro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydro-project%2Fhydro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydro-project","download_url":"https://codeload.github.com/hydro-project/hydro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydro-project%2Fhydro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34174148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["distributed-systems","rust"],"created_at":"2025-01-28T04:07:05.316Z","updated_at":"2026-06-10T23:00:58.069Z","avatar_url":"https://github.com/hydro-project.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003ca href=\"https://hydro.run\"\u003e\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/hydro-project/hydro/main/docs/static/img/hydro-logo.svg\" width=\"400\" alt='\"hf\"'\u003e\n\u003c/h1\u003e\u003c/a\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://crates.io/crates/hydro_lang\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/hydro_lang?style=flat-square\u0026logo=rust\" alt=\"Crates.io\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.rs/hydro_lang/\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs.rs-Hydro-blue?style=flat-square\u0026logo=read-the-docs\u0026logoColor=white\" alt=\"Docs.rs\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nHydro is a high-level distributed programming framework for Rust. Hydro can help you quickly write scalable distributed services that are correct by construction. Much like Rust helps with memory safety, Hydro helps with [**distributed safety**](https://hydro.run/docs/hydro/reference/correctness).\n\nHydro integrates naturally with standard Rust constructs and IDEs, providing types and programming constructs for ensuring distributed safety. Under the covers, Hydro is powered by the Dataflow Intermediate Representation (DFIR), a compiler and low-level runtime for stream processing. DFIR enables automatic vectorization and efficient scheduling without restricting your application logic.\n\n\u003cb\u003eGet started today at \u003ca href=\"https://hydro.run\"\u003ehydro.run\u003c/a\u003e!\u003c/b\u003e\n\n# Learn More\n- **Docs**: There are docs for the [high-level Hydro framework](https://hydro.run/docs/hydro/reference/) and the low-level dataflow IR, [DFIR](https://hydro.run/docs/dfir), as well as the [Hydro Deploy](https://hydro.run/docs/hydro/reference/deploy/) framework for launching Hydro programs.\n\n- **Research Papers**: Our [research publications](https://hydro.run/research) are available on the project website. Some notable selections:\n    - The original Hydro vision paper from CIDR 2021: [New Directions in Cloud Programming](https://hydro.run/papers/new-directions.pdf)\n    - The first paper on optimizations from SIGMOD 2024: [Optimizing Distributed Protocols with Query Rewrites](https://hydro.run/papers/david-sigmod-2024.pdf)\n    - The first paper on Hydro's formal semantics to appear in POPL 2025: [Flo: a Semantic Foundation for Progressive Stream Processing](https://arxiv.org/abs/2411.08274)\n\n# Contributing\n\nFor Hydro development setup and contribution info, see [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydro-project%2Fhydro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydro-project%2Fhydro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydro-project%2Fhydro/lists"}