{"id":19367116,"url":"https://github.com/abailly/raptr","last_synced_at":"2025-08-04T16:33:53.890Z","repository":{"id":66589868,"uuid":"48604273","full_name":"abailly/raptr","owner":"abailly","description":"Raft distributed consensus over HTTP","archived":false,"fork":false,"pushed_at":"2020-02-07T07:12:00.000Z","size":59,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-26T10:59:03.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abailly.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":"2015-12-26T08:19:31.000Z","updated_at":"2021-07-27T11:00:26.000Z","dependencies_parsed_at":"2023-05-29T11:00:09.646Z","dependency_job_id":null,"html_url":"https://github.com/abailly/raptr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abailly/raptr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Fraptr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Fraptr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Fraptr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Fraptr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abailly","download_url":"https://codeload.github.com/abailly/raptr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abailly%2Fraptr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268723073,"owners_count":24296544,"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-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-11-10T07:48:17.863Z","updated_at":"2025-08-04T16:33:53.829Z","avatar_url":"https://github.com/abailly.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Raptr\n=====\n\n\u003e raptr (n.m.): old norse for raft\n\nRaptr is a burgeonning implementation of a [Raft](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf) cluster, based on\n[Kontiki](https://github.com/NicolasT/kontiki),\nthat aims at providing an out-of-the-box library for building linearizable distributed data storage systems communicating over plain\nHTTP(S), in Haskell. \n\n[![Build Status](https://travis-ci.org/capital-match/raptr.png?branch=master)](https://travis-ci.org/capital-match/raptr)\n\n# Usage\n\nTBD\n\n# Requirements\n\n* Raptr should be easily embeddable within a host system and impose minimal requirements in terms of infrastructure and dependency,\n  hence the use of plain HTTP as transport protocol and opaque `ByteString`s as \"commands\" to be linearized by the system,\n* Raptr should be safe and correct, e.g. live up to the promises of *linearizability* and *resilience* of underlying protocol:\n    * Linearizable means that concurrent writes appear to take effect instantaneously at some point between start and end of write\n      request by a client,\n    * Resilient means *committed* data must survive irrecoverable crash of a minority of servers in a cluster,\n\n# Contributing\n\nPull requests are welcomed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabailly%2Fraptr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabailly%2Fraptr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabailly%2Fraptr/lists"}