Skip to content

Instantly share code, notes, and snippets.

@jeromatron
Last active March 24, 2017 12:14
Show Gist options
  • Save jeromatron/a48501877f9f86c86a1772a10b4883cf to your computer and use it in GitHub Desktop.
Save jeromatron/a48501877f9f86c86a1772a10b4883cf to your computer and use it in GitHub Desktop.

graph-examples

This repo contains a collection of graph examples. The intent is to provide more complete and extensive examples than what is reasonable to include in DataStax documentation or blogposts. This will include DataStax Graph Loader mapping scripts, schemas, example traversals, things to try in DataStax Studio, and application code examples. Feel free to use and modify any of these for your own purposes. There is no warranty or implied official support, but hopefully the examples will be useful as a starting point to show various ways of loading and experimenting with graph data. And if you see anything that could be improved or added, issue reports and pull requests are always welcome!

Download DSE (includes DSE Graph), DataStax Studio, and the DSE Graph Loader at https://academy.datastax.com/downloads.

Additional datasets

For additional interesting datasets, you might consider the following resources:

  • Stanford Large Network Dataset Collection - a collection of connected data in various categories such as social data, web graphs, product co-purchasing networks, review data, etc.
  • Awesome Public Datasets - a github repository with links to collections, large and small, of interesting public data. These are further categorized by industry and data type such as energy, government, machine learning, time series, sports data, transportation, etc.
  • CRAWDAD - the Community Resource for Archiving Wireless Data At Dartmouth. This includes wireless network trace data from a variety of sources.

Graph Resources and Help:

Useful blog posts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment