Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berty/go-ipfs-log
Go version of append-only log CRDT on IPFS
https://github.com/berty/go-ipfs-log
append-only berty crdt ipfs ipfs-log libp2p
Last synced: 4 days ago
JSON representation
Go version of append-only log CRDT on IPFS
- Host: GitHub
- URL: https://github.com/berty/go-ipfs-log
- Owner: berty
- License: apache-2.0
- Created: 2019-05-09T11:19:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T15:58:39.000Z (about 1 month ago)
- Last Synced: 2025-01-12T15:06:46.756Z (12 days ago)
- Topics: append-only, berty, crdt, ipfs, ipfs-log, libp2p
- Language: Go
- Homepage: https://berty.tech
- Size: 627 KB
- Stars: 85
- Watchers: 10
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-ipfs-log
🤝 Go version of append-only log CRDT on IPFS.
> An append-only log on IPFS.
[ipfs-log](https://github.com/orbitdb/ipfs-log/) was originally created for [orbit-db](https://github.com/orbitdb/orbit-db) - a distributed peer-to-peer database on [IPFS](https://github.com/ipfs/ipfs). This library intends to provide a fully compatible port of the JavaScript version in Go.
The majority of this code was vastly derived from the JavaScript's [ipfs-log](https://github.com/orbitdb/ipfs-log) library.
## Usage
See the `example` package on [GoDoc](https://godoc.org/berty.tech/go-ipfs-log/example#example-package--LogAppend)
## Licensing
*go-ipfs-log* is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for the full license text.