Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaultec81/js-pinza
Pinza is an IPFS pinning system and clustering software using Ceramic as a distributed database.
https://github.com/vaultec81/js-pinza
aviondb cluster ipfs ipfs-cluster orbit-db
Last synced: 9 days ago
JSON representation
Pinza is an IPFS pinning system and clustering software using Ceramic as a distributed database.
- Host: GitHub
- URL: https://github.com/vaultec81/js-pinza
- Owner: vaultec81
- License: gpl-3.0
- Created: 2020-03-11T17:21:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T05:02:02.000Z (about 3 years ago)
- Last Synced: 2024-11-30T02:12:33.245Z (14 days ago)
- Topics: aviondb, cluster, ipfs, ipfs-cluster, orbit-db
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinza
Pinza is an IPFS pinning system and clustering software using [Ceramic](https://ceramic.network/) as a distributed database.
# Install
### CLI
Installing globally will add `pinza` executable to path.
```
npm install -g pinza
```
### Usage
```
pinza --help
```
Will print available commands.
Or see [CLI](https://github.com/vaultec81/js-pinza/blob/master/docs/CLI.md) for full command list.# License
MIT