{"id":15736149,"url":"https://github.com/tristancacqueray/backend-environment-zoo","last_synced_at":"2026-01-08T21:33:13.495Z","repository":{"id":138665109,"uuid":"425637014","full_name":"TristanCacqueray/backend-environment-zoo","owner":"TristanCacqueray","description":"Architecture decision record for a runtime system","archived":false,"fork":false,"pushed_at":"2021-11-07T23:15:54.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T04:07:40.098Z","etag":null,"topics":["adr"],"latest_commit_sha":null,"homepage":"","language":null,"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/TristanCacqueray.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":"2021-11-07T23:04:19.000Z","updated_at":"2021-11-07T23:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"06d0897f-d49e-4ef4-b93a-d3e174164fcf","html_url":"https://github.com/TristanCacqueray/backend-environment-zoo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TristanCacqueray%2Fbackend-environment-zoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TristanCacqueray%2Fbackend-environment-zoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TristanCacqueray%2Fbackend-environment-zoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TristanCacqueray%2Fbackend-environment-zoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TristanCacqueray","download_url":"https://codeload.github.com/TristanCacqueray/backend-environment-zoo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413241,"owners_count":20773054,"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","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":["adr"],"created_at":"2024-10-04T01:21:16.953Z","updated_at":"2026-01-08T21:33:08.478Z","avatar_url":"https://github.com/TristanCacqueray.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backend Runtime Environment Zoo\n\nThe goal of this project is to evaluate different runtime environments for a backend system.\n\n## Context and Problem Statement\n\nThe goal of the system is to collect the build logs of a CI service in order to enable full text search on the log files.\n\n### Tasks\n\nHere are the different tasks:\n\n- Retrieve the build result from a HTTP JSON api featuring skip\u0026limit pagination.\n- For each build retrieve the log files.\n- For each log files, process the log lines.\n\nThe choice of database is not evaluated, and the system will push the build data into elasticsearch using the bulk api.\n\n### Challenges\n\nHere are the challenges to solve:\n\n- Error recovering: in case of failure, the system should be able to safely restart without losing or duplicating build.\n- Throughput monitoring: the system should monitor the performance to indicate the available capacity.\n- Parallel streaming API: each tasks should be represented as an uniform stream of events.\n\n### Evaluation\n\nHere are the evaluation criterias:\n\n- Observability. For example, how to check the system health?\n- Expression: code writability. For example, how to re-use the stream in a different context?\n- Reliability: system stability. For example, how can the system misbehave?\n- Environment: language ecosystem. For example, how can the code be tested? How to update a dependency?\n- Distribution. For example, how to update a running instance?\n\n## Considered Options\n\n- Haskell (GHC): https://haskell.org\n- Rust: https://rust-lang.org\n- Elixir (BEAM): https://elixir-lang.org\n- \u0026lt;insert your options\u0026gt;\n\n## Decision Outcome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristancacqueray%2Fbackend-environment-zoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftristancacqueray%2Fbackend-environment-zoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristancacqueray%2Fbackend-environment-zoo/lists"}