Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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