Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodef/snap-data.sh
CLI for SNAP dataset, which is a collection of more than 50 large networks.
https://github.com/nodef/snap-data.sh
analysis cli console dataset large network project snap stanford terminal
Last synced: about 1 month ago
JSON representation
CLI for SNAP dataset, which is a collection of more than 50 large networks.
- Host: GitHub
- URL: https://github.com/nodef/snap-data.sh
- Owner: nodef
- License: mit
- Created: 2021-05-15T09:15:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T19:25:09.000Z (over 1 year ago)
- Last Synced: 2024-11-14T04:54:16.935Z (about 2 months ago)
- Topics: analysis, cli, console, dataset, large, network, project, snap, stanford, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/snap-data.sh
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
CLI for SNAP dataset, which is a collection of more than 50 large networks.
🐚 [Shell](https://www.npmjs.com/package/snap-data.sh),
📜 [Files](https://unpkg.com/snap-data.sh/),
📘 [Wiki](https://github.com/nodef/snap-data.sh/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](https://www.youtube.com/watch?v=L1j93RnIxEo).
```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
- [Stanford Large Network Dataset Collection][SNAP datasets]
[![](https://i.imgur.com/bJsIAeL.jpg)](https://www.youtube.com/watch?v=3479tkagiNo)
[![ORG](https://img.shields.io/badge/org-nodef-green?logo=Org)](https://nodef.github.io)
[![DOI](https://zenodo.org/badge/367587608.svg)](https://zenodo.org/badge/latestdoi/367587608)[SNAP datasets]: http://snap.stanford.edu/data/index.html
[clone]: https://github.com/nodef/snap-data.sh/wiki/clone