https://github.com/rangermauve/ipti
Explore and dump indexed IPLD Prolly Tree DBs
https://github.com/rangermauve/ipti
Last synced: 13 days ago
JSON representation
Explore and dump indexed IPLD Prolly Tree DBs
- Host: GitHub
- URL: https://github.com/rangermauve/ipti
- Owner: RangerMauve
- License: mit
- Created: 2024-03-05T20:54:01.000Z (about 1 year ago)
- Default Branch: default
- Last Pushed: 2024-07-23T19:19:12.000Z (10 months ago)
- Last Synced: 2025-03-31T17:24:41.392Z (about 2 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipti
Explore and dump [IPLD Prolly Tree Indexes (IPTI)](https://github.com/RangerMauve/ipld-prolly-indexer)## Installation
Download a binary for your platform from the [latest release](https://github.com/RangerMauve/csv-to-prolly-db/releases/tag/v0.0.3).
## Usage
```bash
NAME:
ipti - Explore databases in the IPLD Prolly Tree Indexer formatUSAGE:
ipti [global options] command [command options]COMMANDS:
dump dump a collection into a csv file
ingest ingest a collection into a prolly tree from a csv file
root Get the root CID from a CAR file
list List collections in a CAR
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help
```## Building
- Set up golang
- clone the repo and open a terminal in it
- run `go build`
- copy `ipti` binary somewhere in your path