Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/photon-storage/go-ipfs-lite
IPFS lite node with configurable component interfaces
https://github.com/photon-storage/go-ipfs-lite
Last synced: 2 months ago
JSON representation
IPFS lite node with configurable component interfaces
- Host: GitHub
- URL: https://github.com/photon-storage/go-ipfs-lite
- Owner: photon-storage
- License: gpl-3.0
- Created: 2022-12-12T11:25:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T12:18:41.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T19:22:02.871Z (7 months ago)
- Language: Go
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Why go-ipfs-lite?
go-ipfs-lite is a minimum IPFS node implementation in Go.
The official IPFS implementation [Kubo](https://github.com/ipfs/kubo) offers maximum customization capability by allowing developers to inject their own implementation of its building components.
However, the extensibility comes with complexity, which becomes a hurdle for developers who want quick integration.
go-ipfs-lite strips out most of the interfaces and only accept plugins for basic components such as 'Datastore' and 'Blockstore'.
The slim node becomes very easy to integrate and light-weight to operate.