aws-samples / amazon-neptune-samples

Samples and documentation for using the Amazon Neptune graph database service
MIT No Attribution
355 stars 142 forks source link

ETL example of using Glue and Athena to transform relational model to graph model #8

Closed triggan closed 6 years ago

triggan commented 6 years ago

Request to add the following lab/example to the neptune-samples repo.

This is a single README.md file that walks a customer through how to leverage AWS Glue and Amazon Athena to crawl a dataset that is relational in nature. The discovered DDL from Glue can then be used to transform this data using SQL queries in Amazon Athena to build CSV files in the format compliant with the Neptune bulk loader. This uses a fun example from the IMDB (Internet Movie Database) open dataset for someone to quickly build an application to answer queries associated with the Six Degrees of Kevin Bacon.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.