Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
GraphSON mapper - Apache TinkerPop
AT
Apache TinkerPop
โข
3y ago
โข
11 replies
Dragos Ciupureanu
GraphSON mapper
Hi
,
I
'm trying to ingest some data into AWS Neptune and due to its size I
'm forced to use a bulk data importer
https://tinkerpop.apache.org/docs/current/dev/io/#graphson-3d0
(unless there
's a bulk
-insert functionality straight from Gremlin
- I couldn
't find this
)
. Looking at the GraphSON schema
/docs I see there are some IDs on the edges that I am not sure how
/if I need to generate
.
https://tinkerpop.apache.org/docs/current/dev/io/#graphson-3d0
I
'm doing this mapping in Python
(but can be done in other languages if there
's better support
)
. Any recommendations
/tips for this
?
Solution
Do you already have data in GraphSON format
? Or do you just need to use a bulk importer
? If the latter
, Neptune has it
's own bulk load feature
:
https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load.html
Using the Amazon Neptune Bulk Loader to Ingest Data - Amazon Neptune
Overview of how to load data from external files into a Neptune DB instance using the Neptune bulk loader
.
Jump to solution
Apache TinkerPop
Join
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,376
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Export to graphml/graphson with Python
AT
Apache TinkerPop / questions
3y ago
GraphBinary and Graphson version 4.0 specifications?
AT
Apache TinkerPop / questions
9mo ago
How can I use the .io("filename.json").write() pattern to append to an existing graphson file?
AT
Apache TinkerPop / questions
3y ago
Does graph notebook still work after changes to serializers?
AT
Apache TinkerPop / questions
3y ago