Bulk load already existing graph?
Closed this issue · 2 comments
DavidTou commented
Is there anyway to Bulk Load into already existing graph?
DavidTou commented
BULk load spec describes the following: https://redis.io/docs/stack/graph/design/bulk_spec/
The endpoint cannot be used to update existing graphs, only to create new ones. For this reason, the first query in a sequence of BULK commands should pass the string literal "BEGIN".