snap-data.sh

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

https://github.com/nodef/snap-data.sh

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary

Keywords

analysis cli console dataset large network project snap stanford terminal
Last synced: 4 months ago · JSON representation ·

Repository

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

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
analysis cli console dataset large network project snap stanford terminal
Created over 4 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

CLI for SNAP dataset, which is a collection of more than 50 large networks.
🐚 Shell, 📜 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.


```bash

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




ORG DOI

Owner

  • Name: nodef
  • Login: nodef
  • Kind: organization

A summary of programs made with Node.js.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Sahu
    given-names: Subhajit
    orcid: https://orcid.org/0000-0001-5140-6578
title: "nodef/snap-data.sh: CLI for SNAP dataset, which is a collection of more than 50 large networks"
version: 1.1.0
doi: 10.5281/zenodo.7086057
date-released: 2022-09-16

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 23
  • Total Committers: 1
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Subhajit Sahu w****7@g****m 23

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • npm 23 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 24
  • Total maintainers: 1
npmjs.org: snap-data.sh

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

  • Versions: 24
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 23 Last month
Rankings
Downloads: 16.0%
Forks count: 17.4%
Stargazers count: 22.2%
Average: 22.8%
Dependent repos count: 25.3%
Dependent packages count: 32.9%
Maintainers (1)
Last synced: 4 months ago

Dependencies

package-lock.json npm
  • 108 dependencies
package.json npm
  • csv ^5.5.0 development
  • extra-build ^1.3.31 development
  • html-entities ^2.3.2 development
  • markdown-to-text ^0.1.1 development
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
.github/workflows/pr.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite