Skip to content

Commit

Permalink
Merge pull request #26 from iansrobinson/master
Browse files Browse the repository at this point in the history
Update readme to point to working sample
  • Loading branch information
beebs-systap authored Feb 26, 2019
2 parents 0eb8695 + 48c5a44 commit 3bb94fe
Show file tree
Hide file tree
Showing 21 changed files with 423 additions and 407 deletions.
143 changes: 0 additions & 143 deletions glue-neptune/examples/export-from-mysql-to-neptune-incremental.ipynb

This file was deleted.

106 changes: 0 additions & 106 deletions glue-neptune/examples/export-from-mysql-to-neptune.ipynb

This file was deleted.

102 changes: 0 additions & 102 deletions glue-neptune/examples/export-from-mysql-to-s3.ipynb

This file was deleted.

8 changes: 2 additions & 6 deletions glue-neptune/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ You can then refer to this library from your Glue Development Endpoint or Glue j

## Examples

The _examples_ directory contains 3 example Glue jobs:

- _export-from-mysql-to-s3_ – Shows how to export from several MySQL tables to CSV formatted in accordance with the Neptune CSV bulk load format. These files are saved to S3, ready to be bulk loaded into Neptune.
- _export-from-mysql-to-neptune_ – Shows how to export direct from several MySQL tables into Neptune. Nodes and edges are written conditionally to the database using user-supplied IDs.
- _export-from-mysql-to-neptune-incremental_ – Shows how to perform an incremental load from MySQL to Neptune using checkpoint information that is written to a Neptune vertex.
See [Migrating from MySQL to Amazon Neptune using AWS Glue](https://github.com/iansrobinson/amazon-neptune-samples/tree/master/gremlin/glue-neptune).

## Cross Account/Region Datasources
## Cross Account/Region Datasources
If you have a datasource in a different region and/or different account from Glue and your Neptune database, you can follow the instructions in this [blog](https://aws.amazon.com/blogs/big-data/create-cross-account-and-cross-region-aws-glue-connections/) to allow access.


Expand Down
Loading

0 comments on commit 3bb94fe

Please sign in to comment.