Commit 65c2164
(feat): Add Amazon Neptune support 🚀 (#1085)
* Added first draft of potential interface for Neptune
* Added first draft of potential interface for Neptune
* Fixed __init__.py file with the correct functions for Neptune
* [skip ci] Updated signatures per initial feedback from draft PR
* [skip ci] WIP - Initial version of oc and gremlin endpoint read queries and result parsing
* [skip ci] Initial working version of the basic read functionality associated with the three query languages
* [skip ci] Fixed tests that were not running correctly due to typo
* WIP on writing data
* [skip ci] Have a working version of the complete roundtrip for proeprty graphs
* [skip ci] Refactored code to simplify the locations into a utils class. Moved the Gremlin parsing code out of client and into its own static class
* [skip ci] Added SPARQL write functionality as well as added neptune to database infra scripting
* [skip ci] Readded nested asyncio in order for it to work in Jupyter as well as added update option for property graph data
* Working version of all MVP features as well as changes to make validation pass locally
* Added GremlinParser to the init file so that it can be unit tested.
* Added better error handling on query exceptions for all languages
* Fixed validation error
* Added method to flatten dataframes to Neptune module
* Fixed issues related to flattening DF
* Fix static checks issues
* Fix pydocstyle
* Added functionality to properly set the edge id values as well as added the ability to specify the cardinality using the column header
* Validate fixes and security group in test_infra
* Minor - typing and docs
* [skip ci] - Minor - Add Neptune docs entry
* Use built-in gremlin driver functionality to enable event loop nesting
* Use built-in gremlin driver functionality to enable event loop nesting
* Updated the connection handling for Gremlin and added a tutorial notebook for Amazon Neptune
* Fixed validation issues
* Minor - Remove nest_asyncio and fix tutorial
* Upgrading dependencies
* Fixed incomplete error message and updated tutorial to remove cluster name and added code to create the df when running cardinality tests.
* Minor - validate
Co-authored-by: Dave Bechberger <[email protected]>
Co-authored-by: jaidisido <[email protected]>
Co-authored-by: Anton Kukushkin <[email protected]>1 parent ec6dc1f commit 65c2164
File tree
16 files changed
+3108
-496
lines changed- awswrangler
- neptune
- docs/source
- test_infra
- stacks
- tests
- tutorials
16 files changed
+3108
-496
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments