Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tablelandnetwork/basin-w3s
Golang HTTP API what wraps Web3 Storage
https://github.com/tablelandnetwork/basin-w3s
Last synced: 8 days ago
JSON representation
Golang HTTP API what wraps Web3 Storage
- Host: GitHub
- URL: https://github.com/tablelandnetwork/basin-w3s
- Owner: tablelandnetwork
- License: mit
- Created: 2024-02-02T18:38:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:48:21.000Z (about 1 month ago)
- Last Synced: 2024-12-09T04:33:49.547Z (14 days ago)
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Basin Web3 Storage
A Golang service for uploading files to Web3 Storage.
## How it works?
It is an HTTP server with the following API:
```bash
POST /api/v1/upload
```Basin Provider makes a call sending the file it wants to archive. The HTTP handler will create a CAR file and upload it to Web3 storage, returning the root CID.
## How to deploy
Merging into `main`, will deploy automatically in k8s.