{"id":13393459,"url":"https://github.com/benbjohnson/litestream","last_synced_at":"2025-05-12T03:46:29.202Z","repository":{"id":37463940,"uuid":"301830590","full_name":"benbjohnson/litestream","owner":"benbjohnson","description":"Streaming replication for SQLite.","archived":false,"fork":false,"pushed_at":"2025-04-30T21:47:05.000Z","size":960,"stargazers_count":11781,"open_issues_count":102,"forks_count":279,"subscribers_count":91,"default_branch":"main","last_synced_at":"2025-05-01T13:53:33.016Z","etag":null,"topics":["replication","s3","sqlite"],"latest_commit_sha":null,"homepage":"https://litestream.io","language":"Go","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/benbjohnson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2020-10-06T19:16:01.000Z","updated_at":"2025-05-01T13:51:24.000Z","dependencies_parsed_at":"2023-10-20T18:11:33.560Z","dependency_job_id":"0aefbb98-8f74-4106-ab26-209e042a9947","html_url":"https://github.com/benbjohnson/litestream","commit_stats":{"total_commits":282,"total_committers":15,"mean_commits":18.8,"dds":"0.13475177304964536","last_synced_commit":"5be467a478adcffc5b3999b9503cc676c2bf09f1"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Flitestream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Flitestream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Flitestream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Flitestream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benbjohnson","download_url":"https://codeload.github.com/benbjohnson/litestream/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253671762,"owners_count":21945470,"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":["replication","s3","sqlite"],"created_at":"2024-07-30T17:00:53.352Z","updated_at":"2025-05-12T03:46:29.161Z","avatar_url":"https://github.com/benbjohnson.png","language":"Go","readme":"Litestream\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/benbjohnson/litestream)\n![Status](https://img.shields.io/badge/status-beta-blue)\n![GitHub](https://img.shields.io/github/license/benbjohnson/litestream)\n[![Docker Pulls](https://img.shields.io/docker/pulls/litestream/litestream.svg?maxAge=604800)](https://hub.docker.com/r/litestream/litestream/)\n![test](https://github.com/benbjohnson/litestream/workflows/test/badge.svg)\n==========\n\nLitestream is a standalone disaster recovery tool for SQLite. It runs as a\nbackground process and safely replicates changes incrementally to another file\nor S3. Litestream only communicates with SQLite through the SQLite API so it\nwill not corrupt your database.\n\nIf you need support or have ideas for improving Litestream, please join the\n[Litestream Slack][slack] or visit the [GitHub Discussions](https://github.com/benbjohnson/litestream/discussions).\nPlease visit the [Litestream web site](https://litestream.io) for installation\ninstructions and documentation.\n\nIf you find this project interesting, please consider starring the project on\nGitHub.\n\n[slack]: https://join.slack.com/t/litestream/shared_invite/zt-n0j4s3ci-lx1JziR3bV6L2NMF723H3Q\n\n\n## Acknowledgements\n\nWhile the Litestream project does not accept external code patches, many\nof the most valuable contributions are in the forms of testing, feedback, and\ndocumentation. These help harden software and streamline usage for other users.\n\nI want to give special thanks to individuals who invest much of their time and \nenergy into the project to help make it better:\n\n- Thanks to [Cory LaNou](https://twitter.com/corylanou) for giving early feedback and testing when Litestream was still pre-release.\n- Thanks to [Michael Lynch](https://github.com/mtlynch) for digging into issues and contributing to the documentation.\n- Thanks to [Kurt Mackey](https://twitter.com/mrkurt) for feedback and testing.\n- Thanks to [Sam Weston](https://twitter.com/cablespaghetti) for figuring out how to run Litestream on Kubernetes and writing up the docs for it.\n- Thanks to [Rafael](https://github.com/netstx) \u0026 [Jungle Boogie](https://github.com/jungle-boogie) for helping to get OpenBSD release builds working.\n- Thanks to [Simon Gottschlag](https://github.com/simongottschlag), [Marin](https://github.com/supermarin),[Victor Björklund](https://github.com/victorbjorklund), [Jonathan Beri](https://twitter.com/beriberikix) [Yuri](https://github.com/yurivish), [Nathan Probst](https://github.com/nprbst), [Yann Coleu](https://github.com/yanc0), and [Nicholas Grilly](https://twitter.com/ngrilly) for frequent feedback, testing, \u0026 support.\n\nHuge thanks to fly.io for their support and for contributing credits for testing and development!\n\n\n## Contribution Policy\n\nInitially, Litestream was closed to outside contributions. The goal was to\nreduce burnout by limiting the maintenance overhead of reviewing and validating\nthird-party code. However, this policy is overly broad and has prevented small,\neasily testable patches from being contributed.\n\nLitestream is now open to code contributions for bug fixes only. Features carry\na long-term maintenance burden so they will not be accepted at this time.\nPlease [submit an issue][new-issue] if you have a feature you'd like to\nrequest.\n\nIf you find mistakes in the documentation, please submit a fix to the\n[documentation repository][docs].\n\n[new-issue]: https://github.com/benbjohnson/litestream/issues/new\n[docs]: https://github.com/benbjohnson/litestream.io\n","funding_links":[],"categories":["Go","C","sqlite","Tools/Plugin","Backup, Sync \u0026 Replication","Uncategorized","Misc","Data","others","backup and replicate"],"sub_categories":["Extended SQLite","Rust","Uncategorized","Desktop","Replication"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Flitestream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbjohnson%2Flitestream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Flitestream/lists"}