JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q63809F
  • License MIT

CLI for SNAP data, which is a collection of more than 50 large networks.

Package Exports

  • snap-data.sh

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snap-data.sh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CLI for SNAP dataset, which is a collection of more than 50 large networks.
📦 NPM, 😺 GitHub, 📜 Files, 📘 Wiki.

This is for quickly fetching SNAP datasets that you need right from the CLI. Currently there is only one command clone, where you can provide filters for specifying exactly which datasets you need, and where to download them. If a dataset already exists, it is skipped. This summary is shown at the end. You can install this with npm install -g snap-data.sh.

Stability: Experimental.


## Clone soc-LiveJournal1
## : save in current directory
$ snap-data clone --id soc-LiveJournal1


## Clone all temporal datasets
## : save in "/home/user/temporal-networks" directory
$ snap-data clone --type temporal "/home/user/temporal-networks"


## Clone all temporal & directed datasets
## : save in current directory
$ snap-data clone --type "temporal,directed"


Index

Command Action
clone Download SNAP dataset(s).


References