https://github.com/zshipko/irmin-remote
https://github.com/zshipko/irmin-remote
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/irmin-remote
- Owner: zshipko
- License: isc
- Created: 2019-05-01T21:34:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T01:42:59.000Z (about 7 years ago)
- Last Synced: 2025-03-24T12:21:34.485Z (about 1 year ago)
- Language: OCaml
- Size: 19.5 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# irmin-remote
`irmin-remote` is an experiment in using remote storage for [Irmin](https://irmin.io) blobs. The goal for this library is to provide the ability for many irmin instances to share the same data directly.
## Backends
- `irmin-s3-unix`: [Amazon S3](https://aws.amazon.com/s3/)
Examples for each of these can be found in `bin/`
## Installation
```shell
$ opam pin add irmin-remote https://github.com/zshipko/irmin-remote.git
```
### S3 bindings
```shell
$ opam install aws-s3-lwt
$ opam pin add irmin-s3 https://github.com/zshipko/irmin-remote.git
$ opam pin add irmin-s3-unix https://github.com/zshipko/irmin-remote.git
```