{"id":37124173,"url":"https://github.com/writepush-labs/eventor","last_synced_at":"2026-01-14T14:20:15.150Z","repository":{"id":57525348,"uuid":"79473539","full_name":"writepush-labs/eventor","owner":"writepush-labs","description":"Fast eventstore implementation written in Go","archived":false,"fork":false,"pushed_at":"2017-04-12T09:01:35.000Z","size":428,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T16:50:53.231Z","etag":null,"topics":["database","event-sourcing","go","golang","http","rest"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/writepush-labs.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":"2017-01-19T16:44:40.000Z","updated_at":"2020-11-05T23:17:04.000Z","dependencies_parsed_at":"2022-09-13T10:00:53.109Z","dependency_job_id":null,"html_url":"https://github.com/writepush-labs/eventor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/writepush-labs/eventor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writepush-labs%2Feventor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writepush-labs%2Feventor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writepush-labs%2Feventor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writepush-labs%2Feventor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/writepush-labs","download_url":"https://codeload.github.com/writepush-labs/eventor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writepush-labs%2Feventor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["database","event-sourcing","go","golang","http","rest"],"created_at":"2026-01-14T14:20:14.500Z","updated_at":"2026-01-14T14:20:15.122Z","avatar_url":"https://github.com/writepush-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eventor\nEventstore implementation written in Go. \n\n## Project status\n**WIP**. At the moment Eventor is used in production on a very limited set of non-critical projects and is still considered \nto be alpha/experimental software.\n\n## Rationale\nEventor is useful in service-oriented setups where loose coupling between services is important. \nAlso because Eventor utilises HTTP to transport messages it is trivial to plug new services - no extra libraries or learning new\nprotocols is required. \n\n## How does Eventor work?\nCore concepts in Eventor are Events (surprise!), Streams and Subscriptions. Streams are just immutable, append-only series of Events.\nSubscriptions are HTTP endpoints/webhooks that receive Events as soon as they arrive to Eventor. All streams are persisted on disk.\nIt is important to know that Subscriptions will receive Events in exact same sequential order they arrived in the first place.\nEventor uses HTTP codes to differentiate betwen succesful and unsuccesful delivery. \nWhen subscription is created on a pre-existing stream with a number of events, subscription will catchup right from the \nbeginning of the stream. Eventor also tracks the position of last successfully delivered message for each subscription, no\nexternal tracking is required. However it is up to application to process events in an idempotent way.\n\n## Installation\nEasiest way is to get a tiny Alpine based docker image:\n```\ndocker run -it --rm -p 9400:9400 -v \"$PWD/data\":/writepush-labs/data writepushlabs/eventor\n```\nThere is also a Mac OSX binary available for each release.\n\n## HTTP API\nTODO\n\n## Web UI\nTODO\n\n## Storage backends\nSQLite is used primarily for it's durability and various performance optimisation options.\nEach stream is stored in a separate database file.\n\n## License\nCopyright (c) 2017 Writepush Labs\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwritepush-labs%2Feventor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwritepush-labs%2Feventor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwritepush-labs%2Feventor/lists"}