Coder Social home page Coder Social logo

distributed-storage-solutions / singularity-import Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tech-greedy/singularity-import

0.0 0.0 0.0 61 KB

Automatically import deals to boost for Filecoin storage provider

License: Other

JavaScript 22.30% TypeScript 77.70%

singularity-import's Introduction

singularity import

Automatically import deals to boost for Filecoin storage provider

build workflow npm version

Prerequisite

# Install nvm (https://github.com/nvm-sh/nvm#install--update-script)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
# Install node v18
nvm install 18

Install globally from npm

npm i -g @techgreedy/singularity-import

Usage

$ singularity-import-boost -h
Usage: singularity-import-boost [options]

A tool to automatically import deals to boost

Options:
  -c, --client <addresses...>                List of client addresses to filter the deal proposals
  -p, --path <paths...>                      List of paths to find the CAR files
  -s, --since <duration>                     Import deals that are proposed since this many seconds old and skip those that are older (default: "1d")
  -sd, --sealing-duration <duration>         Import deals whose start time is more than this many seconds in the future to account for time spent for sealing. Otherwise, sealing will fail if it does not finish before the start time of the deal (default: "6h")
  -u, --url-template <template>              The URL template to download CAR files, if it cannot be found from the specified paths. i.e. https://www.download.org/{dataCid}.car, https://www.download.org/{pieceCid}.car
  -dt, --download-threads <threads>          The number of concurrent threads for downloading (default: 8)
  -dr, --download-retries <retries>          The number of exponential retries for each download (default: 3)
  -o, --download-folder <folder>             The folder to save the downloaded CAR files
  -i, --interval <duration>                  The interval in seconds between handling applicable deals, including both file downloads and deal importing. The timer starts when the previous import begins so it is possible to have concurrent imports or downloads if the interval is too small, which is probably
                                             fine with boost. (default: "1m")
  -dc, --download-concurrency <concurrency>  This sets an upper limit of concurrent downloads (default: 1)
  -pc1, --max-pc1 <max_pc1>                  [Not implemented] The maximum number of PC1s to run concurrently, once reached, stop importing or downloading new deals. 0 for unlimited. (default: 0)
  -d, --dry-run                              Do not import deals, just print the deals that would be imported or downloaded (default: false)
  -l, --loop                                 Keep monitoring the incoming deals and perform the import indefinitely (default: false)
  -h, --help                                 display help for command


Environment Variables:
  Make sure you have one of the following environment variables set:
    - MARKETS_API_INFO, i.e. eyJxxx:/ip4/127.0.0.1/tcp/1289/http
    - BOOST_GRAPHQL_ENDPOINT, i.e. http://127.0.0.1:8080

Example Usage:
  - Import all deals continuously one after another:
    $ singularity-import-boost -p /path/to/car -i 0 -l
  - Import one deal every 20 minutes with multiple paths
    $ singularity-import-boost -p /path1/to/car -p /path2/to/car -i 20m -l
  - Import deals from a specific client and the file can be downloaded from their HTTP server. 
    $ singularity-import-boost -c f1xxxx -u https://www.download.org/{pieceCid}.car -o ./downloads -i 0 -l

singularity-import's People

Contributors

xinaxu avatar marshyonline avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.