MCPcopy Index your code
hub / github.com/awslabs/amazon-neptune-tools

github.com/awslabs/amazon-neptune-tools @amazon-neptune-tools-1.13

Chat with this repo
repository ↗ · DeepWiki ↗ · release amazon-neptune-tools-1.13 ↗ · + Follow
595 symbols 1,743 edges 63 files 44 documented · 7%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Amazon Neptune Tools

Utilities to enable loading data and building graph applications with Amazon Neptune.

Examples

You may also be interested in the Neptune Samples github repository, which includes samples and example code.

GraphML 2 CSV

This is a utility to convert graphml files into the Neptune CSV format.

Export Neptune to Elasticsearch

Backfills Elasticsearch with data from an existing Amazon Neptune database.

The Neptune Full-text Search CloudFormation templates provide a mechanism for indexing all new data that is added to an Amazon Neptune database in Elasticsearch. However, there are situations in which you may want to index existing data in a Neptune database prior to enabling the full-text search integration.

You can use this export Neptune to Elasticsearch solution to index existing data in an Amazon Neptune database in Elasticsearch.

Neo4j to Neptune

A command-line utility for migrating data to Neptune from Neo4j.

Glue Neptune

glue-neptune is a Python library for AWS Glue that helps writing data to Amazon Neptune from Glue jobs. With glue-neptune you can: * Get Neptune connection information from the Glue Data Catalog * Create label and node and edge ID columns in DynamicFrames, named in accordance with the Neptune CSV bulk load format for property graphs * Write from DynamicFrames directly to Neptune

Neptune CSV to RDF

If you're interested in converting Neptune's CSV format to RDF, see amazon-neptune-csv-to-rdf-converter.

Neptune CSV to Gremlin

csv-gremlin is a tool that can turn Amazon Neptune format CSV files into Gremlin steps allowing them to be loaded into different Apache TinkerPop compliant stores (including Amazon Neptune) using Gremlin queries. The tool also tries to validate that the CSV files do not contain errors and can be use to inspect CSV files prior to starting a bulk load.

CSV to Neptune Bulk Format CSV

csv-to-neptune-bulk-format is a utility to identify nodes and edges in the source CSV data file(s) and generate the Amazon Neptune gremlin load data format files. A configuration file (JSON) defines the source and target files, nodes/edges definition, and selection logic. The script interprets one or more configuration files and generates Amazon Neptune gremlin load data format files. The generated files can be loaded into the Neptune database.

neptune-gremlin-js

A Javascript SDK for querying Neptune with gremlin.

License

This library is licensed under the Apache 2.0 License.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 430
Class 87
Function 73
Enum 3
Interface 2

Languages

Python70%
Java26%
TypeScript4%

Modules by API surface

dynamic-custom-endpoints/lambda/dynamic-custom-endpoints/dynamic_custom_endpoints.py122 symbols
neptune-python-utils/neptune_python_utils/mappings.py40 symbols
neptune-python-utils/neptune_python_utils/streams.py37 symbols
csv-gremlin/csv-gremlin.py33 symbols
neptune-python-utils/neptune_python_utils/endpoints.py32 symbols
csv-to-neptune-bulk-format/data_config.py28 symbols
neptune-python-utils/neptune_python_utils/batch_utils.py26 symbols
neptune-python-utils/neptune_python_utils/gremlin_utils.py20 symbols
neo4j-to-neptune/src/test/java/com/amazonaws/services/neptune/metadata/DataTypeTest.java19 symbols
neptune-gremlin-js/neptune-gremlin.js15 symbols
neptune-python-utils/neptune_python_utils/bulkload.py11 symbols
neo4j-to-neptune/src/main/java/com/amazonaws/services/neptune/metadata/DataType.java11 symbols

For agents

$ claude mcp add amazon-neptune-tools \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page