Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocramz/algebraic-graphs-io
I/O utilities and datasets for algebraic-graphs
https://github.com/ocramz/algebraic-graphs-io
algebraic-graphs datasets graph-data graph-dataset graph-datasets graphs network-dataset network-science networks
Last synced: 22 days ago
JSON representation
I/O utilities and datasets for algebraic-graphs
- Host: GitHub
- URL: https://github.com/ocramz/algebraic-graphs-io
- Owner: ocramz
- License: bsd-3-clause
- Created: 2020-12-20T16:42:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T02:24:46.000Z (about 2 years ago)
- Last Synced: 2024-05-01T23:24:22.174Z (6 months ago)
- Topics: algebraic-graphs, datasets, graph-data, graph-dataset, graph-datasets, graphs, network-dataset, network-science, networks
- Language: Haskell
- Homepage:
- Size: 101 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# algebraic-graphs-io
This package collects I/O utilities for `algebraic-graphs` : parsers and serializers for common graph data interchange formats, as well as functionality for downloading and caching larger datasets.
## Formats
Currently the following formats are supported :
* GML : used by a few common graph software packages (NetworkX, Gephi, graphviz, and others)
* .tsv : tab-separated list of edge data, used e.g. for the Graph Challenge dataset [1]
* JSON : via 'aeson'
* CBOR : via 'serialise'
## Datasets
The package contains some small example datasets (e.g. "lesmiserables" and "karateclub"); these are provided ready for consumption in `Algebra.Graph.IO.Datasets`.
There are also bindings to larger datasets, such as the ones provided by the LINQS group [2] (e.g. "citeseer" and "cora").
## Contributing
PRs and contributions welcome!
## References
[1] GraphChallenge https://graphchallenge.mit.edu/data-sets
[2] LINQS https://linqs.soe.ucsc.edu/data